Class Valoria.RegistryEvents

java.lang.Object
com.idark.valoria.Valoria.RegistryEvents
Enclosing class:
Valoria

public static class Valoria.RegistryEvents extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    attachAttribute(net.minecraftforge.event.entity.EntityAttributeModificationEvent event)
     
    static void
    commonSetup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
     
    static void
    gatherData(net.minecraftforge.data.event.GatherDataEvent event)
     
    static void
    registerAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
     
    static void
    registerCaps(net.minecraftforge.common.capabilities.RegisterCapabilitiesEvent event)
     

    Methods inherited from class java.lang.Object

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

    • RegistryEvents

      public RegistryEvents()
  • Method Details

    • registerCaps

      public static void registerCaps(net.minecraftforge.common.capabilities.RegisterCapabilitiesEvent event)
    • commonSetup

      public static void commonSetup(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
    • registerAttributes

      public static void registerAttributes(net.minecraftforge.event.entity.EntityAttributeCreationEvent event)
    • attachAttribute

      public static void attachAttribute(net.minecraftforge.event.entity.EntityAttributeModificationEvent event)
    • gatherData

      public static void gatherData(net.minecraftforge.data.event.GatherDataEvent event)