Class NetworkEvents.Internal

java.lang.Object
de.luckymcdev.foundryengine.common.event.NetworkEvents.Internal
Enclosing class:
NetworkEvents

@Internal public static class NetworkEvents.Internal extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    postLogin(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent e)
     
    static void
    postLogout(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent e)
     
    static void
    register(net.neoforged.bus.api.IEventBus bus)
     

    Methods inherited from class Object

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

    • Internal

      public Internal()
  • Method Details

    • postLogin

      public static void postLogin(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent e)
    • postLogout

      public static void postLogout(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent e)
    • register

      public static void register(net.neoforged.bus.api.IEventBus bus)
    • clear

      public static void clear()