Class ContainerPartReaderConfigScreenFactoryProvider

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.GuiConfigScreenFactoryProvider<ContainerPartReader<?,?>>
org.cyclops.integrateddynamics.inventory.container.ContainerPartReaderConfigScreenFactoryProvider

public class ContainerPartReaderConfigScreenFactoryProvider extends org.cyclops.cyclopscore.config.extendedconfig.GuiConfigScreenFactoryProvider<ContainerPartReader<?,?>>
  • Constructor Details

    • ContainerPartReaderConfigScreenFactoryProvider

      public ContainerPartReaderConfigScreenFactoryProvider()
  • Method Details

    • getScreenFactory

      public <U extends net.minecraft.client.gui.screens.Screen & net.minecraft.client.gui.screens.inventory.MenuAccess<ContainerPartReader<?, ?>>> net.minecraft.client.gui.screens.MenuScreens.ScreenConstructor<ContainerPartReader<?,?>,U> getScreenFactory()
      Specified by:
      getScreenFactory in class org.cyclops.cyclopscore.config.extendedconfig.GuiConfigScreenFactoryProvider<ContainerPartReader<?,?>>
    • createScreenFactory

      protected static <P extends IPartTypeReader<P, S>, S extends IPartStateReader<P>> net.minecraft.client.gui.screens.MenuScreens.ScreenConstructor<ContainerPartReader<P,S>,ContainerScreenPartReader<P,S>> createScreenFactory()