Package eu.sculkpowered.server.entity
Interface Axolotl
- All Superinterfaces:
Ageable,Animal,Entity,LivingEntity,Mob,Sound.Emitter,Viewable
Represents an axolotl entity.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface eu.sculkpowered.server.entity.Entity
Entity.Pose -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidplayingDead(boolean playingDead) variant()voidvariant(@NotNull Axolotl.Variant variant) Methods inherited from interface eu.sculkpowered.server.entity.Entity
crouching, customName, customName, customNameVisible, customNameVisible, glowing, glowing, gravity, hasGravity, id, invisible, invisible, onFire, pose, pose, position, silent, silent, sprinting, swimming, teleport, type, uniqueId, velocity, velocity, world, worldMethods inherited from interface eu.sculkpowered.server.entity.LivingEntity
attribute, equipment, health, health, isPotionEffectAmbient, numberOfArrows, numberOfArrows, numberOfBeeStingers, numberOfBeeStingers, potionEffectAmbient, potionEffectColor, potionEffectColorMethods inherited from interface eu.sculkpowered.server.entity.Mob
isAggressiveMethods inherited from interface eu.sculkpowered.server.Viewable
addViewer, removeViewer, viewers
-
Method Details
-
variant
- Since:
- 1.0.0
-
variant
- Since:
- 1.0.0
-
playingDead
boolean playingDead()- Since:
- 1.0.0
-
playingDead
void playingDead(boolean playingDead) - Since:
- 1.0.0
-