MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / writeToBuffer

Method writeToBuffer

common/buildcraft/lib/fluids/Tank.java:173–177  ·  view source on GitHub ↗
(ByteBuf buffer)

Source from the content-addressed store, hash-verified

171 }
172
173 public void writeToBuffer(ByteBuf buffer) {
174 NBTTagCompound tankData = new NBTTagCompound();
175 super.writeToNBT(tankData);
176 ByteBufUtils.writeTag(buffer, tankData);
177 }
178
179 public void readFromBuffer(ByteBuf buffer) {
180 NBTTagCompound tankData = ByteBufUtils.readTag(buffer);

Callers 8

writePayloadMethod · 0.45
writePayloadMethod · 0.45
writePayloadMethod · 0.45
writePayloadMethod · 0.45
writePayloadMethod · 0.45
writePayloadMethod · 0.45
writePayloadMethod · 0.45

Calls 1

writeToNBTMethod · 0.45

Tested by

no test coverage detected