Package eu.sculkpowered.server.entity
Interface Bee
- All Superinterfaces:
Ageable
,Animal
,Entity
,LivingEntity
,Mob
,Sound.Emitter
,Viewable
Represents a bee entity.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.sculkpowered.server.entity.Entity
Entity.Pose
-
Method Summary
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
-
angry
boolean angry()- Since:
- 1.0.0
-
angry
void angry(boolean angry) - Since:
- 1.0.0
-
stung
boolean stung()- Since:
- 1.0.0
-
stung
void stung(boolean stung) - Since:
- 1.0.0
-
nectar
boolean nectar()- Since:
- 1.0.0
-
nectar
void nectar(boolean nectar) - Since:
- 1.0.0
-