Enum Class EntityType

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

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

    • None

      public static final EntityType None
    • Avatar

      public static final EntityType Avatar
    • Monster

      public static final EntityType Monster
    • Bullet

      public static final EntityType Bullet
    • AttackPhyisicalUnit

      public static final EntityType AttackPhyisicalUnit
    • AOE

      public static final EntityType AOE
    • Camera

      public static final EntityType Camera
    • EnviroArea

      public static final EntityType EnviroArea
    • Equip

      public static final EntityType Equip
    • MonsterEquip

      public static final EntityType MonsterEquip
    • Grass

      public static final EntityType Grass
    • Level

      public static final EntityType Level
    • NPC

      public static final EntityType NPC
    • TransPointFirst

      public static final EntityType TransPointFirst
    • TransPointFirstGadget

      public static final EntityType TransPointFirstGadget
    • TransPointSecond

      public static final EntityType TransPointSecond
    • TransPointSecondGadget

      public static final EntityType TransPointSecondGadget
    • DropItem

      public static final EntityType DropItem
    • Field

      public static final EntityType Field
    • Gadget

      public static final EntityType Gadget
    • Water

      public static final EntityType Water
    • GatherPoint

      public static final EntityType GatherPoint
    • GatherObject

      public static final EntityType GatherObject
    • AirflowField

      public static final EntityType AirflowField
    • SpeedupField

      public static final EntityType SpeedupField
    • Gear

      public static final EntityType Gear
    • Chest

      public static final EntityType Chest
    • EnergyBall

      public static final EntityType EnergyBall
    • ElemCrystal

      public static final EntityType ElemCrystal
    • Timeline

      public static final EntityType Timeline
    • Worktop

      public static final EntityType Worktop
    • Team

      public static final EntityType Team
    • Platform

      public static final EntityType Platform
    • AmberWind

      public static final EntityType AmberWind
    • EnvAnimal

      public static final EntityType EnvAnimal
    • SealGadget

      public static final EntityType SealGadget
    • Tree

      public static final EntityType Tree
    • Bush

      public static final EntityType Bush
    • QuestGadget

      public static final EntityType QuestGadget
    • Lightning

      public static final EntityType Lightning
    • RewardPoint

      public static final EntityType RewardPoint
    • RewardStatue

      public static final EntityType RewardStatue
    • MPLevel

      public static final EntityType MPLevel
    • WindSeed

      public static final EntityType WindSeed
    • MpPlayRewardPoint

      public static final EntityType MpPlayRewardPoint
    • ViewPoint

      public static final EntityType ViewPoint
    • RemoteAvatar

      public static final EntityType RemoteAvatar
    • GeneralRewardPoint

      public static final EntityType GeneralRewardPoint
    • PlayTeam

      public static final EntityType PlayTeam
    • OfferingGadget

      public static final EntityType OfferingGadget
    • EyePoint

      public static final EntityType EyePoint
    • MiracleRing

      public static final EntityType MiracleRing
    • Foundation

      public static final EntityType Foundation
    • WidgetGadget

      public static final EntityType WidgetGadget
    • PlaceHolder

      public static final EntityType PlaceHolder
  • Method Details

    • values

      public static EntityType[] 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 EntityType 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 EntityType getTypeByValue(int value)
    • getTypeByName

      public static EntityType getTypeByName(String name)