public class NBTBlock
extends Object
Helper class to store NBT data to Block Locations. Use getData() to get the
NBT instance. Important notes:
- Non BlockEntities can not have NBT data. This stores the data to the chunk
instead!
- The data is really just on the location. If the block gets
broken/changed/exploded/moved etc., the data is still on that location!
- Author:
- tr7zw