Uses of Class
net.minecraft.world.gen.chunk.BlendingData
Packages that use BlendingData
-
Uses of BlendingData in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as BlendingDataMethods in net.minecraft.world.chunk that return BlendingDataMethods in net.minecraft.world.chunk with parameters of type BlendingDataModifier and TypeMethodDescriptionvoid
Chunk.setBlendingData
(BlendingData blendingData) void
WrapperProtoChunk.setBlendingData
(BlendingData blendingData) Constructors in net.minecraft.world.chunk with parameters of type BlendingDataModifierConstructorDescriptionChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biomeRegistry, long inhabitedTime, @Nullable ChunkSection[] sectionArray, @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
Fields in net.minecraft.world.gen.chunk with type parameters of type BlendingDataModifier and TypeFieldDescriptionprivate final Long2ObjectOpenHashMap
<BlendingData> Blender.blendingData
private final Long2ObjectOpenHashMap
<BlendingData> Blender.closeBlendingData
static final com.mojang.serialization.Codec
<BlendingData> BlendingData.CODEC
Methods in net.minecraft.world.gen.chunk that return BlendingDataModifier and TypeMethodDescriptionstatic @Nullable BlendingData
BlendingData.getBlendingData
(ChunkRegion chunkRegion, int chunkX, int chunkZ) Methods in net.minecraft.world.gen.chunk that return types with arguments of type BlendingDataModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<BlendingData> BlendingData.validate
(BlendingData data) Methods in net.minecraft.world.gen.chunk with parameters of type BlendingDataModifier 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) Method parameters in net.minecraft.world.gen.chunk with type arguments of type BlendingDataModifier and TypeMethodDescriptionstatic Blender.DistanceFunction
Blender.createClosestDistanceFunction
(@Nullable BlendingData data, Map<EightWayDirection, BlendingData> neighborData) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type BlendingDataModifierConstructorDescription(package private)
Blender
(Long2ObjectOpenHashMap<BlendingData> blendingData, Long2ObjectOpenHashMap<BlendingData> closeBlendingData)