Uses of Interface
net.minecraft.world.level.levelgen.BaseStoneSource
Packages that use BaseStoneSource
Package
Description
-
Uses of BaseStoneSource in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as BaseStoneSourceMethods in net.minecraft.world.level.chunk that return BaseStoneSource -
Uses of BaseStoneSource in net.minecraft.world.level.levelgen
Classes in net.minecraft.world.level.levelgen that implement BaseStoneSourceModifier and TypeClassDescriptionclass
class
class
Fields in net.minecraft.world.level.levelgen declared as BaseStoneSourceModifier and TypeFieldDescriptionprotected BaseStoneSource
NoiseBasedChunkGenerator.baseStoneSource
Methods in net.minecraft.world.level.levelgen that return BaseStoneSourceMethods in net.minecraft.world.level.levelgen that return types with arguments of type BaseStoneSourceModifier and TypeMethodDescriptionprotected DoubleFunction<BaseStoneSource>
NoiseBasedChunkGenerator.createBaseStoneSource(int p_158478_, ChunkPos p_158479_, Consumer<NoiseInterpolator> p_158480_)
Methods in net.minecraft.world.level.levelgen with parameters of type BaseStoneSourceModifier and TypeMethodDescriptionAquifer.computeState(BaseStoneSource p_157968_, int p_157969_, int p_157970_, int p_157971_, double p_157972_)
Aquifer.NoiseBasedAquifer.computeState(BaseStoneSource p_158034_, int p_158035_, int p_158036_, int p_158037_, double p_158038_)
protected BlockState
NoiseBasedChunkGenerator.updateNoiseAndGenerateBaseState(Beardifier p_158440_, Aquifer p_158441_, BaseStoneSource p_158442_, NoiseModifier p_158443_, int p_158444_, int p_158445_, int p_158446_, double p_158447_)
-
Uses of BaseStoneSource in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as BaseStoneSource