接口 DensityFunction.SimpleFunction
- 所有超级接口:
DensityFunction
- 所有已知子接口:
DensityFunctions.BeardifierOrMarker
- 所有已知实现类:
Beardifier
,BlendedNoise
,DensityFunctions.BeardifierMarker
,DensityFunctions.BlendAlpha
,DensityFunctions.BlendOffset
,DensityFunctions.Constant
,DensityFunctions.EndIslandDensityFunction
,DensityFunctions.YClampedGradient
- 封闭接口:
DensityFunction
-
嵌套类概要
从接口继承的嵌套类/接口 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 void
fillArray
(double[] p_208241_, DensityFunction.ContextProvider p_208242_) default DensityFunction
mapAll
(DensityFunction.Visitor p_208239_) 从接口继承的方法 net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, codec, compute, cube, halfNegative, maxValue, minValue, quarterNegative, square, squeeze
-
方法详细资料
-
fillArray
- 指定者:
fillArray
在接口中DensityFunction
-
mapAll
- 指定者:
mapAll
在接口中DensityFunction
-