Blocks
Class: UnifiedEvents.Blocks
Various block item events.
Methods
UnifiedEvents.Blocks.beforePlace(context -> {
// your custom behaviour here
});
UnifiedEvents.Blocks.afterPlace(context -> {
// your custom behaviour here
});
UnifiedEvents.Blocks.onUseOn(context -> {
// your custom behaviour here
});