Uses of Class
net.minecraft.world.gen.carver.WorldCarver
-
Packages that use WorldCarver Package Description net.minecraft.util.registry net.minecraft.world.gen.carver net.minecraftforge.registries -
-
Uses of WorldCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type WorldCarver Modifier and Type Field Description static Registry<WorldCarver<?>>Registry. CARVERDeprecated.static RegistryKey<Registry<WorldCarver<?>>>Registry. CARVER_REGISTRY -
Uses of WorldCarver in net.minecraft.world.gen.carver
Subclasses of WorldCarver in net.minecraft.world.gen.carver Modifier and Type Class Description classCanyonWorldCarverclassCaveWorldCarverclassNetherCaveCarverclassUnderwaterCanyonWorldCarverclassUnderwaterCaveWorldCarverFields in net.minecraft.world.gen.carver declared as WorldCarver Modifier and Type Field Description static WorldCarver<ProbabilityConfig>WorldCarver. CANYONstatic WorldCarver<ProbabilityConfig>WorldCarver. CAVEstatic WorldCarver<ProbabilityConfig>WorldCarver. NETHER_CAVEstatic WorldCarver<ProbabilityConfig>WorldCarver. UNDERWATER_CANYONstatic WorldCarver<ProbabilityConfig>WorldCarver. UNDERWATER_CAVEprivate WorldCarver<WC>ConfiguredCarver. worldCarverMethods in net.minecraft.world.gen.carver with type parameters of type WorldCarver Modifier and Type Method Description private static <C extends ICarverConfig,F extends WorldCarver<C>>
FWorldCarver. register(java.lang.String p_222699_0_, F p_222699_1_)Methods in net.minecraft.world.gen.carver with parameters of type WorldCarver Modifier and Type Method Description protected static booleanUnderwaterCaveWorldCarver. carveBlock(WorldCarver<?> p_222728_0_, IChunk p_222728_1_, java.util.BitSet p_222728_2_, java.util.Random p_222728_3_, BlockPos.Mutable p_222728_4_, int p_222728_5_, int p_222728_6_, int p_222728_7_, int p_222728_8_, int p_222728_9_, int p_222728_10_, int p_222728_11_, int p_222728_12_)Constructors in net.minecraft.world.gen.carver with parameters of type WorldCarver Constructor Description ConfiguredCarver(WorldCarver<WC> p_i49928_1_, WC p_i49928_2_) -
Uses of WorldCarver in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type WorldCarver Modifier and Type Field Description static RegistryKey<Registry<WorldCarver<?>>>ForgeRegistries.Keys. WORLD_CARVERSstatic IForgeRegistry<WorldCarver<?>>ForgeRegistries. WORLD_CARVERS
-