net.minecraft.server.world

public class BlockEvent

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

Field summary

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

Constructor summary

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

Method summary

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