public static class Template.BlockInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CompoundNBT |
nbt |
BlockPos |
pos |
BlockState |
state |
Constructor and Description |
---|
BlockInfo(BlockPos p_i47042_1_,
BlockState p_i47042_2_,
CompoundNBT p_i47042_3_) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final BlockPos pos
public final BlockState state
public final CompoundNBT nbt
public BlockInfo(BlockPos p_i47042_1_, BlockState p_i47042_2_, @Nullable CompoundNBT p_i47042_3_)