Package net.minecraft.world.gen.chunk
Class NoiseChunkGenerator.OreVeinSource
java.lang.Object
net.minecraft.world.gen.chunk.NoiseChunkGenerator.OreVeinSource
- All Implemented Interfaces:
BlockSource
- Enclosing class:
- NoiseChunkGenerator
- Mappings:
Namespace Name official cpu$bintermediary net/minecraft/class_3754$class_6352named net/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate final NoiseInterpolatorprivate final NoiseInterpolatorprivate final ChunkRandomprivate final NoiseInterpolatorprivate final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.BlockSource
get
-
Field Details
-
oreFrequencyNoiseInterpolator
- Mappings:
Namespace Name Mixin selector official bLcpu$b;b:Lcpw;intermediary field_33581Lnet/minecraft/class_3754$class_6352;field_33581:Lnet/minecraft/class_5917;named oreFrequencyNoiseInterpolatorLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;oreFrequencyNoiseInterpolator:Lnet/minecraft/world/gen/NoiseInterpolator;
-
firstOrePlacementNoiseInterpolator
- Mappings:
Namespace Name Mixin selector official cLcpu$b;c:Lcpw;intermediary field_33582Lnet/minecraft/class_3754$class_6352;field_33582:Lnet/minecraft/class_5917;named firstOrePlacementNoiseInterpolatorLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;firstOrePlacementNoiseInterpolator:Lnet/minecraft/world/gen/NoiseInterpolator;
-
secondOrePlacementNoiseInterpolator
- Mappings:
Namespace Name Mixin selector official dLcpu$b;d:Lcpw;intermediary field_33583Lnet/minecraft/class_3754$class_6352;field_33583:Lnet/minecraft/class_5917;named secondOrePlacementNoiseInterpolatorLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;secondOrePlacementNoiseInterpolator:Lnet/minecraft/world/gen/NoiseInterpolator;
-
deltaZ
private double deltaZ- Mappings:
Namespace Name Mixin selector official eLcpu$b;e:Dintermediary field_33584Lnet/minecraft/class_3754$class_6352;field_33584:Dnamed deltaZLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;deltaZ:D
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official fLcpu$b;f:Jintermediary field_33585Lnet/minecraft/class_3754$class_6352;field_33585:Jnamed seedLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;seed:J
-
random
- Mappings:
Namespace Name Mixin selector official gLcpu$b;g:Lcqn;intermediary field_33586Lnet/minecraft/class_3754$class_6352;field_33586:Lnet/minecraft/class_2919;named randomLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;random:Lnet/minecraft/world/gen/ChunkRandom;
-
-
Constructor Details
-
OreVeinSource
- Mappings:
Namespace Name Mixin selector official <init>Lcpu$b;<init>(Lcpu;Lbvv;IJ)Vintermediary <init>Lnet/minecraft/class_3754$class_6352;<init>(Lnet/minecraft/class_3754;Lnet/minecraft/class_1923;IJ)Vnamed <init>Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;<init>(Lnet/minecraft/world/gen/chunk/NoiseChunkGenerator;Lnet/minecraft/util/math/ChunkPos;IJ)V
-
-
Method Details
-
feed
- Mappings:
Namespace Name Mixin selector official aLcpu$b;a(Ljava/util/function/Consumer;)Vintermediary method_36395Lnet/minecraft/class_3754$class_6352;method_36395(Ljava/util/function/Consumer;)Vnamed feedLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;feed(Ljava/util/function/Consumer;)V
-
setDeltaZ
public void setDeltaZ(double deltaZ) - Mappings:
Namespace Name Mixin selector official aLcpu$b;a(D)Vintermediary method_36394Lnet/minecraft/class_3754$class_6352;method_36394(D)Vnamed setDeltaZLnet/minecraft/world/gen/chunk/NoiseChunkGenerator$OreVeinSource;setDeltaZ(D)V
-
sample
- Specified by:
samplein interfaceBlockSource- Mappings:
Namespace Name Mixin selector official getBaseBlockLcph;getBaseBlock(III)Lckt;intermediary method_33831Lnet/minecraft/class_5840;method_33831(III)Lnet/minecraft/class_2680;named sampleLnet/minecraft/world/gen/BlockSource;sample(III)Lnet/minecraft/block/BlockState;
-