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