Class HexResearchConfigForgeImpl

java.lang.Object
name.dashkal.minecraft.hexresearch.config.HexResearchConfig
name.dashkal.minecraft.hexresearch.forge.config.HexResearchConfigForgeImpl

public class HexResearchConfigForgeImpl extends name.dashkal.minecraft.hexresearch.config.HexResearchConfig
Forge implementation of Hex Research configuration
  • Field Summary

    Fields inherited from class name.dashkal.minecraft.hexresearch.config.HexResearchConfig

    instance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    name.dashkal.minecraft.hexresearch.config.ClientConfig
     
    name.dashkal.minecraft.hexresearch.config.CommonConfig
     
    name.dashkal.minecraft.hexresearch.config.ServerConfig
     
    static void
     
    void
    onModConfigLoad(net.minecraftforge.fml.event.config.ModConfigEvent.Loading ev)
     
    void
    onModConfigReload(net.minecraftforge.fml.event.config.ModConfigEvent.Reloading ev)
     

    Methods inherited from class name.dashkal.minecraft.hexresearch.config.HexResearchConfig

    getInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HexResearchConfigForgeImpl

      public HexResearchConfigForgeImpl()
  • Method Details

    • init

      public static void init()
    • getClientConfig

      @Nullable public name.dashkal.minecraft.hexresearch.config.ClientConfig getClientConfig()
      Specified by:
      getClientConfig in class name.dashkal.minecraft.hexresearch.config.HexResearchConfig
    • getCommonConfig

      @Nonnull public name.dashkal.minecraft.hexresearch.config.CommonConfig getCommonConfig()
      Specified by:
      getCommonConfig in class name.dashkal.minecraft.hexresearch.config.HexResearchConfig
    • getServerConfig

      @Nullable public name.dashkal.minecraft.hexresearch.config.ServerConfig getServerConfig()
      Specified by:
      getServerConfig in class name.dashkal.minecraft.hexresearch.config.HexResearchConfig
    • onModConfigLoad

      public void onModConfigLoad(net.minecraftforge.fml.event.config.ModConfigEvent.Loading ev)
    • onModConfigReload

      public void onModConfigReload(net.minecraftforge.fml.event.config.ModConfigEvent.Reloading ev)