public class BlockInteractionEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Modifier and Type | Field and Description |
---|---|
net.minecraft.entity.player.EntityPlayer |
player |
net.minecraft.block.state.IBlockState |
state |
Constructor and Description |
---|
BlockInteractionEvent(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.block.state.IBlockState state) |