Uses of Class
net.minecraft.class_6108
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.world.gen.carver |
-
Uses of class_6108 in net.minecraft
Fields in net.minecraft with type parameters of type class_6108 Modifier and Type Field Description static com.mojang.serialization.Codec<class_6108>class_6108. field_31491 -
Uses of class_6108 in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver with type parameters of type class_6108 Modifier and Type Field Description static Carver<class_6108>Carver. CAVEstatic ConfiguredCarver<class_6108>ConfiguredCarvers. CAVEstatic Carver<class_6108>Carver. NETHER_CAVEstatic ConfiguredCarver<class_6108>ConfiguredCarvers. NETHER_CAVEstatic ConfiguredCarver<class_6108>ConfiguredCarvers. OCEAN_CAVEstatic ConfiguredCarver<class_6108>ConfiguredCarvers. OLD_CAVEstatic ConfiguredCarver<class_6108>ConfiguredCarvers. OLD_OCEAN_CAVEMethods in net.minecraft.world.gen.carver with parameters of type class_6108 Modifier and Type Method Description booleanCaveCarver. carve(CarverContext carverContext, class_6108 class_6108, Chunk chunk, Function<BlockPos,Biome> function, Random random, int int2, ChunkPos chunkPos, BitSet bitSet)protected booleanNetherCaveCarver. carveAtPoint(CarverContext carverContext, class_6108 class_6108, Chunk chunk, Function<BlockPos,Biome> function, BitSet bitSet, Random random, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, int int2, MutableBoolean mutableBoolean)protected voidCaveCarver. carveCave(CarverContext context, class_6108 config, Chunk chunk, Function<BlockPos,Biome> posToBiome, long seed, int seaLevel, double x, double y, double z, float yaw, double yawPitchRatio, BitSet carvingMask, Carver.SkipPredicate skipPredicate)protected voidCaveCarver. carveTunnels(CarverContext context, class_6108 config, Chunk chunk, Function<BlockPos,Biome> posToBiome, long seed, int seaLevel, double x, double y, double z, double horizontalScale, double verticalScale, float width, float yaw, float pitch, int branchStartIndex, int branchCount, double yawPitchRatio, BitSet carvingMask, Carver.SkipPredicate skipPredicate)booleanCaveCarver. shouldCarve(class_6108 class_6108, Random random)Constructor parameters in net.minecraft.world.gen.carver with type arguments of type class_6108 Constructor Description CaveCarver(com.mojang.serialization.Codec<class_6108> configCodec)NetherCaveCarver(com.mojang.serialization.Codec<class_6108> configCodec)