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 TypeMethodDescriptionvoid
ChunkAccess.setBlendingData
(BlendingData p_187646_) void
ImposterProtoChunk.setBlendingData
(BlendingData p_187930_) Constructors in net.minecraft.world.level.chunk with parameters of type BlendingDataModifierConstructorDescriptionChunkAccess
(ChunkPos p_187621_, UpgradeData p_187622_, LevelHeightAccessor p_187623_, Registry<Biome> p_187624_, long p_187625_, LevelChunkSection[] p_187626_, BlendingData p_187627_) LevelChunk
(Level p_196854_, ChunkPos p_196855_, UpgradeData p_196856_, LevelChunkTicks<Block> p_196857_, LevelChunkTicks<Fluid> p_196858_, long p_196859_, LevelChunkSection[] p_196860_, LevelChunk.PostLoadProcessor p_196861_, BlendingData p_196862_) ProtoChunk
(ChunkPos p_188173_, UpgradeData p_188174_, LevelChunkSection[] p_188175_, ProtoChunkTicks<Block> p_188176_, ProtoChunkTicks<Fluid> p_188177_, LevelHeightAccessor p_188178_, Registry<Biome> p_188179_, BlendingData p_188180_) ProtoChunk
(ChunkPos p_188167_, UpgradeData p_188168_, LevelHeightAccessor p_188169_, Registry<Biome> p_188170_, BlendingData p_188171_) -
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.CODEC
private 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 p_190305_, int p_190306_, int p_190307_) 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 p_190321_) Methods in net.minecraft.world.level.levelgen.blending with parameters of type BlendingDataModifier and TypeMethodDescriptiondouble
Blender.CellValueGetter.get
(BlendingData p_190234_, int p_190235_, int p_190236_, int p_190237_) private static Blender.DistanceGetter
Blender.makeOffsetOldChunkDistanceGetter
(Direction8 p_224730_, BlendingData p_224731_) static Blender.DistanceGetter
Blender.makeOldChunkDistanceGetter
(BlendingData p_224727_, Map<Direction8, BlendingData> p_224728_) private static com.mojang.serialization.DataResult<BlendingData>
BlendingData.validateArraySize
(BlendingData p_190321_) Method parameters in net.minecraft.world.level.levelgen.blending with type arguments of type BlendingDataModifier and TypeMethodDescriptionstatic Blender.DistanceGetter
Blender.makeOldChunkDistanceGetter
(BlendingData p_224727_, Map<Direction8, BlendingData> p_224728_) 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_)