public class BlockListeners
extends java.lang.Object
Constructor and Description |
---|
BlockListeners() |
Modifier and Type | Method and Description |
---|---|
void |
onBlockBreak(net.minecraftforge.event.world.BlockEvent.BreakEvent event) |
void |
onBlockPlace(net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent event) |
void |
onBlockUse(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) |
public void onBlockUse(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onBlockBreak(net.minecraftforge.event.world.BlockEvent.BreakEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException
public void onBlockPlace(net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent event) throws InvalidQuestArgsException
InvalidQuestArgsException