Package net.minecraft.world.gen.chunk
Class VerticalBlockSample
java.lang.Object
net.minecraft.world.gen.chunk.VerticalBlockSample
public final class VerticalBlockSample extends Object
- Mappings:
Namespace Name official bugintermediary net/minecraft/class_4966named net/minecraft/world/gen/chunk/VerticalBlockSample
-
Field Summary
Fields Modifier and Type Field Description private intstartYprivate BlockState[]states -
Constructor Summary
Constructors Constructor Description VerticalBlockSample(int startY, BlockState[] states) -
Method Summary
Modifier and Type Method Description BlockStategetState(BlockPos pos)
-
Field Details
-
startY
private final int startY- Mappings:
Namespace Name Mixin selector official aLbug;a:Iintermediary field_28105Lnet/minecraft/class_4966;field_28105:Inamed startYLnet/minecraft/world/gen/chunk/VerticalBlockSample;startY:I
-
states
- Mappings:
Namespace Name Mixin selector official bLbug;b:[Lcht;intermediary field_23143Lnet/minecraft/class_4966;field_23143:[Lnet/minecraft/class_2680;named statesLnet/minecraft/world/gen/chunk/VerticalBlockSample;states:[Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
VerticalBlockSample
- Mappings:
Namespace Name Mixin selector official <init>Lbug;<init>(I[Lcht;)Vintermediary <init>Lnet/minecraft/class_4966;<init>(I[Lnet/minecraft/class_2680;)Vnamed <init>Lnet/minecraft/world/gen/chunk/VerticalBlockSample;<init>(I[Lnet/minecraft/block/BlockState;)V
-
-
Method Details
-
getState
- Mappings:
Namespace Name Mixin selector official aLbug;a(Lfx;)Lcht;intermediary method_32892Lnet/minecraft/class_4966;method_32892(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;named getStateLnet/minecraft/world/gen/chunk/VerticalBlockSample;getState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-