Package net.minecraft.world.gen
Class StructureWeightSampler
java.lang.Object
net.minecraft.world.gen.StructureWeightSampler
- All Implemented Interfaces:
class_6916.class_7050,NoiseType,NoiseType.class_6913
Applies weights to noise values if they are near structures, placing terrain under them and hollowing out the space above them.
- Mappings:
Namespace Name official ctiintermediary net/minecraft/class_5817named net/minecraft/world/gen/StructureWeightSampler
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.gen.noise.NoiseType
NoiseType.class_6911, NoiseType.class_6913, NoiseType.class_6915, NoiseType.NoisePos, NoiseType.UnblendedNoisePos -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprivate static final intprivate final ObjectListIterator<JigsawJunction>private final ObjectList<JigsawJunction>private final ObjectListIterator<StructurePiece>private final ObjectList<StructurePiece>private static final float[]Fields inherited from interface net.minecraft.class_6916.class_7050
field_37078Fields inherited from interface net.minecraft.world.gen.noise.NoiseType
field_37057, field_37058, field_37059 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStructureWeightSampler(StructureAccessor structureAccessor, Chunk chunk) -
Method Summary
Modifier and TypeMethodDescriptionprivate static doublecalculateStructureWeight(int x, int y, int z) Calculates the structure weight for the given position.private static doublegetMagnitudeWeight(int x, int y, int z) private static doublegetStructureWeight(int x, int y, int z) Gets the structure weight from the array from the given position, or 0 if the position is out of bounds.doublemaxValue()doubleminValue()doublesample(NoiseType.NoisePos pos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_6916.class_7050
method_41062Methods inherited from interface net.minecraft.world.gen.noise.NoiseType
method_40468, method_40471, method_40472, method_40473, method_40474, method_40475, method_40476Methods inherited from interface net.minecraft.world.gen.noise.NoiseType.class_6913
method_40469, method_40470
-
Field Details
-
field_31461
public static final int field_31461- See Also:
- Mappings:
Namespace Name Mixin selector official aLcti;a:Iintermediary field_31461Lnet/minecraft/class_5817;field_31461:Inamed field_31461Lnet/minecraft/world/gen/StructureWeightSampler;field_31461:I
-
field_31462
private static final int field_31462- See Also:
- Mappings:
Namespace Name Mixin selector official fLcti;f:Iintermediary field_31462Lnet/minecraft/class_5817;field_31462:Inamed field_31462Lnet/minecraft/world/gen/StructureWeightSampler;field_31462:I
-
STRUCTURE_WEIGHT_TABLE
private static final float[] STRUCTURE_WEIGHT_TABLE- Mappings:
Namespace Name Mixin selector official gLcti;g:[Fintermediary field_28741Lnet/minecraft/class_5817;field_28741:[Fnamed STRUCTURE_WEIGHT_TABLELnet/minecraft/world/gen/StructureWeightSampler;STRUCTURE_WEIGHT_TABLE:[F
-
pieces
- Mappings:
Namespace Name Mixin selector official hLcti;h:Lit/unimi/dsi/fastutil/objects/ObjectList;intermediary field_28742Lnet/minecraft/class_5817;field_28742:Lit/unimi/dsi/fastutil/objects/ObjectList;named piecesLnet/minecraft/world/gen/StructureWeightSampler;pieces:Lit/unimi/dsi/fastutil/objects/ObjectList;
-
junctions
- Mappings:
Namespace Name Mixin selector official iLcti;i:Lit/unimi/dsi/fastutil/objects/ObjectList;intermediary field_28743Lnet/minecraft/class_5817;field_28743:Lit/unimi/dsi/fastutil/objects/ObjectList;named junctionsLnet/minecraft/world/gen/StructureWeightSampler;junctions:Lit/unimi/dsi/fastutil/objects/ObjectList;
-
pieceIterator
- Mappings:
Namespace Name Mixin selector official jLcti;j:Lit/unimi/dsi/fastutil/objects/ObjectListIterator;intermediary field_28744Lnet/minecraft/class_5817;field_28744:Lit/unimi/dsi/fastutil/objects/ObjectListIterator;named pieceIteratorLnet/minecraft/world/gen/StructureWeightSampler;pieceIterator:Lit/unimi/dsi/fastutil/objects/ObjectListIterator;
-
junctionIterator
- Mappings:
Namespace Name Mixin selector official kLcti;k:Lit/unimi/dsi/fastutil/objects/ObjectListIterator;intermediary field_28745Lnet/minecraft/class_5817;field_28745:Lit/unimi/dsi/fastutil/objects/ObjectListIterator;named junctionIteratorLnet/minecraft/world/gen/StructureWeightSampler;junctionIterator:Lit/unimi/dsi/fastutil/objects/ObjectListIterator;
-
-
Constructor Details
-
StructureWeightSampler
- Mappings:
Namespace Name Mixin selector official <init>Lcti;<init>(Lcbl;Lcqp;)Vintermediary <init>Lnet/minecraft/class_5817;<init>(Lnet/minecraft/class_5138;Lnet/minecraft/class_2791;)Vnamed <init>Lnet/minecraft/world/gen/StructureWeightSampler;<init>(Lnet/minecraft/world/gen/StructureAccessor;Lnet/minecraft/world/chunk/Chunk;)V
-
-
Method Details
-
sample
- Specified by:
samplein interfaceNoiseType- Mappings:
Namespace Name Mixin selector official aLcto;a(Lcto$b;)Dintermediary method_40464Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)Dnamed sampleLnet/minecraft/world/gen/noise/NoiseType;sample(Lnet/minecraft/world/gen/noise/NoiseType$NoisePos;)D
-
minValue
public double minValue() -
maxValue
public double maxValue() -
getMagnitudeWeight
private static double getMagnitudeWeight(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official aLcti;a(III)Dintermediary method_33832Lnet/minecraft/class_5817;method_33832(III)Dnamed getMagnitudeWeightLnet/minecraft/world/gen/StructureWeightSampler;getMagnitudeWeight(III)D
-
getStructureWeight
private static double getStructureWeight(int x, int y, int z) Gets the structure weight from the array from the given position, or 0 if the position is out of bounds.- Mappings:
Namespace Name Mixin selector official bLcti;b(III)Dintermediary method_33641Lnet/minecraft/class_5817;method_33641(III)Dnamed getStructureWeightLnet/minecraft/world/gen/StructureWeightSampler;getStructureWeight(III)D
-
calculateStructureWeight
private static double calculateStructureWeight(int x, int y, int z) Calculates the structure weight for the given position.The weight increases as x and z approach
(0, 0), and positive y values make the weight negative while negative y values make the weight positive.- Mappings:
Namespace Name Mixin selector official cLcti;c(III)Dintermediary method_33642Lnet/minecraft/class_5817;method_33642(III)Dnamed calculateStructureWeightLnet/minecraft/world/gen/StructureWeightSampler;calculateStructureWeight(III)D
-