Package net.minecraft.world.gen.chunk
Interface ChunkNoiseSampler.ParentedNoiseType
- All Superinterfaces:
NoiseType
- All Known Implementing Classes:
ChunkNoiseSampler.class_6946,ChunkNoiseSampler.class_6947,ChunkNoiseSampler.class_6948,ChunkNoiseSampler.class_6949,ChunkNoiseSampler.class_6950,ChunkNoiseSampler.class_6951,ChunkNoiseSampler.NoiseInterpolator
- Enclosing class:
ChunkNoiseSampler
- Mappings:
Namespace Name official ctz$hintermediary net/minecraft/class_6568$class_6952named net/minecraft/world/gen/chunk/ChunkNoiseSampler$ParentedNoiseType
-
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
Fields inherited from interface net.minecraft.world.gen.noise.NoiseType
field_37057, field_37058, field_37059 -
Method Summary
Modifier and TypeMethodDescriptiondefault doublemaxValue()default NoiseTypemethod_40469(NoiseType.class_6915 class_6915) default doubleminValue()wrapped()Methods inherited from interface net.minecraft.world.gen.noise.NoiseType
method_40468, method_40470, method_40471, method_40472, method_40473, method_40474, method_40475, method_40476, method_41062, sample
-
Method Details
-
wrapped
NoiseType wrapped()- Mappings:
Namespace Name Mixin selector official kLctz$h;k()Lcto;intermediary comp_469Lnet/minecraft/class_6568$class_6952;comp_469()Lnet/minecraft/class_6910;named wrappedLnet/minecraft/world/gen/chunk/ChunkNoiseSampler$ParentedNoiseType;wrapped()Lnet/minecraft/world/gen/noise/NoiseType;
-
method_40469
- Specified by:
method_40469in interfaceNoiseType- Mappings:
Namespace Name Mixin selector official aLcto;a(Lcto$e;)Lcto;intermediary method_40469Lnet/minecraft/class_6910;method_40469(Lnet/minecraft/class_6910$class_6915;)Lnet/minecraft/class_6910;named method_40469Lnet/minecraft/world/gen/noise/NoiseType;method_40469(Lnet/minecraft/world/gen/noise/NoiseType$class_6915;)Lnet/minecraft/world/gen/noise/NoiseType;
-
minValue
default double minValue() -
maxValue
default double maxValue()
-