Uses of Interface
net.minecraft.world.level.newbiome.area.Area
Packages that use Area
Package
Description
-
Uses of Area in net.minecraft.world.level.newbiome.area
Classes in net.minecraft.world.level.newbiome.area with type parameters of type AreaClasses in net.minecraft.world.level.newbiome.area that implement Area -
Uses of Area in net.minecraft.world.level.newbiome.context
Classes in net.minecraft.world.level.newbiome.context with type parameters of type Area -
Uses of Area in net.minecraft.world.level.newbiome.layer
Methods in net.minecraft.world.level.newbiome.layer with type parameters of type AreaModifier and TypeMethodDescriptionprivate static <T extends Area, C extends BigContext<T>>
AreaFactory<T>Layers.getDefaultLayer(boolean p_76747_, int p_76748_, int p_76749_, LongFunction<C> p_76750_)static <T extends Area, C extends BigContext<T>>
AreaFactory<T>Layers.zoom(long p_76730_, AreaTransformer1 p_76731_, AreaFactory<T> p_76732_, int p_76733_, LongFunction<C> p_76734_)Methods in net.minecraft.world.level.newbiome.layer with parameters of type AreaModifier and TypeMethodDescriptionintOceanMixerLayer.applyPixel(Context p_76797_, Area p_76798_, Area p_76799_, int p_76800_, int p_76801_)intRegionHillsLayer.applyPixel(Context p_76838_, Area p_76839_, Area p_76840_, int p_76841_, int p_76842_)intRiverMixerLayer.applyPixel(Context p_76901_, Area p_76902_, Area p_76903_, int p_76904_, int p_76905_)intZoomLayer.applyPixel(BigContext<?> p_76966_, Area p_76967_, int p_76968_, int p_76969_) -
Uses of Area in net.minecraft.world.level.newbiome.layer.traits
Methods in net.minecraft.world.level.newbiome.layer.traits with type parameters of type AreaModifier and TypeMethodDescriptiondefault <R extends Area>
AreaFactory<R>AreaTransformer0.run(BigContext<R> p_76985_)default <R extends Area>
AreaFactory<R>AreaTransformer1.run(BigContext<R> p_77003_, AreaFactory<R> p_77004_)default <R extends Area>
AreaFactory<R>AreaTransformer2.run(BigContext<R> p_77021_, AreaFactory<R> p_77022_, AreaFactory<R> p_77023_)Methods in net.minecraft.world.level.newbiome.layer.traits with parameters of type AreaModifier and TypeMethodDescriptionintAreaTransformer1.applyPixel(BigContext<?> p_76998_, Area p_76999_, int p_77000_, int p_77001_)intAreaTransformer2.applyPixel(Context p_77024_, Area p_77025_, Area p_77026_, int p_77027_, int p_77028_)default intBishopTransformer.applyPixel(BigContext<?> p_77030_, Area p_77031_, int p_77032_, int p_77033_)default intC0Transformer.applyPixel(BigContext<?> p_77041_, Area p_77042_, int p_77043_, int p_77044_)default intC1Transformer.applyPixel(BigContext<?> p_77048_, Area p_77049_, int p_77050_, int p_77051_)default intCastleTransformer.applyPixel(BigContext<?> p_77055_, Area p_77056_, int p_77057_, int p_77058_)