Class Template.BlockInfo
- java.lang.Object
-
- net.minecraft.world.gen.feature.template.Template.BlockInfo
-
- Enclosing class:
- Template
public static class Template.BlockInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CompoundNBT
nbt
BlockPos
pos
BlockState
state
-
Constructor Summary
Constructors Constructor Description BlockInfo(BlockPos p_i47042_1_, BlockState p_i47042_2_, CompoundNBT p_i47042_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
pos
public final BlockPos pos
-
state
public final BlockState state
-
nbt
public final CompoundNBT nbt
-
-
Constructor Detail
-
BlockInfo
public BlockInfo(BlockPos p_i47042_1_, BlockState p_i47042_2_, @Nullable CompoundNBT p_i47042_3_)
-
-