Class ModConfig

java.lang.Object
de.cheaterpaul.enchantmentmachine.core.ModConfig

public class ModConfig extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    This is stored server side on a per world base.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ModConfig.Server
    Synced to clients.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    init(net.neoforged.bus.api.IEventBus modbus, net.neoforged.fml.ModContainer container)
     

    Methods inherited from class java.lang.Object

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

    • SERVER

      public static final ModConfig.Server SERVER
      Synced to clients. Only loaded on world load
  • Constructor Details

    • ModConfig

      public ModConfig()
  • Method Details

    • init

      public static void init(net.neoforged.bus.api.IEventBus modbus, net.neoforged.fml.ModContainer container)