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 TypeFieldDescriptionprivate final Long2ObjectOpenHashMap<BlendingData>
Blender.blendingData
private final Long2ObjectOpenHashMap<BlendingData>
Blender.closeBlendingData
static final com.mojang.serialization.Codec<BlendingData>
BlendingData.CODEC
Modifier and TypeMethodDescriptionstatic @Nullable BlendingData
BlendingData.getBlendingData
(ChunkRegion chunkRegion, int chunkX, int chunkZ) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<BlendingData>
BlendingData.validate
(BlendingData data) Modifier and TypeMethodDescriptionstatic Blender.DistanceFunction
Blender.createClosestDistanceFunction
(@Nullable BlendingData data, Map<EightWayDirection, BlendingData> neighborData) private static Blender.DistanceFunction
Blender.createDistanceFunction
(@Nullable EightWayDirection direction, BlendingData data) double
Blender.BlendingSampler.get
(BlendingData data, int biomeX, int biomeY, int biomeZ) private static com.mojang.serialization.DataResult<BlendingData>
BlendingData.validate
(BlendingData data) Modifier and TypeMethodDescriptionstatic Blender.DistanceFunction
Blender.createClosestDistanceFunction
(@Nullable BlendingData data, Map<EightWayDirection, BlendingData> neighborData) ModifierConstructorDescription(package private)
Blender
(Long2ObjectOpenHashMap<BlendingData> blendingData, Long2ObjectOpenHashMap<BlendingData> closeBlendingData)