类 DensityFunctions.EndIslandDensityFunction
java.lang.Object
net.minecraft.world.level.levelgen.DensityFunctions.EndIslandDensityFunction
- 所有已实现的接口:
DensityFunction
,DensityFunction.SimpleFunction
- 封闭类:
DensityFunctions
protected static final class DensityFunctions.EndIslandDensityFunction
extends Object
implements DensityFunction.SimpleFunction
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.world.level.levelgen.DensityFunction
DensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor
-
字段概要
字段从接口继承的字段 net.minecraft.world.level.levelgen.DensityFunction
DIRECT_CODEC, HOLDER_HELPER_CODEC
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明KeyDispatchDataCodec
<? extends DensityFunction> codec()
double
compute
(DensityFunction.FunctionContext p_208633_) private static float
getHeightValue
(SimplexNoise p_224063_, int p_224064_, int p_224065_) double
maxValue()
double
minValue()
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, cube, halfNegative, quarterNegative, square, squeeze
从接口继承的方法 net.minecraft.world.level.levelgen.DensityFunction.SimpleFunction
fillArray, mapAll
-
字段详细资料
-
CODEC
-
ISLAND_THRESHOLD
private static final float ISLAND_THRESHOLD- 另请参阅:
-
islandNoise
-
-
构造器详细资料
-
EndIslandDensityFunction
public EndIslandDensityFunction(long p_208630_)
-
-
方法详细资料
-
getHeightValue
-
compute
- 指定者:
compute
在接口中DensityFunction
-
minValue
public double minValue()- 指定者:
minValue
在接口中DensityFunction
-
maxValue
public double maxValue()- 指定者:
maxValue
在接口中DensityFunction
-
codec
- 指定者:
codec
在接口中DensityFunction
-