Uses of Interface
net.minecraft.world.biome.layer.util.LayerOperator
-
Uses of LayerOperator in net.minecraft.world.biome.layer.util
Modifier and TypeMethodDescriptionCachingLayerContext.createSampler
(LayerOperator layerOperator) CachingLayerContext.createSampler
(LayerOperator layerOperator, CachingLayerSampler cachingLayerSampler) CachingLayerContext.createSampler
(LayerOperator layerOperator, CachingLayerSampler cachingLayerSampler, CachingLayerSampler cachingLayerSampler2) LayerSampleContext.createSampler
(LayerOperator operator) default R
LayerSampleContext.createSampler
(LayerOperator operator, R parent) default R
LayerSampleContext.createSampler
(LayerOperator operator, R firstParent, R secondParent) ModifierConstructorDescriptionCachingLayerSampler
(Long2IntLinkedOpenHashMap cache, int cacheCapacity, LayerOperator operator)