public class BlockEventData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Block |
block |
private int |
paramA |
private int |
paramB |
private BlockPos |
pos |
Constructor and Description |
---|
BlockEventData(BlockPos p_i45756_1_,
Block p_i45756_2_,
int p_i45756_3_,
int p_i45756_4_) |
private final BlockPos pos
private final Block block
private final int paramA
private final int paramB
public BlockPos getPos()
public Block getBlock()
public int getParamA()
public int getParamB()
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object