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
ReadOnlyChunk.setBlendingData
(BlendingData blendingData) Constructors in net.minecraft.world.chunk with parameters of type BlendingDataModifierConstructorDescriptionChunk
(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
Fields in net.minecraft.world.gen.chunk with type parameters of type BlendingDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlendingData>
BlendingData.CODEC
private final Long2ObjectOpenHashMap<BlendingData>
Blender.field_36343
private final Long2ObjectOpenHashMap<BlendingData>
Blender.field_36344
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.method_39573
(BlendingData blendingData) Methods in net.minecraft.world.gen.chunk with parameters of type BlendingDataModifier 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) Method parameters in net.minecraft.world.gen.chunk with type arguments of type BlendingDataModifier and TypeMethodDescriptionstatic Blender.class_6831
Blender.method_39815
(@Nullable BlendingData blendingData, Map<EightWayDirection, BlendingData> map) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type BlendingDataModifierConstructorDescription(package private)
Blender
(Long2ObjectOpenHashMap<BlendingData> long2ObjectOpenHashMap, Long2ObjectOpenHashMap<BlendingData> long2ObjectOpenHashMap2)