Class ImmersiveWeapons

java.lang.Object
tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons

public class ImmersiveWeapons extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
     
    static final org.slf4j.Logger
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ImmersiveWeapons(net.neoforged.bus.api.IEventBus modEventBus)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    constructMod(net.neoforged.fml.event.lifecycle.FMLConstructModEvent event)
     
    void
    setup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event)
    Event handler for the FMLCommonSetupEvent.

    Methods inherited from class java.lang.Object

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

    • MOD_ID

      public static final String MOD_ID
      See Also:
    • IWCB_LOADED

      public static boolean IWCB_LOADED
    • LOGGER

      public static final org.slf4j.Logger LOGGER
  • Constructor Details

    • ImmersiveWeapons

      public ImmersiveWeapons(net.neoforged.bus.api.IEventBus modEventBus)
  • Method Details

    • setup

      public void setup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event)
      Event handler for the FMLCommonSetupEvent. Most of this is registry related.
      Parameters:
      event - the FMLCommonSetupEvent instance
    • constructMod

      public void constructMod(net.neoforged.fml.event.lifecycle.FMLConstructModEvent event)