Uses of Class
net.minecraftforge.common.world.ForgeWorldType
Packages that use ForgeWorldType
Package
Description
-
Uses of ForgeWorldType in net.minecraftforge.client
Fields in net.minecraftforge.client declared as ForgeWorldTypeModifier and TypeFieldDescriptionprivate final ForgeWorldTypeForgeWorldTypeScreens.GeneratorType.worldTypeFields in net.minecraftforge.client with type parameters of type ForgeWorldTypeModifier and TypeFieldDescriptionprivate static final Map<ForgeWorldType,BiomeGeneratorTypeScreens.IFactory> ForgeWorldTypeScreens.GENERATOR_SCREEN_FACTORIESprivate static final Map<ForgeWorldType,BiomeGeneratorTypeScreens> ForgeWorldTypeScreens.GENERATORSMethods in net.minecraftforge.client that return ForgeWorldTypeMethods in net.minecraftforge.client with parameters of type ForgeWorldTypeModifier and TypeMethodDescriptionstatic voidForgeWorldTypeScreens.registerFactory(ForgeWorldType type, BiomeGeneratorTypeScreens.IFactory factory) Constructors in net.minecraftforge.client with parameters of type ForgeWorldType -
Uses of ForgeWorldType in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return ForgeWorldType -
Uses of ForgeWorldType in net.minecraftforge.debug.world
Fields in net.minecraftforge.debug.world declared as ForgeWorldTypeMethod parameters in net.minecraftforge.debug.world with type arguments of type ForgeWorldTypeModifier and TypeMethodDescriptionprivate voidForgeWorldTypeTest.registerWorldTypes(RegistryEvent.Register<ForgeWorldType> event) -
Uses of ForgeWorldType in net.minecraftforge.registries
Fields in net.minecraftforge.registries with type parameters of type ForgeWorldTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<ForgeWorldType>>ForgeRegistries.Keys.WORLD_TYPESstatic final IForgeRegistry<ForgeWorldType>ForgeRegistries.WORLD_TYPES