Class DensityFunctions.EndIslandDensityFunction
java.lang.Object
net.minecraft.world.level.levelgen.DensityFunctions.EndIslandDensityFunction
- All Implemented Interfaces:
- DensityFunction,- DensityFunction.SimpleFunction
- Enclosing class:
- DensityFunctions
protected static final class DensityFunctions.EndIslandDensityFunction
extends Object
implements DensityFunction.SimpleFunction
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.world.level.levelgen.DensityFunctionDensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor
- 
Field SummaryFieldsFields inherited from interface net.minecraft.world.level.levelgen.DensityFunctionDIRECT_CODEC, HOLDER_HELPER_CODEC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionKeyDispatchDataCodec<? extends DensityFunction>codec()doublecompute(DensityFunction.FunctionContext p_208633_) private static floatgetHeightValue(SimplexNoise p_224063_, int p_224064_, int p_224065_) doublemaxValue()doubleminValue()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.levelgen.DensityFunctionabs, clamp, cube, halfNegative, quarterNegative, square, squeezeMethods inherited from interface net.minecraft.world.level.levelgen.DensityFunction.SimpleFunctionfillArray, mapAll
- 
Field Details- 
CODEC
- 
ISLAND_THRESHOLDprivate static final float ISLAND_THRESHOLD- See Also:
 
- 
islandNoise
 
- 
- 
Constructor Details- 
EndIslandDensityFunctionpublic EndIslandDensityFunction(long p_208630_) 
 
- 
- 
Method Details- 
getHeightValue
- 
compute- Specified by:
- computein interface- DensityFunction
 
- 
minValuepublic double minValue()- Specified by:
- minValuein interface- DensityFunction
 
- 
maxValuepublic double maxValue()- Specified by:
- maxValuein interface- DensityFunction
 
- 
codec- Specified by:
- codecin interface- DensityFunction
 
 
-