Package eu.sculkpowered.server.entity
Interface Goat
- All Superinterfaces:
Ageable
,Animal
,Entity
,LivingEntity
,Mob
,Sound.Emitter
,Viewable
Represents a goat entity.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.sculkpowered.server.entity.Entity
Entity.Pose
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
hasLeftHorn
(boolean leftHorn) boolean
boolean
void
isScreaming
(boolean screaming) void
rightHorn
(boolean rightHorn) 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, world
Methods inherited from interface eu.sculkpowered.server.entity.LivingEntity
attribute, equipment, health, health, isPotionEffectAmbient, numberOfArrows, numberOfArrows, numberOfBeeStingers, numberOfBeeStingers, potionEffectAmbient, potionEffectColor, potionEffectColor
Methods inherited from interface eu.sculkpowered.server.entity.Mob
isAggressive
Methods inherited from interface eu.sculkpowered.server.Viewable
addViewer, removeViewer, viewers
-
Method Details
-
isScreaming
boolean isScreaming()- Since:
- 1.0.0
-
isScreaming
void isScreaming(boolean screaming) - Since:
- 1.0.0
-
hasLeftHorn
boolean hasLeftHorn()- Since:
- 1.0.0
-
hasLeftHorn
void hasLeftHorn(boolean leftHorn) - Since:
- 1.0.0
-
hasRightHorn
boolean hasRightHorn()- Since:
- 1.0.0
-
rightHorn
void rightHorn(boolean rightHorn) - Since:
- 1.0.0
-