Class EventHandler

java.lang.Object
dev.cammiescorner.icarus.neoforge.EventHandler

public class EventHandler extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.entity.ai.attributes.AttributeModifier
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onPlayerJoin(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
     
    static void
    onPlayerTick(net.neoforged.neoforge.event.tick.PlayerTickEvent.Pre event)
     
    static void
    potionBuilder(net.neoforged.neoforge.event.brewing.RegisterBrewingRecipesEvent event)
     

    Methods inherited from class java.lang.Object

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

    • WINGS_FLIGHT_MODIFIER_ID

      public static final net.minecraft.resources.ResourceLocation WINGS_FLIGHT_MODIFIER_ID
    • WINGS_FLIGHT

      public static final net.minecraft.world.entity.ai.attributes.AttributeModifier WINGS_FLIGHT
  • Constructor Details

    • EventHandler

      public EventHandler()
  • Method Details

    • onPlayerTick

      public static void onPlayerTick(net.neoforged.neoforge.event.tick.PlayerTickEvent.Pre event)
    • potionBuilder

      public static void potionBuilder(net.neoforged.neoforge.event.brewing.RegisterBrewingRecipesEvent event)
    • onPlayerJoin

      public static void onPlayerJoin(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)