Class GameEvents

java.lang.Object
team.lodestar.lodestone.events.GameEvents

public class GameEvents extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    entityJoin(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent event)
     
    static void
    modifyAttributes(net.neoforged.neoforge.event.ItemAttributeModifierEvent event)
     
    static void
    onDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Post event)
     
    static void
    onDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Pre event)
     
    static void
    onDeath(net.neoforged.neoforge.event.entity.living.LivingDeathEvent event)
     
    static void
    onIncomingDamage(net.neoforged.neoforge.event.entity.living.LivingIncomingDamageEvent event)
     
    static void
    worldTick(net.neoforged.neoforge.event.tick.LevelTickEvent.Post event)
     

    Methods inherited from class java.lang.Object

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

    • GameEvents

      public GameEvents()
  • Method Details

    • modifyAttributes

      public static void modifyAttributes(net.neoforged.neoforge.event.ItemAttributeModifierEvent event)
    • onIncomingDamage

      public static void onIncomingDamage(net.neoforged.neoforge.event.entity.living.LivingIncomingDamageEvent event)
    • onDamage

      public static void onDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Pre event)
    • onDamage

      public static void onDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Post event)
    • onDeath

      public static void onDeath(net.neoforged.neoforge.event.entity.living.LivingDeathEvent event)
    • entityJoin

      public static void entityJoin(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent event)
    • worldTick

      public static void worldTick(net.neoforged.neoforge.event.tick.LevelTickEvent.Post event)