Package net.minecraft.world.gen.chunk
Interface BlockColumn
- All Known Implementing Classes:
- VerticalBlockSample
public interface BlockColumn
- Mappings:
- Namespace - Name - official - ddu- intermediary - net/minecraft/class_6557- named - net/minecraft/world/gen/chunk/BlockColumn
- 
Method Summary
- 
Method Details- 
getState- Mappings:
- Namespace - Name - Mixin selector - official - a- Lddu;a(I)Ldcb;- intermediary - method_32892- Lnet/minecraft/class_6557;method_32892(I)Lnet/minecraft/class_2680;- named - getState- Lnet/minecraft/world/gen/chunk/BlockColumn;getState(I)Lnet/minecraft/block/BlockState;
 
- 
setState- Mappings:
- Namespace - Name - Mixin selector - official - a- Lddu;a(ILdcb;)V- intermediary - method_38092- Lnet/minecraft/class_6557;method_38092(ILnet/minecraft/class_2680;)V- named - setState- Lnet/minecraft/world/gen/chunk/BlockColumn;setState(ILnet/minecraft/block/BlockState;)V
 
 
-