Uses of Class
net.minecraft.world.gen.root.RootPlacerType
Packages that use RootPlacerType
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RootPlacerType in net.minecraft
Fields in net.minecraft with type parameters of type RootPlacerTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<RootPlacerType<?>>>class_7924.ROOT_PLACER_TYPE_WORLDGEN -
Uses of RootPlacerType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type RootPlacerTypeModifier and TypeFieldDescriptionstatic final Registry<RootPlacerType<?>>Registries.ROOT_PLAYER_TYPE -
Uses of RootPlacerType in net.minecraft.world.gen.root
Fields in net.minecraft.world.gen.root declared as RootPlacerTypeModifier and TypeFieldDescriptionstatic final RootPlacerType<MangroveRootPlacer>RootPlacerType.MANGROVE_ROOT_PLACERMethods in net.minecraft.world.gen.root that return RootPlacerTypeModifier and TypeMethodDescriptionprotected RootPlacerType<?>MangroveRootPlacer.getType()protected abstract RootPlacerType<?>RootPlacer.getType()private static <P extends RootPlacer>
RootPlacerType<P>