Class GoatMeta
java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.LivingEntityMeta
net.minestom.server.entity.metadata.MobMeta
net.minestom.server.entity.metadata.PathfinderMobMeta
net.minestom.server.entity.metadata.AgeableMobMeta
net.minestom.server.entity.metadata.animal.AnimalMeta
net.minestom.server.entity.metadata.animal.GoatMeta
-
Field Summary
Fields inherited from class EntityMeta
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetLeftHorn(boolean leftHorn) voidsetRightHorn(boolean rightHorn) voidsetScreaming(boolean screaming) Methods inherited from class AgeableMobMeta
isBaby, setBabyMethods inherited from class MobMeta
isAggressive, isLeftHanded, isNoAi, setAggressive, setLeftHanded, setNoAiMethods inherited from class LivingEntityMeta
getActiveHand, getArrowCount, getBedInWhichSleepingPosition, getBeeStingerCount, getEffectParticles, getHealth, isHandActive, isInRiptideSpinAttack, isPotionEffectAmbient, setActiveHand, setArrowCount, setBedInWhichSleepingPosition, setBeeStingerCount, setEffectParticles, setHandActive, setHealth, setInRiptideSpinAttack, setPotionEffectAmbientMethods inherited from class EntityMeta
consumeEntity, get, getAirTicks, getComponent, getCustomName, getPose, getTickFrozen, isCustomNameVisible, isFlyingWithElytra, isHasGlowingEffect, isHasNoGravity, isInvisible, isOnFire, isSilent, isSneaking, isSprinting, isSwimming, set, setAirTicks, setComponent, setCustomName, setCustomNameVisible, setFlyingWithElytra, setHasGlowingEffect, setHasNoGravity, setInvisible, setNotifyAboutChanges, setOnFire, setPose, setSilent, setSneaking, setSprinting, setSwimming, setTickFrozen
-
Constructor Details
-
GoatMeta
-
-
Method Details
-
isScreaming
public boolean isScreaming() -
setScreaming
public void setScreaming(boolean screaming) -
hasLeftHorn
public boolean hasLeftHorn() -
setLeftHorn
public void setLeftHorn(boolean leftHorn) -
hasRightHorn
public boolean hasRightHorn() -
setRightHorn
public void setRightHorn(boolean rightHorn)
-