Class DensityFunctionTypes.EndIslands
java.lang.Object
net.minecraft.world.gen.densityfunction.DensityFunctionTypes.EndIslands
- All Implemented Interfaces:
DensityFunction,DensityFunction.class_6913
- Enclosing class:
DensityFunctionTypes
protected static final class DensityFunctionTypes.EndIslands
extends Object
implements DensityFunction.class_6913
- Mappings:
Namespace Name official cub$iintermediary net/minecraft/class_6916$class_6924named net/minecraft/world/gen/densityfunction/DensityFunctionTypes$EndIslands
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
DensityFunction.class_6911, DensityFunction.class_6913, DensityFunction.DensityFunctionVisitor, DensityFunction.NoisePos, DensityFunction.UnblendedNoisePos -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DensityFunctionTypes.EndIslands>(package private) final SimplexNoiseSamplerFields inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
field_37057, field_37059, REGISTRY_ENTRY_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<? extends DensityFunction>getCodec()doublemaxValue()doubleminValue()doubleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction
abs, clamp, cube, halfNegative, quarterNegative, square, squeezeMethods inherited from interface net.minecraft.world.gen.densityfunction.DensityFunction.class_6913
apply, method_40470
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLcub$i;a:Lcom/mojang/serialization/Codec;intermediary field_37085Lnet/minecraft/class_6916$class_6924;field_37085:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$EndIslands;CODEC:Lcom/mojang/serialization/Codec;
-
field_36554
- Mappings:
Namespace Name Mixin selector official eLcub$i;e:Ldiq;intermediary field_36554Lnet/minecraft/class_6916$class_6924;field_36554:Lnet/minecraft/class_3541;named field_36554Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$EndIslands;field_36554:Lnet/minecraft/util/math/noise/SimplexNoiseSampler;
-
-
Constructor Details
-
EndIslands
public EndIslands(long seed) - Mappings:
Namespace Name Mixin selector official <init>Lcub$i;<init>(J)Vintermediary <init>Lnet/minecraft/class_6916$class_6924;<init>(J)Vnamed <init>Lnet/minecraft/world/gen/densityfunction/DensityFunctionTypes$EndIslands;<init>(J)V
-
-
Method Details
-
sample
- Specified by:
samplein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official aLcua;a(Lcua$b;)Dintermediary method_40464Lnet/minecraft/class_6910;method_40464(Lnet/minecraft/class_6910$class_6912;)Dnamed sampleLnet/minecraft/world/gen/densityfunction/DensityFunction;sample(Lnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;)D
-
minValue
public double minValue()- Specified by:
minValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official aLcua;a()Dintermediary comp_377Lnet/minecraft/class_6910;comp_377()Dnamed minValueLnet/minecraft/world/gen/densityfunction/DensityFunction;minValue()D
-
maxValue
public double maxValue()- Specified by:
maxValuein interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official bLcua;b()Dintermediary comp_378Lnet/minecraft/class_6910;comp_378()Dnamed maxValueLnet/minecraft/world/gen/densityfunction/DensityFunction;maxValue()D
-
getCodec
- Specified by:
getCodecin interfaceDensityFunction- Mappings:
Namespace Name Mixin selector official cLcua;c()Lcom/mojang/serialization/Codec;intermediary method_41062Lnet/minecraft/class_6910;method_41062()Lcom/mojang/serialization/Codec;named getCodecLnet/minecraft/world/gen/densityfunction/DensityFunction;getCodec()Lcom/mojang/serialization/Codec;
-