接口 DensityFunctions.ShiftNoise
- 所有超级接口:
DensityFunction
- 封闭类:
DensityFunctions
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.world.level.levelgen.DensityFunction
DensityFunction.ContextProvider, DensityFunction.FunctionContext, DensityFunction.NoiseHolder, DensityFunction.SimpleFunction, DensityFunction.SinglePointContext, DensityFunction.Visitor
-
字段概要
从接口继承的字段 net.minecraft.world.level.levelgen.DensityFunction
CODEC, DIRECT_CODEC, HOLDER_HELPER_CODEC
-
方法概要
修饰符和类型方法说明default double
compute
(double p_208918_, double p_208919_, double p_208920_) default void
fillArray
(double[] p_224103_, DensityFunction.ContextProvider p_224104_) default double
maxValue()
default double
minValue()
从接口继承的方法 net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, codec, compute, cube, halfNegative, mapAll, quarterNegative, square, squeeze
-
方法详细资料
-
offsetNoise
DensityFunction.NoiseHolder offsetNoise() -
minValue
default double minValue()- 指定者:
minValue
在接口中DensityFunction
-
maxValue
default double maxValue()- 指定者:
maxValue
在接口中DensityFunction
-
compute
default double compute(double p_208918_, double p_208919_, double p_208920_) -
fillArray
- 指定者:
fillArray
在接口中DensityFunction
-