| private int | | surfaceLevel(int blockX, int blockZ) | | surfaceLevel(int blockX, int blockZ) | | method_1_8592(int arg0, int arg1) | | getSurfaceLevel(int x, int z) |
|
| private int | | maxSurfaceLevel(int minBlockX, int minBlockZ, int maxBlockX, int maxBlockZ) | | maxSurfaceLevel(int minBlockX, int minBlockZ, int maxBlockX, int maxBlockZ) | | method_1_8591(int arg0, int arg1, int arg2, int arg3) | | getMaxSurfaceLevel(int minX, int minZ, int maxX, int maxZ) |
|
| private int | | getIndex(int gridX, int gridY, int gridZ) | | getIndex(int gridX, int gridY, int gridZ) | | method_33741(int arg0, int arg1, int arg2) | | index(int x, int y, int z) |
|
| public BlockState | | computeSubstance(int blockX, int blockY, int blockZ, double density) | | computeSubstance(int blockX, int blockY, int blockZ, double density) | | method_38317(int arg0, int arg1, int arg2, double arg3) | | apply(int arg0, int arg1, int arg2, double arg3) |
|
| public boolean | | shouldScheduleFluidUpdate() | | shouldScheduleFluidUpdate() | | method_33742() | | needsFluidTick() |
|
| private static double | | similarity(int distanceSqr1, int distanceSqr2) | | similarity(int distanceSqr1, int distanceSqr2) | | method_33736(int arg0, int arg1) | | densityFactor(int nearerCellDistance, int fartherCellDistance) |
|
| private double | | calculatePressure(int blockX, int blockY, int blockZ, org.apache.commons.lang3.mutable.MutableDouble barrierNoiseValue, Aquifer$FluidStatus statusClosest1, Aquifer$FluidStatus statusClosest2) | | calculatePressure(int blockX, int blockY, int blockZ, org.apache.commons.lang3.mutable.MutableDouble barrierNoiseValue, Aquifer$FluidStatus statusClosest1, Aquifer$FluidStatus statusClosest2) | | method_33735(int arg0, int arg1, int arg2, org.apache.commons.lang3.mutable.MutableDouble arg3, class_6350$class_6351 arg4, class_6350$class_6351 arg5) | | calculateDensity(int arg0, int arg1, int arg2, org.apache.commons.lang3.mutable.MutableDouble cachedBarrierNoiseValue, AquiferSampler$FluidLevel nearerLevel, AquiferSampler$FluidLevel fartherLevel) |
|
| private static int | | gridX(int blockCoord) | | gridX(int blockCoord) | | method_33734(int arg0) | | getCellX(int x) |
|
| private static int | | fromGridX(int gridCoord, int blockOffset) | | fromGridX(int gridCoord, int blockOffset) | | method_72677(int arg0, int arg1) | | reconstructX(int cellX, int cellLocalX) |
|
| private static int | | gridY(int blockCoord) | | gridY(int blockCoord) | | method_33740(int arg0) | | getCellY(int x) |
|
| private static int | | fromGridY(int gridCoord, int blockOffset) | | fromGridY(int gridCoord, int blockOffset) | | method_72678(int arg0, int arg1) | | reconstructY(int cellY, int cellLocalY) |
|
| private static int | | gridZ(int blockCoord) | | gridZ(int blockCoord) | | method_33743(int arg0) | | getCellZ(int z) |
|
| private static int | | fromGridZ(int gridCoord, int blockOffset) | | fromGridZ(int gridCoord, int blockOffset) | | method_72679(int arg0, int arg1) | | reconstructZ(int cellZ, int cellLocalZ) |
|
| private AquiferSampler$FluidLevel | | getAquiferStatus(int index) | | getAquiferStatus(int index) | | method_33738(int arg0) | | getWaterLevel(int cellIndex) |
|
| private AquiferSampler$FluidLevel | | computeFluid(int x, int y, int z) | | computeFluid(int x, int y, int z) | | method_40463(int arg0, int arg1, int arg2) | | generateFluidLevel(int blockX, int blockY, int blockZ) |
|
| private int | | adjustSurfaceLevel(int preliminarySurfaceLevel) | | adjustSurfaceLevel(int preliminarySurfaceLevel) | | method_72680(int arg0) | | adjustEstimatedHighestSurfaceLevel(int estimatedHighestSurfaceLevel) |
|
| private int | | computeSurfaceLevel(int x, int y, int z, Aquifer$FluidStatus globalFluid, int lowestSurfaceLevel, boolean surfaceAtCenterIsUnderGlobalFluidLevel) | | computeSurfaceLevel(int x, int y, int z, Aquifer$FluidStatus globalFluid, int lowestSurfaceLevel, boolean surfaceAtCenterIsUnderGlobalFluidLevel) | | method_42354(int arg0, int arg1, int arg2, class_6350$class_6351 arg3, int arg4, boolean arg5) | | getFluidBlockY(int blockX, int blockY, int blockZ, AquiferSampler$FluidLevel defaultFluidLevel, int arg4, boolean arg5) |
|
| private int | | computeRandomizedFluidSurfaceLevel(int x, int y, int z, int lowestSurfaceLevel) | | computeRandomizedFluidSurfaceLevel(int x, int y, int z, int lowestSurfaceLevel) | | method_42352(int arg0, int arg1, int arg2, int arg3) | | getNoiseBasedFluidLevel(int blockX, int blockY, int blockZ, int arg3) |
|
| private BlockState | | computeFluidType(int x, int y, int z, Aquifer$FluidStatus globalFluid, int fluidSurfaceLevel) | | computeFluidType(int x, int y, int z, Aquifer$FluidStatus globalFluid, int fluidSurfaceLevel) | | method_42353(int arg0, int arg1, int arg2, class_6350$class_6351 arg3, int arg4) | | getFluidBlockState(int blockX, int blockY, int blockZ, AquiferSampler$FluidLevel defaultFluidLevel, int fluidLevel) |
|