Uses of Class
net.minecraft.world.level.levelgen.blending.BlendingData
Packages that use BlendingData
-
Uses of BlendingData in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as BlendingDataMethods in net.minecraft.world.level.chunk that return BlendingDataModifier and TypeMethodDescriptionChunkAccess.getBlendingData()
ImposterProtoChunk.getBlendingData()
Constructors in net.minecraft.world.level.chunk with parameters of type BlendingDataModifierConstructorDescriptionChunkAccess
(ChunkPos pChunkPos, UpgradeData pUpgradeData, LevelHeightAccessor pLevelHeightAccessor, Registry<Biome> pBiomeRegistry, long pInhabitedTime, LevelChunkSection[] pSections, BlendingData pBlendingData) LevelChunk
(Level pLevel, ChunkPos pPos, UpgradeData pData, LevelChunkTicks<Block> pBlockTicks, LevelChunkTicks<Fluid> pFluidTicks, long pInhabitedTime, LevelChunkSection[] pSections, LevelChunk.PostLoadProcessor pPostLoad, BlendingData pBlendingData) ProtoChunk
(ChunkPos pChunkPos, UpgradeData pUpgradeData, LevelChunkSection[] pSections, ProtoChunkTicks<Block> pBlockTicks, ProtoChunkTicks<Fluid> pLiquidTicks, LevelHeightAccessor pLevelHeightAccessor, Registry<Biome> pBiomeRegistry, BlendingData pBlendingData) ProtoChunk
(ChunkPos pChunkPos, UpgradeData pUpgradeData, LevelHeightAccessor pLevelHeightAccessor, Registry<Biome> pBiomeRegistry, BlendingData pBlendingData) -
Uses of BlendingData in net.minecraft.world.level.levelgen.blending
Fields in net.minecraft.world.level.levelgen.blending with type parameters of type BlendingDataModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
<BlendingData> Blender.densityBlendingData
private final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap
<BlendingData> Blender.heightAndBiomeBlendingData
Methods in net.minecraft.world.level.levelgen.blending that return BlendingDataModifier and TypeMethodDescriptionstatic BlendingData
BlendingData.getOrUpdateBlendingData
(WorldGenRegion pRegion, int pChunkX, int pChunkZ) static BlendingData
BlendingData.unpack
(BlendingData.Packed pPacked) Methods in net.minecraft.world.level.levelgen.blending with parameters of type BlendingDataModifier and TypeMethodDescriptiondouble
Blender.CellValueGetter.get
(BlendingData pBlendingData, int pX, int pY, int pZ) private static Blender.DistanceGetter
Blender.makeOffsetOldChunkDistanceGetter
(Direction8 pDirection, BlendingData pBlendingData) static Blender.DistanceGetter
Blender.makeOldChunkDistanceGetter
(BlendingData pBlendingData, Map<Direction8, BlendingData> pSurroundingBlendingData) Method parameters in net.minecraft.world.level.levelgen.blending with type arguments of type BlendingDataModifier and TypeMethodDescriptionstatic Blender.DistanceGetter
Blender.makeOldChunkDistanceGetter
(BlendingData pBlendingData, Map<Direction8, BlendingData> pSurroundingBlendingData) Constructor parameters in net.minecraft.world.level.levelgen.blending with type arguments of type BlendingDataModifierConstructorDescription(package private)
Blender
(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlendingData> p_202197_, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlendingData> p_202198_)