Uses of Record Class
net.minecraft.world.gen.chunk.AquiferSampler.FluidLevel
Packages that use AquiferSampler.FluidLevel
-
Uses of AquiferSampler.FluidLevel in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as AquiferSampler.FluidLevelModifier and TypeFieldDescriptionprivate final AquiferSampler.FluidLevel[]
AquiferSampler.Impl.waterLevels
Methods in net.minecraft.world.gen.chunk that return AquiferSampler.FluidLevelModifier and TypeMethodDescriptionAquiferSampler.FluidLevelSampler.getFluidLevel
(int x, int y, int z) private AquiferSampler.FluidLevel
AquiferSampler.Impl.getFluidLevel
(int blockX, int blockY, int blockZ) private AquiferSampler.FluidLevel
AquiferSampler.Impl.getWaterLevel
(long pos) Methods in net.minecraft.world.gen.chunk with parameters of type AquiferSampler.FluidLevelModifier and TypeMethodDescriptionprivate double
AquiferSampler.Impl.calculateDensity
(DensityFunction.NoisePos pos, MutableDouble mutableDouble, AquiferSampler.FluidLevel fluidLevel, AquiferSampler.FluidLevel fluidLevel2) private BlockState
AquiferSampler.Impl.getFluidBlockState
(int blockX, int blockY, int blockZ, AquiferSampler.FluidLevel defaultFluidLevel, int fluidLevel) private int
AquiferSampler.Impl.getFluidBlockY
(int blockX, int blockY, int blockZ, AquiferSampler.FluidLevel defaultFluidLevel, int surfaceHeightEstimate, boolean bool)