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()Methods in net.minecraft.world.level.chunk with parameters of type BlendingDataModifier and TypeMethodDescriptionvoidChunkAccess.setBlendingData(BlendingData blendingData) voidImposterProtoChunk.setBlendingData(BlendingData blendingData) Constructors in net.minecraft.world.level.chunk with parameters of type BlendingDataModifierConstructorDescriptionChunkAccess(ChunkPos chunkPos, UpgradeData upgradeData, LevelHeightAccessor levelHeightAccessor, Registry<Biome> biomeRegistry, long inhabitedTime, LevelChunkSection[] sections, BlendingData blendingData) LevelChunk(Level level, ChunkPos pos, UpgradeData data, LevelChunkTicks<Block> blockTicks, LevelChunkTicks<Fluid> fluidTicks, long inhabitedTime, LevelChunkSection[] sections, LevelChunk.PostLoadProcessor postLoad, BlendingData blendingData) ProtoChunk(ChunkPos chunkPos, UpgradeData upgradeData, LevelChunkSection[] sections, ProtoChunkTicks<Block> blockTicks, ProtoChunkTicks<Fluid> liquidTicks, LevelHeightAccessor levelHeightAccessor, Registry<Biome> biomeRegistry, BlendingData blendingData) ProtoChunk(ChunkPos chunkPos, UpgradeData upgradeData, LevelHeightAccessor levelHeightAccessor, Registry<Biome> biomeRegistry, BlendingData blendingData) -
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 TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlendingData> BlendingData.CODECprivate final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlendingData> Blender.densityBlendingDataprivate final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlendingData> Blender.heightAndBiomeBlendingDataMethods in net.minecraft.world.level.levelgen.blending that return BlendingDataModifier and TypeMethodDescriptionstatic BlendingDataBlendingData.getOrUpdateBlendingData(WorldGenRegion region, int chunkX, int chunkZ) Methods in net.minecraft.world.level.levelgen.blending that return types with arguments of type BlendingDataModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<BlendingData> BlendingData.validateArraySize(BlendingData blendingData) Methods in net.minecraft.world.level.levelgen.blending with parameters of type BlendingDataModifier and TypeMethodDescriptiondoubleBlender.CellValueGetter.get(BlendingData blendingData, int x, int y, int z) private static Blender.DistanceGetterBlender.makeOffsetOldChunkDistanceGetter(Direction8 p_direction, BlendingData blendingData) static Blender.DistanceGetterBlender.makeOldChunkDistanceGetter(BlendingData blendingData, Map<Direction8, BlendingData> surroundingBlendingData) private static com.mojang.serialization.DataResult<BlendingData> BlendingData.validateArraySize(BlendingData blendingData) Method parameters in net.minecraft.world.level.levelgen.blending with type arguments of type BlendingDataModifier and TypeMethodDescriptionstatic Blender.DistanceGetterBlender.makeOldChunkDistanceGetter(BlendingData blendingData, Map<Direction8, BlendingData> surroundingBlendingData) 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> heightAndBiomeBlendingData, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlendingData> densityBlendingData)