Package team.lodestar.lodestone.events
Class GameEvents
java.lang.Object
team.lodestar.lodestone.events.GameEvents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidentityJoin(net.neoforged.neoforge.event.entity.EntityJoinLevelEvent event) static voidmodifyAttributes(net.neoforged.neoforge.event.ItemAttributeModifierEvent event) static voidonDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Post event) static voidonDamage(net.neoforged.neoforge.event.entity.living.LivingDamageEvent.Pre event) static voidonDeath(net.neoforged.neoforge.event.entity.living.LivingDeathEvent event) static voidonIncomingDamage(net.neoforged.neoforge.event.entity.living.LivingIncomingDamageEvent event) static voidworldTick(net.neoforged.neoforge.event.tick.LevelTickEvent.Post event)
-
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)
-