Uses of Interface
net.minecraft.client.gui.screen.BiomeGeneratorTypeScreens.IFactory
Packages that use BiomeGeneratorTypeScreens.IFactory
-
Uses of BiomeGeneratorTypeScreens.IFactory in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type BiomeGeneratorTypeScreens.IFactoryModifier and TypeFieldDescriptionprotected static final Map<Optional<BiomeGeneratorTypeScreens>,
BiomeGeneratorTypeScreens.IFactory> BiomeGeneratorTypeScreens.EDITORS
-
Uses of BiomeGeneratorTypeScreens.IFactory in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type BiomeGeneratorTypeScreens.IFactoryModifier and TypeFieldDescriptionprivate static final Map<ForgeWorldType,
BiomeGeneratorTypeScreens.IFactory> ForgeWorldTypeScreens.GENERATOR_SCREEN_FACTORIES
Methods in net.minecraftforge.client that return BiomeGeneratorTypeScreens.IFactoryModifier and TypeMethodDescriptionForgeHooksClient.getBiomeGeneratorTypeScreenFactory
(Optional<BiomeGeneratorTypeScreens> generator, BiomeGeneratorTypeScreens.IFactory biomegeneratortypescreens$ifactory) (package private) static BiomeGeneratorTypeScreens.IFactory
ForgeWorldTypeScreens.getGeneratorScreenFactory
(Optional<BiomeGeneratorTypeScreens> generator, BiomeGeneratorTypeScreens.IFactory biomegeneratortypescreens$ifactory) Methods in net.minecraftforge.client with parameters of type BiomeGeneratorTypeScreens.IFactoryModifier and TypeMethodDescriptionForgeHooksClient.getBiomeGeneratorTypeScreenFactory
(Optional<BiomeGeneratorTypeScreens> generator, BiomeGeneratorTypeScreens.IFactory biomegeneratortypescreens$ifactory) (package private) static BiomeGeneratorTypeScreens.IFactory
ForgeWorldTypeScreens.getGeneratorScreenFactory
(Optional<BiomeGeneratorTypeScreens> generator, BiomeGeneratorTypeScreens.IFactory biomegeneratortypescreens$ifactory) static void
ForgeWorldTypeScreens.registerFactory
(ForgeWorldType type, BiomeGeneratorTypeScreens.IFactory factory)