Class GuiConfig<T extends net.minecraft.world.inventory.AbstractContainerMenu>
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<GuiConfig<T>,net.minecraft.world.inventory.MenuType<T>,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<GuiConfig<T>,net.minecraft.world.inventory.MenuType<T>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<GuiConfig<T>,net.minecraft.world.inventory.MenuType<T>>
org.cyclops.cyclopscore.config.extendedconfig.GuiConfig<T>
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<GuiConfig<T>,
net.minecraft.world.inventory.MenuType<T>, ModBase<?>>>
- Direct Known Subclasses:
ContainerInfoBookTestConfig
@Deprecated
public abstract class GuiConfig<T extends net.minecraft.world.inventory.AbstractContainerMenu>
extends ExtendedConfigForge<GuiConfig<T>,net.minecraft.world.inventory.MenuType<T>>
Deprecated.
Config for client-side guis and server-side containers.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.net.minecraft.core.Registry
<? super net.minecraft.world.inventory.MenuType<T>> Deprecated.abstract <U extends net.minecraft.client.gui.screens.Screen & net.minecraft.client.gui.screens.inventory.MenuAccess<T>>
net.minecraft.client.gui.screens.MenuScreens.ScreenConstructor<T, U> Deprecated.Deprecated.void
onRegisterMenuScreens
(net.neoforged.neoforge.client.event.RegisterMenuScreensEvent event) Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
getResourceKey
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
getConfigPropertyPrefix, getConfigPropertyPrefix, getConfigPropertyPrefixPublic, getMod
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
addInstanceTransformer, compareTo, downCast, getElementConstructor, getInstance, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
Method Details
-
getTranslationKey
Deprecated. -
getFullTranslationKey
Deprecated. -
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<GuiConfig<T extends net.minecraft.world.inventory.AbstractContainerMenu>,
net.minecraft.world.inventory.MenuType<T extends net.minecraft.world.inventory.AbstractContainerMenu>>
-
getRegistry
Deprecated.- Specified by:
getRegistry
in classExtendedConfigForge<GuiConfig<T extends net.minecraft.world.inventory.AbstractContainerMenu>,
net.minecraft.world.inventory.MenuType<T extends net.minecraft.world.inventory.AbstractContainerMenu>> - Returns:
- The registry in which this should be registered.
-
getScreenFactory
public abstract <U extends net.minecraft.client.gui.screens.Screen & net.minecraft.client.gui.screens.inventory.MenuAccess<T>> net.minecraft.client.gui.screens.MenuScreens.ScreenConstructor<T,U> getScreenFactory()Deprecated. -
onRegisterMenuScreens
public void onRegisterMenuScreens(net.neoforged.neoforge.client.event.RegisterMenuScreensEvent event) Deprecated.
-