Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Called when the chunk's TE update tag, gotten from {@link #getUpdateTag()}, is received on the client.
- * <p>
- * Used to handle this tag in a special way. By default this simply calls {@link #readFromNBT(NBTTagCompound)}.
- *
- * @param tag The {@link NBTTagCompound} sent from {@link #getUpdateTag()}
- */
- public void handleUpdateTag(NBTTagCompound tag)
- {
- this.readFromNBT(tag);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement