Class PlayerEvents.Internal

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    postAdvancement(net.neoforged.neoforge.event.entity.player.AdvancementEvent.AdvancementEarnEvent e)
     
    static void
    postChat(net.neoforged.neoforge.event.ServerChatEvent e)
     
    static void
    postChestClosed(net.neoforged.neoforge.event.entity.player.PlayerContainerEvent.Close e)
     
    static void
    postChestOpened(net.neoforged.neoforge.event.entity.player.PlayerContainerEvent.Open e)
     
    static void
    postDecorateChat(net.neoforged.neoforge.client.event.ClientChatReceivedEvent e)
     
    static void
    postLoggedIn(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent e)
     
    static void
    postLoggedOut(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent e)
     
    static void
    postRespawned(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerRespawnEvent e)
     
    static void
    postTick(net.neoforged.neoforge.event.tick.PlayerTickEvent.Post 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

    • postLoggedIn

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

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

      public static void postTick(net.neoforged.neoforge.event.tick.PlayerTickEvent.Post e)
    • postChat

      public static void postChat(net.neoforged.neoforge.event.ServerChatEvent e)
    • postAdvancement

      public static void postAdvancement(net.neoforged.neoforge.event.entity.player.AdvancementEvent.AdvancementEarnEvent e)
    • postChestClosed

      public static void postChestClosed(net.neoforged.neoforge.event.entity.player.PlayerContainerEvent.Close e)
    • postChestOpened

      public static void postChestOpened(net.neoforged.neoforge.event.entity.player.PlayerContainerEvent.Open e)
    • postRespawned

      public static void postRespawned(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerRespawnEvent e)
    • postDecorateChat

      public static void postDecorateChat(net.neoforged.neoforge.client.event.ClientChatReceivedEvent e)
    • register

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

      public static void clear()