Jump to content

Tile Entity methods


julesmaster7

Recommended Posts

TileEntity

syncing is handled by

TileEntity#getDescriptionPacket

in 1.8-1.9. This was replaced by

TileEntity#getUpdateTag

and

TileEntity#getUpdatePacket

in 1.9.4.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Thanks,

 

Just one last thing - in the World class in 1.9.4 there is a method called

notifyBlockUpdate()

. What is the equivelent in 1.8.9?

 

World#markBlockForUpdate

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.