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