-
void
CustomBlock.Handler.load(CustomBlock block,
com.google.gson.JsonObject object)
You may use the storage feature of the plugin.
This method is getting called when the data is getting loaded.
Load stuff from the JsonObject into the given block
void
A player may interact with the block.
void
CustomBlock.Handler.save(CustomBlock block,
com.google.gson.JsonObject object)
You may use the storage feature of the plugin.
This method is getting called when the data is getting stored.
Load stuff from the given block into the JsonObject
void
Apply stuff to the real world.