Uses of Class
net.minecraft.world.level.levelgen.blending.BlendingData
-
Uses of BlendingData in net.minecraft.world.level.chunk
Modifier and TypeMethodDescriptionChunkAccess.getBlendingData()
ImposterProtoChunk.getBlendingData()
Modifier and TypeMethodDescriptionvoid
ChunkAccess.setBlendingData
(BlendingData p_187646_) void
ImposterProtoChunk.setBlendingData
(BlendingData p_187930_) ModifierConstructorDescriptionChunkAccess
(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
Modifier 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
Modifier and TypeMethodDescriptionstatic BlendingData
BlendingData.getOrUpdateBlendingData
(WorldGenRegion p_190305_, int p_190306_, int p_190307_) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<BlendingData>
BlendingData.validateArraySize
(BlendingData p_190321_) Modifier 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_) Modifier and TypeMethodDescriptionstatic Blender.DistanceGetter
Blender.makeOldChunkDistanceGetter
(BlendingData p_224727_, Map<Direction8, BlendingData> p_224728_) ModifierConstructorDescription(package private)
Blender
(it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlendingData> p_202197_, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<BlendingData> p_202198_)