Package net.minecraft.world.gen.carver
Class CarvingMask
java.lang.Object
net.minecraft.world.gen.carver.CarvingMask
- Mappings:
- Namespace - Name - official - ddw- intermediary - net/minecraft/class_6643- named - net/minecraft/world/gen/carver/CarvingMask
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate final BitSetprivate CarvingMask.MaskPredicate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanget(int offsetX, int y, int offsetZ) private intgetIndex(int offsetX, int y, int offsetZ) long[]getMask()voidset(int offsetX, int y, int offsetZ) voidsetMaskPredicate(CarvingMask.MaskPredicate maskPredicate) streamBlockPos(ChunkPos chunkPos) 
- 
Field Details- 
bottomYprivate final int bottomY- Mappings:
- Namespace - Name - Mixin selector - official - a- Lddw;a:I- intermediary - field_35049- Lnet/minecraft/class_6643;field_35049:I- named - bottomY- Lnet/minecraft/world/gen/carver/CarvingMask;bottomY:I
 
- 
mask- Mappings:
- Namespace - Name - Mixin selector - official - b- Lddw;b:Ljava/util/BitSet;- intermediary - field_35050- Lnet/minecraft/class_6643;field_35050:Ljava/util/BitSet;- named - mask- Lnet/minecraft/world/gen/carver/CarvingMask;mask:Ljava/util/BitSet;
 
- 
maskPredicate- Mappings:
- Namespace - Name - Mixin selector - official - c- Lddw;c:Lddw$a;- intermediary - field_36217- Lnet/minecraft/class_6643;field_36217:Lnet/minecraft/class_6643$class_6828;- named - maskPredicate- Lnet/minecraft/world/gen/carver/CarvingMask;maskPredicate:Lnet/minecraft/world/gen/carver/CarvingMask$MaskPredicate;
 
 
- 
- 
Constructor Details- 
CarvingMaskpublic CarvingMask(int height, int bottomY) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lddw;<init>(II)V- intermediary - <init>- Lnet/minecraft/class_6643;<init>(II)V- named - <init>- Lnet/minecraft/world/gen/carver/CarvingMask;<init>(II)V
 
- 
CarvingMaskpublic CarvingMask(long[] mask, int bottomY) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lddw;<init>([JI)V- intermediary - <init>- Lnet/minecraft/class_6643;<init>([JI)V- named - <init>- Lnet/minecraft/world/gen/carver/CarvingMask;<init>([JI)V
 
 
- 
- 
Method Details- 
setMaskPredicate- Mappings:
- Namespace - Name - Mixin selector - official - a- Lddw;a(Lddw$a;)V- intermediary - method_39785- Lnet/minecraft/class_6643;method_39785(Lnet/minecraft/class_6643$class_6828;)V- named - setMaskPredicate- Lnet/minecraft/world/gen/carver/CarvingMask;setMaskPredicate(Lnet/minecraft/world/gen/carver/CarvingMask$MaskPredicate;)V
 
- 
getIndexprivate int getIndex(int offsetX, int y, int offsetZ) - Mappings:
- Namespace - Name - Mixin selector - official - c- Lddw;c(III)I- intermediary - method_38869- Lnet/minecraft/class_6643;method_38869(III)I- named - getIndex- Lnet/minecraft/world/gen/carver/CarvingMask;getIndex(III)I
 
- 
setpublic void set(int offsetX, int y, int offsetZ) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lddw;a(III)V- intermediary - method_38865- Lnet/minecraft/class_6643;method_38865(III)V- named - set- Lnet/minecraft/world/gen/carver/CarvingMask;set(III)V
 
- 
getpublic boolean get(int offsetX, int y, int offsetZ) - Mappings:
- Namespace - Name - Mixin selector - official - b- Lddw;b(III)Z- intermediary - method_38868- Lnet/minecraft/class_6643;method_38868(III)Z- named - get- Lnet/minecraft/world/gen/carver/CarvingMask;get(III)Z
 
- 
streamBlockPos- Mappings:
- Namespace - Name - Mixin selector - official - a- Lddw;a(Lclt;)Ljava/util/stream/Stream;- intermediary - method_38866- Lnet/minecraft/class_6643;method_38866(Lnet/minecraft/class_1923;)Ljava/util/stream/Stream;- named - streamBlockPos- Lnet/minecraft/world/gen/carver/CarvingMask;streamBlockPos(Lnet/minecraft/util/math/ChunkPos;)Ljava/util/stream/Stream;
 
- 
getMaskpublic long[] getMask()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lddw;a()[J- intermediary - method_38864- Lnet/minecraft/class_6643;method_38864()[J- named - getMask- Lnet/minecraft/world/gen/carver/CarvingMask;getMask()[J
 
 
-