Uses of Class
net.minecraft.world.level.levelgen.carver.WorldCarver
Packages that use WorldCarver
- 
Uses of WorldCarver in net.minecraft.core.registriesFields in net.minecraft.core.registries with type parameters of type WorldCarverModifier and TypeFieldDescriptionstatic final Registry<WorldCarver<?>>BuiltInRegistries.CARVERstatic final ResourceKey<Registry<WorldCarver<?>>>Registries.CARVER
- 
Uses of WorldCarver in net.minecraft.world.level.levelgen.carverSubclasses of WorldCarver in net.minecraft.world.level.levelgen.carverModifier and TypeClassDescriptionclassclassclassFields in net.minecraft.world.level.levelgen.carver declared as WorldCarverModifier and TypeFieldDescriptionstatic final WorldCarver<CanyonCarverConfiguration>WorldCarver.CANYONstatic final WorldCarver<CaveCarverConfiguration>WorldCarver.CAVEstatic final WorldCarver<CaveCarverConfiguration>WorldCarver.NETHER_CAVEprivate final WorldCarver<WC>ConfiguredWorldCarver.worldCarverThe field for theworldCarverrecord component.Methods in net.minecraft.world.level.levelgen.carver with type parameters of type WorldCarverModifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration,F extends WorldCarver<C>> 
 FMethods in net.minecraft.world.level.levelgen.carver that return WorldCarverModifier and TypeMethodDescriptionConfiguredWorldCarver.worldCarver()Returns the value of theworldCarverrecord component.Constructors in net.minecraft.world.level.levelgen.carver with parameters of type WorldCarverModifierConstructorDescriptionConfiguredWorldCarver(WorldCarver<WC> worldCarver, WC config) Creates an instance of aConfiguredWorldCarverrecord class.