Class PlayerRingOfFire

java.lang.Object
org.cyclops.cyclopscore.event.PlayerRingOfFire

public class PlayerRingOfFire extends Object
Event hook for showing the ring of fire.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Set<UUID>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLoggedIn(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
    When a player loggedin event is received.
    void
    onRespawn(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerRespawnEvent event)
    When a player respawn event is received.

    Methods inherited from class java.lang.Object

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

    • ALLOW_RING

      public static final Set<UUID> ALLOW_RING
  • Constructor Details

    • PlayerRingOfFire

      public PlayerRingOfFire()
  • Method Details

    • onLoggedIn

      public void onLoggedIn(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
      When a player loggedin event is received.
      Parameters:
      event - The received event.
    • onRespawn

      public void onRespawn(net.neoforged.neoforge.event.entity.player.PlayerEvent.PlayerRespawnEvent event)
      When a player respawn event is received.
      Parameters:
      event - The received event.