net.minecraft.server.world

public class BlockEvent

aml
net.minecraft.class_1166
net.minecraft.server.world.BlockEvent
net.minecraft.block.BlockEventData
net.minecraft.block.BlockEventData

Field summary

Modifier and TypeField
private final BlockPos
a
field_9199
pos
field_180329_a
position
private final Block
b
field_7172
block
field_151344_d
blockType
private final int
c
field_4611
type
field_151345_e
eventID
private final int
d
field_4612
data
field_151343_f
eventParameter

Constructor summary

ModifierConstructor
public (BlockPos pos, Block block, int type, int data)

Method summary

Modifier and TypeMethod
public BlockPos
a()
method_3811()
getPos()
func_180328_a()
getPosition()
public int
b()
method_3813()
getType()
func_151339_d()
getEventID()
public int
c()
method_3814()
getData()
func_151338_e()
getEventParameter()
public Block
d()
method_3815()
getBlock()
func_151337_f()
getBlock()