Uses of Interface
net.minecraft.world.biome.layer.util.LayerOperator
Packages that use LayerOperator
-
Uses of LayerOperator in net.minecraft.world.biome.layer.util
Fields in net.minecraft.world.biome.layer.util declared as LayerOperatorMethods in net.minecraft.world.biome.layer.util with parameters of type LayerOperatorModifier 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) Constructors in net.minecraft.world.biome.layer.util with parameters of type LayerOperatorModifierConstructorDescriptionCachingLayerSampler
(Long2IntLinkedOpenHashMap cache, int cacheCapacity, LayerOperator operator)