接口 DensityFunctions.MarkerOrMarked
- 所有超级接口:
DensityFunction
- 所有已知实现类:
DensityFunctions.Marker
,NoiseChunk.Cache2D
,NoiseChunk.CacheAllInCell
,NoiseChunk.CacheOnce
,NoiseChunk.FlatCache
,NoiseChunk.NoiseInterpolator
- 封闭类:
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 KeyDispatchDataCodec
<? extends DensityFunction> codec()
default DensityFunction
mapAll
(DensityFunction.Visitor p_224070_) type()
wrapped()
从接口继承的方法 net.minecraft.world.level.levelgen.DensityFunction
abs, clamp, compute, cube, fillArray, halfNegative, maxValue, minValue, quarterNegative, square, squeeze
-
方法详细资料
-
type
DensityFunctions.Marker.Type type() -
wrapped
DensityFunction wrapped() -
codec
- 指定者:
codec
在接口中DensityFunction
-
mapAll
- 指定者:
mapAll
在接口中DensityFunction
-