Enum HologramSkinType
- All Implemented Interfaces:
Serializable
,Comparable<HologramSkinType>
,java.lang.constant.Constable
The skin of the hologram which specifies the way the hologram is going look like.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionEqually toEntityType.ARMOR_STAND
.Spawns a bunch of invisible armor stands to create something-like a hologram.Represents a LivingEntity with a dynamic EntityType.Equally toEntityType.PLAYER
.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic HologramSkinType
Returns the enum constant of this type with the specified name.static HologramSkinType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARMOR_STAND
Equally toEntityType.ARMOR_STAND
.Implemented by
ArmorStandHologramSkin
. -
HOLOGRAM
Spawns a bunch of invisible armor stands to create something-like a hologram.Main purpose is to display larger text.
Implemented byHolographicHologramSkin
. -
NPC
Equally toEntityType.PLAYER
.Implemented by
NPCHologramSkin
. -
VILLAGER
Deprecated.Will be replaced byLIVING
.Equally toEntityType.VILLAGER
. -
LIVING
Represents a LivingEntity with a dynamic EntityType.Implemented by
LivingEntityHologramSkin
.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
LIVING
.