Uses of Interface
net.minecraft.world.gen.layer.traits.IPixelTransformer
-
Packages that use IPixelTransformer Package Description net.minecraft.world.gen net.minecraft.world.gen.area -
-
Uses of IPixelTransformer in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type IPixelTransformer Modifier and Type Method Description R
IExtendedNoiseRandom. createResult(IPixelTransformer p_212861_1_)
default R
IExtendedNoiseRandom. createResult(IPixelTransformer p_212859_1_, R p_212859_2_)
default R
IExtendedNoiseRandom. createResult(IPixelTransformer p_212860_1_, R p_212860_2_, R p_212860_3_)
LazyArea
LazyAreaLayerContext. createResult(IPixelTransformer p_212861_1_)
LazyArea
LazyAreaLayerContext. createResult(IPixelTransformer p_212859_1_, LazyArea p_212859_2_)
LazyArea
LazyAreaLayerContext. createResult(IPixelTransformer p_212860_1_, LazyArea p_212860_2_, LazyArea p_212860_3_)
-
Uses of IPixelTransformer in net.minecraft.world.gen.area
Fields in net.minecraft.world.gen.area declared as IPixelTransformer Modifier and Type Field Description private IPixelTransformer
LazyArea. transformer
Constructors in net.minecraft.world.gen.area with parameters of type IPixelTransformer Constructor Description LazyArea(it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap p_i51286_1_, int p_i51286_2_, IPixelTransformer p_i51286_3_)
-