Package net.minestom.server.entity
Class EntityStatuses.LivingEntity
java.lang.Object
net.minestom.server.entity.EntityStatuses
net.minestom.server.entity.EntityStatuses.LivingEntity
- Direct Known Subclasses:
EntityStatuses.Player
- Enclosing class:
EntityStatuses
public static sealed class EntityStatuses.LivingEntity
extends EntityStatuses
permits EntityStatuses.Player
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minestom.server.entity.EntityStatuses
EntityStatuses.Animal, EntityStatuses.Arrow, EntityStatuses.LivingEntity, EntityStatuses.Ocelot, EntityStatuses.Player, EntityStatuses.Rabbit, EntityStatuses.Sheep, EntityStatuses.Sniffer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class net.minestom.server.entity.EntityStatuses
SPAWNS_HONEY_BLOCK_PARTICLES
-
Constructor Summary
-
Method Summary
-
Field Details
-
PLAY_DEATH_SOUND
public static final int PLAY_DEATH_SOUND- See Also:
-
PLAY_SHIELD_BLOCK_SOUND
public static final int PLAY_SHIELD_BLOCK_SOUND- See Also:
-
PLAY_SHIELD_BREAK_SOUND
public static final int PLAY_SHIELD_BREAK_SOUND- See Also:
-
PLAY_TOTEM_UNDYING_ANIMATION_SOUND
public static final int PLAY_TOTEM_UNDYING_ANIMATION_SOUND- See Also:
-
SWAP_HAND_ITEMS
public static final int SWAP_HAND_ITEMS- See Also:
-
SPAWN_DEATH_SMOKE_PARTICLES
public static final int SPAWN_DEATH_SMOKE_PARTICLES- See Also:
-
-
Constructor Details
-
LivingEntity
public LivingEntity()
-