Enum Class EnterReason

java.lang.Object
java.lang.Enum<EnterReason>
emu.grasscutter.game.props.EnterReason
All Implemented Interfaces:
Serializable, Comparable<EnterReason>, Constable

public enum EnterReason extends Enum<EnterReason>
  • Enum Constant Details

    • None

      public static final EnterReason None
    • Login

      public static final EnterReason Login
    • DungeonReplay

      public static final EnterReason DungeonReplay
    • DungeonReviveOnWaypoint

      public static final EnterReason DungeonReviveOnWaypoint
    • DungeonEnter

      public static final EnterReason DungeonEnter
    • DungeonQuit

      public static final EnterReason DungeonQuit
    • Gm

      public static final EnterReason Gm
    • QuestRollback

      public static final EnterReason QuestRollback
    • Revival

      public static final EnterReason Revival
    • PersonalScene

      public static final EnterReason PersonalScene
    • TransPoint

      public static final EnterReason TransPoint
    • ClientTransmit

      public static final EnterReason ClientTransmit
    • ForceDragBack

      public static final EnterReason ForceDragBack
    • TeamKick

      public static final EnterReason TeamKick
    • TeamJoin

      public static final EnterReason TeamJoin
    • TeamBack

      public static final EnterReason TeamBack
    • Muip

      public static final EnterReason Muip
    • DungeonInviteAccept

      public static final EnterReason DungeonInviteAccept
    • Lua

      public static final EnterReason Lua
    • ActivityLoadTerrain

      public static final EnterReason ActivityLoadTerrain
    • HostFromSingleToMp

      public static final EnterReason HostFromSingleToMp
    • MpPlay

      public static final EnterReason MpPlay
    • AnchorPoint

      public static final EnterReason AnchorPoint
    • LuaSkipUi

      public static final EnterReason LuaSkipUi
    • ReloadTerrain

      public static final EnterReason ReloadTerrain
    • DraftTransfer

      public static final EnterReason DraftTransfer
    • EnterHome

      public static final EnterReason EnterHome
    • ExitHome

      public static final EnterReason ExitHome
    • ChangeHomeModule

      public static final EnterReason ChangeHomeModule
    • HomeSceneJump

      public static final EnterReason HomeSceneJump
    • HideAndSeek

      public static final EnterReason HideAndSeek
  • Method Details

    • values

      public static EnterReason[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EnterReason valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
    • getTypeByValue

      public static EnterReason getTypeByValue(int value)
    • getTypeByName

      public static EnterReason getTypeByName(String name)