类 NoiseChunk.CacheAllInCell
java.lang.Object
net.minecraft.world.level.levelgen.NoiseChunk.CacheAllInCell
- 封闭类:
NoiseChunk
class NoiseChunk.CacheAllInCell
extends Object
implements DensityFunctions.MarkerOrMarked, NoiseChunk.NoiseChunkDensityFunction
-
嵌套类概要
从接口继承的嵌套类/接口 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明double
compute
(DensityFunction.FunctionContext p_209303_) void
fillArray
(double[] p_209305_, DensityFunction.ContextProvider p_209306_) type()
wrapped()
从类继承的方法 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.DensityFunctions.MarkerOrMarked
codec, mapAll
从接口继承的方法 net.minecraft.world.level.levelgen.NoiseChunk.NoiseChunkDensityFunction
maxValue, minValue
-
字段详细资料
-
noiseFiller
-
values
final double[] values
-
-
构造器详细资料
-
CacheAllInCell
CacheAllInCell(DensityFunction p_209301_)
-
-
方法详细资料
-
compute
- 指定者:
compute
在接口中DensityFunction
-
fillArray
- 指定者:
fillArray
在接口中DensityFunction
-
wrapped
- 指定者:
wrapped
在接口中DensityFunctions.MarkerOrMarked
- 指定者:
wrapped
在接口中NoiseChunk.NoiseChunkDensityFunction
-
type
- 指定者:
type
在接口中DensityFunctions.MarkerOrMarked
-