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 pos,
BlockState state,
CompoundNBT nbt) |
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 pos, BlockState state, @Nullable CompoundNBT nbt)