Class ImmersiveWeapons
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.ImmersiveWeapons
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic final org.slf4j.Loggerstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event) Event handler for the FMLCommonSetupEvent.
-
Field Details
-
MOD_ID
- See Also:
-
IWCB_LOADED
public static boolean IWCB_LOADED -
LOGGER
public static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
ImmersiveWeapons
public ImmersiveWeapons()
-
-
Method Details
-
setup
public void setup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event) Event handler for the FMLCommonSetupEvent. Most of this is registry related.- Parameters:
event- theFMLCommonSetupEventinstance
-