net.minecraft.world.level

public class BlockEventData

bjc
net.minecraft.world.level.BlockEventData
net.minecraft.class_1919
net.minecraft.server.world.BlockAction
net.minecraft.block.BlockEventData
net.minecraft.server.v1_15_R1.BlockActionData

字段概要

修饰符与类型字段
private final BlockPos
a
pos
field_9173
pos
field_180329_a
private final Block
b
block
field_9172
block
field_151344_d
private final int
c
paramA
field_9171
type
field_151345_e
private final int
d
paramB
field_9170
data
field_151343_f

构造函数概要

修饰符构造函数
public (BlockPos pos, Block block, int type, int data)

方法概要

修饰符与类型方法
public BlockPos
a()
getPos()
method_8306()
getPos()
func_180328_a()
public Block
b()
getBlock()
method_8309()
getBlock()
func_151337_f()
public int
c()
getParamA()
method_8307()
getType()
func_151339_d()
public int
d()
getParamB()
method_8308()
getData()
func_151338_e()