Uses of Class
net.minecraft.world.gen.chunk.BlendingData
-
Uses of BlendingData in net.minecraft.world.chunk
Modifier and TypeMethodDescriptionvoid
Chunk.setBlendingData
(BlendingData blendingData) void
ReadOnlyChunk.setBlendingData
(BlendingData blendingData) ModifierConstructorDescriptionChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biome, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable BlendingData blendingData) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) WorldChunk
(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData) -
Uses of BlendingData in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlendingData>
BlendingData.CODEC
private final Long2ObjectOpenHashMap<BlendingData>
Blender.field_36343
private final Long2ObjectOpenHashMap<BlendingData>
Blender.field_36344
Modifier and TypeMethodDescriptionstatic @Nullable BlendingData
BlendingData.getBlendingData
(ChunkRegion chunkRegion, int chunkX, int chunkZ) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<BlendingData>
BlendingData.method_39573
(BlendingData blendingData) Modifier and TypeMethodDescriptiondouble
Blender.class_6781.get
(BlendingData blendingData, int int2, int int3, int int4) private static com.mojang.serialization.DataResult<BlendingData>
BlendingData.method_39573
(BlendingData blendingData) private static Blender.class_6831
Blender.method_39812
(@Nullable EightWayDirection eightWayDirection, BlendingData blendingData) static Blender.class_6831
Blender.method_39815
(@Nullable BlendingData blendingData, Map<EightWayDirection, BlendingData> map) Modifier and TypeMethodDescriptionstatic Blender.class_6831
Blender.method_39815
(@Nullable BlendingData blendingData, Map<EightWayDirection, BlendingData> map) ModifierConstructorDescription(package private)
Blender
(Long2ObjectOpenHashMap<BlendingData> long2ObjectOpenHashMap, Long2ObjectOpenHashMap<BlendingData> long2ObjectOpenHashMap2)