net.minecraft.world.level

public record BlockEventData

dkc
net.minecraft.world.level.BlockEventData
net.minecraft.class_1919

Field summary

Modifier and TypeField
private final BlockPos
a
pos
comp_60
private final Block
b
block
comp_61
private final int
c
paramA
comp_62
private final int
d
paramB
comp_63

Constructor summary

ModifierConstructor
public (BlockPos arg0, Block arg1, int arg2, int arg3)

Method summary

Modifier and TypeMethod
public BlockPos
a()
pos()
comp_60()
public Block
b()
block()
comp_61()
public int
c()
paramA()
comp_62()
public int
d()
paramB()
comp_63()