Animal
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.entity.type.animal.Animal;
Extends
Animal extends AgeableMob
.
Implements
Animal
implements the following interfaces:
Targeting
,Nameable
,EntityAccess
,CommandSource
,IAttachmentHolder
Undocumented Interfaces
EquipmentUser
,Leashable
,Attackable
,ILivingEntityExtension
,SyncedDataHolder
,ScoreHolder
,IEntityExtension
,INBTSerializable<CompoundTag>
Members
// Animal.absorptionAmount as floatmyAnimal.absorptionAmount
Return Type:
float
Returns: The absorption amount.
// Animal.absorptionAmount() as float;myAnimal.absorptionAmount();
Return Type:
float
// Animal.acceptsFailure as boolmyAnimal.acceptsFailure
Return Type:
bool
Returns: True if the commands from this source should return failure messages, false otherwise.
// Animal.acceptsFailure() as bool;myAnimal.acceptsFailure();
Return Type:
bool
// Animal.acceptsSuccess as boolmyAnimal.acceptsSuccess
Return Type:
bool
Returns: True if the commands from this source should return successful messages, false otherwise.
// Animal.acceptsSuccess() as bool;myAnimal.acceptsSuccess();
Return Type:
bool
Returns: The active effects.
myAnimal.activeEffects();
Return Type:
Collection<MobEffectInstance>
myAnimal.activeEffectsMap
Return Type:
MobEffectInstance[MobEffect]
Returns: The active effects map.
myAnimal.activeEffectsMap();
Return Type:
MobEffectInstance[MobEffect]
Returns: True if the effect was added, false otherwise.
myAnimal.addEffect(myMobEffectInstance);
Parameters:
Return Type:
bool
Returns: True if the effect was added, false otherwise.
myAnimal.addEffect(myMobEffectInstance, myEntity);
Parameters:
Return Type:
bool
Returns: true if the tag was added.
// Animal.addTag(tagName as string) as bool;myAnimal.addTag(myString);
Parameters:
tagName: string
Type: string
- The name of the tag to add.
Return Type:
bool
// Animal.aggressive as boolmyAnimal.aggressive
Return Type:
bool
// Animal.aggressive = (value as bool);myAnimal.aggressive = myBool;
Parameters:
value: bool
Type: bool
- Whether the mob should be aggressive. // Animal.airSupply as intmyAnimal.airSupply
Return Type:
int
Returns: The current air supply of the entity.
// Animal.airSupply() as int;myAnimal.airSupply();
Return Type:
int
// Animal.alwaysAccepts as boolmyAnimal.alwaysAccepts
Return Type:
bool
Returns: True if the command source always accepts, false otherwise.
// Animal.alwaysAccepts() as bool;myAnimal.alwaysAccepts();
Return Type:
bool
// Animal.ambientSoundInterval as intmyAnimal.ambientSoundInterval
Return Type:
int
This is a value from 0 to 1 that represents the percentage of the entity's body that is covered by armor.
// Animal.armorCoverPercentage as floatmyAnimal.armorCoverPercentage
Return Type:
float
This is a value from 0 to 1 that represents the percentage of the entity's body that is covered by armor.
Returns: The armor cover percentage.
// Animal.armorCoverPercentage() as float;myAnimal.armorCoverPercentage();
Return Type:
float
// Animal.armorValue as intmyAnimal.armorValue
Return Type:
int
Returns: The armor value.
// Animal.armorValue() as int;myAnimal.armorValue();
Return Type:
int
// Animal.arrowCount as intmyAnimal.arrowCount
Return Type:
int
Returns: The arrow count.
// Animal.arrowCount() as int;myAnimal.arrowCount();
Return Type:
int
This is used by sheep when they eat grass to regrow their wool / grow up.
// Animal.ate();myAnimal.ate();
// Animal.attackable as boolmyAnimal.attackable
Return Type:
bool
Returns: True if the entity is attackable, false otherwise.
// Animal.attackable() as bool;myAnimal.attackable();
Return Type:
bool
// Animal.baby = (value as bool);myAnimal.baby = myBool;
Parameters:
value: bool
Type: bool
- Whether the mob should be a baby. // Animal.bbHeight as floatmyAnimal.bbHeight
Return Type:
float
Returns: The height of the bounding box of the entity.
// Animal.bbHeight() as float;myAnimal.bbHeight();
Return Type:
float
// Animal.bbWidth as floatmyAnimal.bbWidth
Return Type:
float
Returns: The width of the bounding box of the entity.
// Animal.bbWidth() as float;myAnimal.bbWidth();
Return Type:
float
// Animal.blockX as intmyAnimal.blockX
Return Type:
int
Returns: The x coordinate of the entity.
// Animal.blockX() as int;myAnimal.blockX();
Return Type:
int
// Animal.blockY as intmyAnimal.blockY
Return Type:
int
Returns: The y coordinate of the entity.
// Animal.blockY() as int;myAnimal.blockY();
Return Type:
int
// Animal.blockZ as intmyAnimal.blockZ
Return Type:
int
Returns: The z coordinate of the entity.
// Animal.blockZ() as int;myAnimal.blockZ();
Return Type:
int
Returns: True if this entity can attack the target, false otherwise.
myAnimal.canAttack(myLivingEntity);
Parameters:
Return Type:
bool
Returns: True if this entity can be affected by the effect, false otherwise.
myAnimal.canBeAffected(myMobEffectInstance);
Parameters:
effectInstance: MobEffectInstance
Type: MobEffectInstance
- The effect to check if this entity can be affected by.
Return Type:
bool
// Animal.canBeCollidedWith as boolmyAnimal.canBeCollidedWith
Return Type:
bool
Returns: true if the entity can be collided with.
// Animal.canBeCollidedWith() as bool;myAnimal.canBeCollidedWith();
Return Type:
bool
Returns: Whether the mob can be leashed.
// Animal.canBeLeashed() as bool;myAnimal.canBeLeashed();
Return Type:
bool
// Animal.canBeSeenAsEnemy as boolmyAnimal.canBeSeenAsEnemy
Return Type:
bool
Returns: True if this entity can be seen as an enemy, false otherwise.
// Animal.canBeSeenAsEnemy() as bool;myAnimal.canBeSeenAsEnemy();
Return Type:
bool
// Animal.canBeSeenByAnyone as boolmyAnimal.canBeSeenByAnyone
Return Type:
bool
Returns: True if this entity can be seen by anyone, false otherwise.
// Animal.canBeSeenByAnyone() as bool;myAnimal.canBeSeenByAnyone();
Return Type:
bool
// Animal.canBreatheUnderwater as boolmyAnimal.canBreatheUnderwater
Return Type:
bool
Returns: True if the entity can breathe underwater, false otherwise.
// Animal.canBreatheUnderwater() as bool;myAnimal.canBreatheUnderwater();
Return Type:
bool
Returns: true if the entity can collide with the given entity.
myAnimal.canCollideWith(myEntity);
Return Type:
bool
// Animal.canFAllInLove as boolmyAnimal.canFAllInLove
Return Type:
bool
Returns: Whether the mob can fire the weapon.
myAnimal.canFireProjectileWeapon(myProjectileWeaponItem);
Parameters:
Return Type:
bool
// Animal.canFreeze as boolmyAnimal.canFreeze
Return Type:
bool
Returns: Whether the entity can freeze.
// Animal.canFreeze() as bool;myAnimal.canFreeze();
Return Type:
bool
// Animal.canPickUpLoot as boolmyAnimal.canPickUpLoot
Return Type:
bool
// Animal.canPickUpLoot = (value as bool);myAnimal.canPickUpLoot = myBool;
Parameters:
value: bool
Type: bool
- Whether the mob can pick up loot. Returns: Whether the mob can replace the item.
myAnimal.canReplaceEqualItem(myItemStack, myItemStack);
Parameters:
Return Type:
bool
level
.Returns: Whether the mob can spawn in the given level.
myAnimal.checkSpawnObstruction(myLevelReader);
Parameters:
Return Type:
bool
level
with the given MobSpawnType
.Returns: Whether the mob can spawn in the given level.
myAnimal.checkSpawnRules(myLevelAccessor, myMobSpawnType);
Parameters:
Return Type:
bool
// Animal.clearFire();myAnimal.clearFire();
// Animal.clearRestriction();myAnimal.clearRestriction();
// Animal.clearSleepingPos();myAnimal.clearSleepingPos();
Returns: true if the entity is closer than the given distance to the other entity.
myAnimal.closerThan(myEntity, myDouble);
Parameters:
Return Type:
bool
net.minecraft.world.entity.item.ItemEntity
s who's item is in the dampens_vibrations item tag.// Animal.dampensVibrations as boolmyAnimal.dampensVibrations
Return Type:
bool
net.minecraft.world.entity.item.ItemEntity
s who's item is in the dampens_vibrations item tag.Returns: true if the entity dampens vibrations.
// Animal.dampensVibrations() as bool;myAnimal.dampensVibrations();
Return Type:
bool
myAnimal.die(myDamageSource);
Parameters:
// Animal.dimensionChangingDelay as intmyAnimal.dimensionChangingDelay
Return Type:
int
Returns: The dimension changing delay of the entity.
// Animal.dimensionChangingDelay() as int;myAnimal.dimensionChangingDelay();
Return Type:
int
// Animal.discard();myAnimal.discard();
// Animal.dismountsUnderwater as boolmyAnimal.dismountsUnderwater
Return Type:
bool
Returns: true if the entity dismounts underwater.
// Animal.dismountsUnderwater() as bool;myAnimal.dismountsUnderwater();
Return Type:
bool
Returns: The squared distance to the given position.
// Animal.distanceToSqr(x as double, y as double, z as double) as double;myAnimal.distanceToSqr(myDouble, myDouble, myDouble);
Parameters:
x: double
Type: double
- The x position to get the squared distance to. y: double
Type: double
- The y position to get the squared distance to. z: double
Type: double
- The z position to get the squared distance to.
Return Type:
double
// Animal.dropLeash(broadcastPacket as bool, dropLeash as bool);myAnimal.dropLeash(myBool, myBool);
Parameters:
broadcastPacket: bool
Type: bool
- Whether to broadcast a packet to the client. dropLeash: bool
Type: bool
- Whether to drop the leash item. Returns: The item that the entity ate.
myAnimal.eat(myLevel, myItemStack);
Parameters:
Return Type:
ItemStack
// Animal.ejectPassengers();myAnimal.ejectPassengers();
// Animal.eyeHeight as floatmyAnimal.eyeHeight
Return Type:
float
Returns: The eye height of the entity.
// Animal.eyeHeight() as float;myAnimal.eyeHeight();
Return Type:
float
// Animal.eyeY as doublemyAnimal.eyeY
Return Type:
double
Returns: The y coordinate of the entity's eyes.
// Animal.eyeY() as double;myAnimal.eyeY();
Return Type:
double
// Animal.fallFlyingTicks as intmyAnimal.fallFlyingTicks
Return Type:
int
Returns: The ticks that the entity has been flying with an elytra.
// Animal.fallFlyingTicks() as int;myAnimal.fallFlyingTicks();
Return Type:
int
// Animal.finalizeSpawnChildFromBreeding(level as ServerLevel, otherParent as Animal, child as AgeableMob);myAnimal.finalizeSpawnChildFromBreeding(myServerLevel, myAnimal, myAgeableMob);
Parameters:
// Animal.fireImmune as boolmyAnimal.fireImmune
Return Type:
bool
Returns: true if the entity is fire immune.
// Animal.fireImmune() as bool;myAnimal.fireImmune();
Return Type:
bool
// Animal.fireTicks as intmyAnimal.fireTicks
Return Type:
int
// Animal.fireTicks = (ticks as int);myAnimal.fireTicks = myInt;
Parameters:
ticks: int
Type: int
- The number of ticks to set the remaining fire ticks to. // Animal.fireTicks(ticks as int);myAnimal.fireTicks(myInt);
Parameters:
ticks: int
Type: int
- The number of ticks to set the remaining fire ticks to. Returns: The remaining fire ticks of the entity.
// Animal.fireTicks() as int;myAnimal.fireTicks();
Return Type:
int
// Animal.fluidJumpThreshold as doublemyAnimal.fluidJumpThreshold
Return Type:
double
Returns: The fluid jump threshold of the entity.
// Animal.fluidJumpThreshold() as double;myAnimal.fluidJumpThreshold();
Return Type:
double
myAnimal.forceAddEffect(myMobEffectInstance, myEntity);
Parameters:
effectInstance: MobEffectInstance
Type: MobEffectInstance
- The effect to force this entity to have. myAnimal.getAttachmentData<T>(myAttachmentType);
Parameters:
type: AttachmentType<T>
Type: AttachmentType<T>
Return Type:
T
myAnimal.getAttachmentData<T>(mySupplier);
Parameters:
type: Supplier<AttachmentType<T>>
Type: Supplier<AttachmentType<T>>
Return Type:
T
Returns: The attribute.
myAnimal.getAttribute(myAttribute);
Return Type:
AttributeInstance
Returns: The base attribute value.
myAnimal.getAttributeBaseValue(myAttribute);
Return Type:
double
MobEffectInstance
for the given effect on this entity.Returns: The effect instance.
myAnimal.getEffect(myMobEffect);
Return Type:
MobEffectInstance
Returns: The item in the slot.
myAnimal.getItemBySlot(myEquipmentSlot);
Parameters:
Return Type:
ItemStack
Returns: The item in the hand.
myAnimal.getItemInHand(myInteractionHand);
Parameters:
Return Type:
ItemStack
// Animal.getRestrictRadius as floatmyAnimal.getRestrictRadius
Return Type:
float
Returns: The swim amount.
// Animal.getSwimAmount(partialTicks as float) as float;myAnimal.getSwimAmount(myFloat);
Parameters:
partialTicks: float
Type: float
- The partial ticks to get the swim amount for.
Return Type:
float
Returns: The visibility percent.
myAnimal.getVisibilityPercent(myEntity);
Return Type:
double
Returns: The x coordinate of the entity.
// Animal.getX(scale as double) as double;myAnimal.getX(myDouble);
Parameters:
scale: double
Type: double
- The scale to get the x coordinate of the entity.
Return Type:
double
Returns: The y coordinate of the entity.
// Animal.getY(scale as double) as double;myAnimal.getY(myDouble);
Parameters:
scale: double
Type: double
- The scale to get the y coordinate of the entity.
Return Type:
double
Returns: The z coordinate of the entity.
// Animal.getZ(scale as double) as double;myAnimal.getZ(myDouble);
Parameters:
scale: double
Type: double
- The scale to get the z coordinate of the entity.
Return Type:
double
myAnimal.hasAttachmentData<T>(myAttachmentType);
Parameters:
type: AttachmentType<T>
Type: AttachmentType<T>
Return Type:
bool
myAnimal.hasAttachmentData<T>(mySupplier);
Parameters:
type: Supplier<AttachmentType<T>>
Type: Supplier<AttachmentType<T>>
Return Type:
bool
// Animal.hasCustomName as boolmyAnimal.hasCustomName
Return Type:
bool
// Animal.hasCustomName as boolmyAnimal.hasCustomName
Return Type:
bool
Returns: true if the entity has a custom name.
// Animal.hasCustomName() as bool;myAnimal.hasCustomName();
Return Type:
bool
// Animal.hasCustomName() as bool;myAnimal.hasCustomName();
Return Type:
bool
Returns: True if this entity has the effect, false otherwise.
myAnimal.hasEffect(myMobEffect);
Return Type:
bool
// Animal.hasExactlyOnePlayerPassenger as boolmyAnimal.hasExactlyOnePlayerPassenger
Return Type:
bool
Returns: true if the entity has exactly one player passenger.
// Animal.hasExactlyOnePlayerPassenger() as bool;myAnimal.hasExactlyOnePlayerPassenger();
Return Type:
bool
// Animal.hasGlowingTag as boolmyAnimal.hasGlowingTag
Return Type:
bool
Returns: true if the entity is currently glowing.
// Animal.hasGlowingTag() as bool;myAnimal.hasGlowingTag();
Return Type:
bool
Returns: True if the entity has an item in the slot, false otherwise.
myAnimal.hasItemInSlot(myEquipmentSlot);
Parameters:
Return Type:
bool
Returns: True if the entity has a line of sight to the entity, false otherwise.
myAnimal.hasLineOfSight(myEntity);
Return Type:
bool
Returns: true if the entity has a passenger that matches the predicate.
myAnimal.hasPassenger(myPredicate);
Parameters:
Return Type:
bool
// Animal.hasRestriction as boolmyAnimal.hasRestriction
Return Type:
bool
// Animal.heal(amount as float);myAnimal.heal(myFloat);
Parameters:
amount: float
Type: float
- The amount to heal. // Animal.health as floatmyAnimal.health
Return Type:
float
Returns: The health of this entity.
// Animal.health() as float;myAnimal.health();
Return Type:
float
DamageSource
and amount.Returns: true if the entity was hurt.
myAnimal.hurt(myDamageSource, myFloat);
Parameters:
amount: float
Type: float
- The amount of damage to deal.
Return Type:
bool
// Animal.id as intmyAnimal.id
Return Type:
int
Returns: The ID of the entity.
// Animal.id() as int;myAnimal.id();
Return Type:
int
BlockState
that this entity is currently inside.// Animal.inBlockState as BlockStatemyAnimal.inBlockState
Return Type:
BlockState
BlockState
that this entity is currently inside.Returns: The block state that this entity is currently inside
myAnimal.inBlockState();
Return Type:
BlockState
// Animal.inLoveTime as intmyAnimal.inLoveTime
Return Type:
int
// Animal.inLoveTime = (inLove as int);myAnimal.inLoveTime = myInt;
Parameters:
inLove: int
Type: int
- The time in ticks this Animal has been in love. // Animal.isAffectedByPotions as boolmyAnimal.isAffectedByPotions
Return Type:
bool
Returns: True if the entity is affected by potions, false otherwise.
// Animal.isAffectedByPotions() as bool;myAnimal.isAffectedByPotions();
Return Type:
bool
// Animal.isAlive as boolmyAnimal.isAlive
Return Type:
bool
Returns: true if the entity is alive.
// Animal.isAlive() as bool;myAnimal.isAlive();
Return Type:
bool
// Animal.isAlwaysTicking as boolmyAnimal.isAlwaysTicking
Return Type:
bool
Returns: true if the entity is always ticking.
// Animal.isAlwaysTicking() as bool;myAnimal.isAlwaysTicking();
Return Type:
bool
// Animal.isAttackable as boolmyAnimal.isAttackable
Return Type:
bool
Returns: true if the entity is attackable.
// Animal.isAttackable() as bool;myAnimal.isAttackable();
Return Type:
bool
// Animal.isAutoSpinAttack as boolmyAnimal.isAutoSpinAttack
Return Type:
bool
Returns: True if the entity is performing an auto spin attack, false otherwise.
// Animal.isAutoSpinAttack() as bool;myAnimal.isAutoSpinAttack();
Return Type:
bool
// Animal.isBaby as boolmyAnimal.isBaby
Return Type:
bool
Returns: True if the entity is a baby, false otherwise.
// Animal.isBaby() as bool;myAnimal.isBaby();
Return Type:
bool
// Animal.isBlocking as boolmyAnimal.isBlocking
Return Type:
bool
Returns: True if the entity is blocking, false otherwise.
// Animal.isBlocking() as bool;myAnimal.isBlocking();
Return Type:
bool
BlockState
at the given BlockPos
.Returns: true if the entity is colliding with the block.
myAnimal.isColliding(myBlockPos, myBlockState);
Parameters:
Return Type:
bool
// Animal.isCrouching as boolmyAnimal.isCrouching
Return Type:
bool
Returns: true if the entity is crouching.
// Animal.isCrouching() as bool;myAnimal.isCrouching();
Return Type:
bool
// Animal.isCurrentlyGlowing as boolmyAnimal.isCurrentlyGlowing
Return Type:
bool
// Animal.isCurrentlyGlowing as boolmyAnimal.isCurrentlyGlowing
Return Type:
bool
Returns: True if the entity is currently glowing, false otherwise.
// Animal.isCurrentlyGlowing() as bool;myAnimal.isCurrentlyGlowing();
Return Type:
bool
Returns: true if the entity is currently glowing.
// Animal.isCurrentlyGlowing() as bool;myAnimal.isCurrentlyGlowing();
Return Type:
bool
// Animal.isCustomNameVisible as boolmyAnimal.isCustomNameVisible
Return Type:
bool
Returns: true if the custom name is visible.
// Animal.isCustomNameVisible() as bool;myAnimal.isCustomNameVisible();
Return Type:
bool
Returns: True if the entity can block the damage source, false otherwise.
myAnimal.isDamageSourceBlocked(myDamageSource);
Parameters:
Return Type:
bool
// Animal.isDeadOrDying as boolmyAnimal.isDeadOrDying
Return Type:
bool
Returns: True if this entity is dead or dying, false otherwise.
// Animal.isDeadOrDying() as bool;myAnimal.isDeadOrDying();
Return Type:
bool
// Animal.isDescending as boolmyAnimal.isDescending
Return Type:
bool
Returns: true if the entity is descending.
// Animal.isDescending() as bool;myAnimal.isDescending();
Return Type:
bool
// Animal.isDiscrete as boolmyAnimal.isDiscrete
Return Type:
bool
Returns: true if the entity is being discrete.
// Animal.isDiscrete() as bool;myAnimal.isDiscrete();
Return Type:
bool
// Animal.isFallFlying as boolmyAnimal.isFallFlying
Return Type:
bool
Returns: True if the entity is flying with an elytra, false otherwise.
// Animal.isFallFlying() as bool;myAnimal.isFallFlying();
Return Type:
bool
Returns: true if the entity is free to move in the given position.
// Animal.isFree(x as double, y as double, z as double) as bool;myAnimal.isFree(myDouble, myDouble, myDouble);
Parameters:
x: double
Type: double
- The x position to check. y: double
Type: double
- The y position to check. z: double
Type: double
- The z position to check.
Return Type:
bool
// Animal.isFullyFrozen as boolmyAnimal.isFullyFrozen
Return Type:
bool
Returns: true if the entity is fully frozen.
// Animal.isFullyFrozen() as bool;myAnimal.isFullyFrozen();
Return Type:
bool
Returns: True if the entity is holding the item, false otherwise.
myAnimal.isHolding(myItem);
Parameters:
Return Type:
bool
Returns: True if the entity is holding the item, false otherwise.
myAnimal.isHolding(myPredicate);
Parameters:
Return Type:
bool
// Animal.isInLava as boolmyAnimal.isInLava
Return Type:
bool
Returns: true if the entity is in lava.
// Animal.isInLava() as bool;myAnimal.isInLava();
Return Type:
bool
// Animal.isInLove as boolmyAnimal.isInLove
Return Type:
bool
// Animal.isInvertedHealAndHarm as boolmyAnimal.isInvertedHealAndHarm
Return Type:
bool
Returns: True if this entity is inverted for heal and harm, false otherwise.
// Animal.isInvertedHealAndHarm() as bool;myAnimal.isInvertedHealAndHarm();
Return Type:
bool
// Animal.isInvisible as boolmyAnimal.isInvisible
Return Type:
bool
Returns: true if the entity is invisible.
// Animal.isInvisible() as bool;myAnimal.isInvisible();
Return Type:
bool
// Animal.isInvulnerable as boolmyAnimal.isInvulnerable
Return Type:
bool
Returns: true if the entity is invulnerable.
// Animal.isInvulnerable() as bool;myAnimal.isInvulnerable();
Return Type:
bool
DamageSource
.Returns: true if the entity is invulnerable to the damage source.
myAnimal.isInvulnerableTo(myDamageSource);
Parameters:
Return Type:
bool
// Animal.isInWall as boolmyAnimal.isInWall
Return Type:
bool
Returns: true if the entity is in a wall.
// Animal.isInWall() as bool;myAnimal.isInWall();
Return Type:
bool
// Animal.isInWater as boolmyAnimal.isInWater
Return Type:
bool
Returns: true if the entity is in water.
// Animal.isInWater() as bool;myAnimal.isInWater();
Return Type:
bool
// Animal.isInWaterOrBubble as boolmyAnimal.isInWaterOrBubble
Return Type:
bool
Returns: true if the entity is in water or a bubble column.
// Animal.isInWaterOrBubble() as bool;myAnimal.isInWaterOrBubble();
Return Type:
bool
// Animal.isInWaterOrRain as boolmyAnimal.isInWaterOrRain
Return Type:
bool
Returns: true if the entity is in water or rain.
// Animal.isInWaterOrRain() as bool;myAnimal.isInWaterOrRain();
Return Type:
bool
// Animal.isInWaterRainOrBubble as boolmyAnimal.isInWaterRainOrBubble
Return Type:
bool
Returns: true if the entity is in water or rain or a bubble column.
// Animal.isInWaterRainOrBubble() as bool;myAnimal.isInWaterRainOrBubble();
Return Type:
bool
Returns: Whether the mob's maximum group size is reached.
// Animal.isMaxGroupSizeReached(size as int) as bool;myAnimal.isMaxGroupSizeReached(myInt);
Parameters:
size: int
Type: int
- The size to check.
Return Type:
bool
// Animal.isNoGravity as boolmyAnimal.isNoGravity
Return Type:
bool
Returns: true if the entity has no gravity.
// Animal.isNoGravity() as bool;myAnimal.isNoGravity();
Return Type:
bool
// Animal.isOnFire as boolmyAnimal.isOnFire
Return Type:
bool
Returns: true if the entity is on fire.
// Animal.isOnFire() as bool;myAnimal.isOnFire();
Return Type:
bool
// Animal.isOnPortalCooldown as boolmyAnimal.isOnPortalCooldown
Return Type:
bool
Returns: true if the entity is on portal cooldown.
// Animal.isOnPortalCooldown() as bool;myAnimal.isOnPortalCooldown();
Return Type:
bool
// Animal.isPassenger as boolmyAnimal.isPassenger
Return Type:
bool
Returns: true if the entity is a passenger.
// Animal.isPassenger() as bool;myAnimal.isPassenger();
Return Type:
bool
Returns: true if the entity is a passenger of the same vehicle.
myAnimal.isPassengerOfSameVehicle(myEntity);
Return Type:
bool
// Animal.isPersistenceRequired as boolmyAnimal.isPersistenceRequired
Return Type:
bool
// Animal.isPickable as boolmyAnimal.isPickable
Return Type:
bool
Returns: true if the entity is pickable.
// Animal.isPickable() as bool;myAnimal.isPickable();
Return Type:
bool
// Animal.isPushable as boolmyAnimal.isPushable
Return Type:
bool
Returns: true if the entity is pushable.
// Animal.isPushable() as bool;myAnimal.isPushable();
Return Type:
bool
// Animal.isPushedByFluid as boolmyAnimal.isPushedByFluid
Return Type:
bool
Returns: true if the entity is pushed by fluid.
// Animal.isPushedByFluid() as bool;myAnimal.isPushedByFluid();
Return Type:
bool
// Animal.isRemoved as boolmyAnimal.isRemoved
Return Type:
bool
Returns: Whether the entity has been removed.
// Animal.isRemoved() as bool;myAnimal.isRemoved();
Return Type:
bool
// Animal.isSensitiveToWater as boolmyAnimal.isSensitiveToWater
Return Type:
bool
Returns: True if the entity is sensitive to water, false otherwise.
// Animal.isSensitiveToWater() as bool;myAnimal.isSensitiveToWater();
Return Type:
bool
// Animal.isShiftKeyDown as boolmyAnimal.isShiftKeyDown
Return Type:
bool
Returns: true if the shift key is down.
// Animal.isShiftKeyDown() as bool;myAnimal.isShiftKeyDown();
Return Type:
bool
// Animal.isSilent as boolmyAnimal.isSilent
Return Type:
bool
Returns: true if the entity is silent.
// Animal.isSilent() as bool;myAnimal.isSilent();
Return Type:
bool
// Animal.isSleeping as boolmyAnimal.isSleeping
Return Type:
bool
Returns: True if the entity is sleeping, false otherwise.
// Animal.isSleeping() as bool;myAnimal.isSleeping();
Return Type:
bool
// Animal.isSpectator as boolmyAnimal.isSpectator
Return Type:
bool
Returns: true if the entity is a spectator.
// Animal.isSpectator() as bool;myAnimal.isSpectator();
Return Type:
bool
// Animal.isSprinting as boolmyAnimal.isSprinting
Return Type:
bool
Returns: true if the entity is sprinting.
// Animal.isSprinting() as bool;myAnimal.isSprinting();
Return Type:
bool
// Animal.isSteppingCarefully as boolmyAnimal.isSteppingCarefully
Return Type:
bool
Returns: true if the entity is stepping carefully.
// Animal.isSteppingCarefully() as bool;myAnimal.isSteppingCarefully();
Return Type:
bool
// Animal.isSuppressingBounce as boolmyAnimal.isSuppressingBounce
Return Type:
bool
Returns: true if the entity is suppressing bounce.
// Animal.isSuppressingBounce() as bool;myAnimal.isSuppressingBounce();
Return Type:
bool
// Animal.isSuppressingSlidingDownLadder as boolmyAnimal.isSuppressingSlidingDownLadder
Return Type:
bool
Returns: True if the entity is suppressing sliding down a ladder, false otherwise.
// Animal.isSuppressingSlidingDownLadder() as bool;myAnimal.isSuppressingSlidingDownLadder();
Return Type:
bool
// Animal.isSwimming as boolmyAnimal.isSwimming
Return Type:
bool
Returns: true if the entity is swimming.
// Animal.isSwimming() as bool;myAnimal.isSwimming();
Return Type:
bool
// Animal.isUnderWater as boolmyAnimal.isUnderWater
Return Type:
bool
Returns: true if the entity is underwater.
// Animal.isUnderWater() as bool;myAnimal.isUnderWater();
Return Type:
bool
// Animal.isUsingItem as boolmyAnimal.isUsingItem
Return Type:
bool
Returns: True if the entity is using an item, false otherwise.
// Animal.isUsingItem() as bool;myAnimal.isUsingItem();
Return Type:
bool
// Animal.isVehicle as boolmyAnimal.isVehicle
Return Type:
bool
Returns: true if the entity is a vehicle.
// Animal.isVehicle() as bool;myAnimal.isVehicle();
Return Type:
bool
// Animal.isVisuallyCrawling as boolmyAnimal.isVisuallyCrawling
Return Type:
bool
Returns: true if the entity is visually crawling.
// Animal.isVisuallyCrawling() as bool;myAnimal.isVisuallyCrawling();
Return Type:
bool
// Animal.isVisuallySwimming as boolmyAnimal.isVisuallySwimming
Return Type:
bool
// Animal.isVisuallySwimming as boolmyAnimal.isVisuallySwimming
Return Type:
bool
Returns: True if the entity is visually swimming, false otherwise.
// Animal.isVisuallySwimming() as bool;myAnimal.isVisuallySwimming();
Return Type:
bool
Returns: true if the entity is visually swimming.
// Animal.isVisuallySwimming() as bool;myAnimal.isVisuallySwimming();
Return Type:
bool
LivingEntity
.Returns: Whether the mob is within melee attack range of the given entity.
myAnimal.isWithinMeleeAttackRange(myLivingEntity);
Parameters:
Return Type:
bool
// Animal.isWithinRestriction as boolmyAnimal.isWithinRestriction
Return Type:
bool
// Animal.jumpBoostPower as doublemyAnimal.jumpBoostPower
Return Type:
double
Returns: The jump boost power.
// Animal.jumpBoostPower() as double;myAnimal.jumpBoostPower();
Return Type:
double
// Animal.kill();myAnimal.kill();
// Animal.killCredit as LivingEntitymyAnimal.killCredit
Return Type:
LivingEntity
Returns: The kill credit.
myAnimal.killCredit();
Return Type:
LivingEntity
// Animal.knockback(x as double, y as double, z as double);myAnimal.knockback(myDouble, myDouble, myDouble);
Parameters:
x: double
Type: double
- The x coordinate to knock back to. y: double
Type: double
- The y coordinate to knock back to. z: double
Type: double
- The z coordinate to knock back to. // Animal.lastDamageSource as DamageSourcemyAnimal.lastDamageSource
Return Type:
DamageSource
Returns: The last damage source.
myAnimal.lastDamageSource();
Return Type:
DamageSource
// Animal.lastHurtByMob as LivingEntitymyAnimal.lastHurtByMob
Return Type:
LivingEntity
Returns: The last entity that hurt this entity.
myAnimal.lastHurtByMob();
Return Type:
LivingEntity
// Animal.lastHurtByMobTimestamp as intmyAnimal.lastHurtByMobTimestamp
Return Type:
int
Returns: The timestamp when this entity was last hurt by a mob.
// Animal.lastHurtByMobTimestamp() as int;myAnimal.lastHurtByMobTimestamp();
Return Type:
int
// Animal.lastHurtMob as LivingEntitymyAnimal.lastHurtMob
Return Type:
LivingEntity
Returns: The last entity that this entity hurt.
myAnimal.lastHurtMob();
Return Type:
LivingEntity
// Animal.lastHurtMobTimestamp as intmyAnimal.lastHurtMobTimestamp
Return Type:
int
Returns: The timestamp when this entity last hurt a mob.
// Animal.lastHurtMobTimestamp() as int;myAnimal.lastHurtMobTimestamp();
Return Type:
int
// Animal.lavaHurt();myAnimal.lavaHurt();
// Animal.leashed as boolmyAnimal.leashed
Return Type:
bool
// Animal.leftHanded as boolmyAnimal.leftHanded
Return Type:
bool
// Animal.leftHanded = (value as bool);myAnimal.leftHanded = myBool;
Parameters:
value: bool
Type: bool
- Whether the mob should be left-handed. myAnimal.lookAt(myEntity, myFloat, myFloat);
// Animal.lootTable as ResourceLocationmyAnimal.lootTable
Return Type:
ResourceLocation
Returns: The loot table.
myAnimal.lootTable();
Return Type:
ResourceLocation
// Animal.lootTableSeed as longmyAnimal.lootTableSeed
Return Type:
long
ServerPlayer
that caused this Animal to fall in love.// Animal.loveCause as ServerPlayermyAnimal.loveCause
Return Type:
ServerPlayer
// Animal.mainArm as HumanoidArmmyAnimal.mainArm
Return Type:
HumanoidArm
Returns: The main arm.
myAnimal.mainArm();
Return Type:
HumanoidArm
// Animal.maxAirSupply as intmyAnimal.maxAirSupply
Return Type:
int
Returns: The maximum air supply of the entity.
// Animal.maxAirSupply() as int;myAnimal.maxAirSupply();
Return Type:
int
// Animal.maxFallDistance as intmyAnimal.maxFallDistance
Return Type:
int
Returns: The maximum fall distance of the entity.
// Animal.maxFallDistance() as int;myAnimal.maxFallDistance();
Return Type:
int
// Animal.maxHeadRotSpeed as intmyAnimal.maxHeadRotSpeed
Return Type:
int
// Animal.maxHeadXRot as intmyAnimal.maxHeadXRot
Return Type:
int
// Animal.maxHeadYRot as intmyAnimal.maxHeadYRot
Return Type:
int
// Animal.maxHealth as floatmyAnimal.maxHealth
Return Type:
float
Returns: The maximum health.
// Animal.maxHealth() as float;myAnimal.maxHealth();
Return Type:
float
// Animal.maxSpawnClusterSize as intmyAnimal.maxSpawnClusterSize
Return Type:
int
myAnimal.moveRelative(myFloat, myVec3);
// Animal.moveTo(x as double, y as double, z as double);myAnimal.moveTo(myDouble, myDouble, myDouble);
Parameters:
x: double
Type: double
- The x position to move the entity to. y: double
Type: double
- The y position to move the entity to. z: double
Type: double
- The z position to move the entity to. myAnimal.moveTo(myBlockPos, myFloat, myFloat);
// Animal.moveTo(x as double, y as double, z as double, yaw as float, pitch as float);myAnimal.moveTo(myDouble, myDouble, myDouble, myFloat, myFloat);
Parameters:
x: double
Type: double
- The x position to move the entity to. y: double
Type: double
- The y position to move the entity to. z: double
Type: double
- The z position to move the entity to. yaw: float
Type: float
- The yaw to move the entity to. pitch: float
Type: float
- The pitch to move the entity to. // Animal.noActionTime as intmyAnimal.noActionTime
Return Type:
int
Returns: The time since this entity last performed an action.
// Animal.noActionTime() as int;myAnimal.noActionTime();
Return Type:
int
// Animal.noAi as boolmyAnimal.noAi
Return Type:
bool
// Animal.noAi = (value as bool);myAnimal.noAi = myBool;
Parameters:
value: bool
Type: bool
- Whether the mob should have AI disabled. // Animal.onGround as boolmyAnimal.onGround
Return Type:
bool
// Animal.percentFrozen as floatmyAnimal.percentFrozen
Return Type:
float
Returns: The percent the entity is frozen.
// Animal.percentFrozen() as float;myAnimal.percentFrozen();
Return Type:
float
// Animal.pistonPushReaction as PushReactionmyAnimal.pistonPushReaction
Return Type:
PushReaction
Returns: The piston push reaction of the entity.
myAnimal.pistonPushReaction();
Return Type:
PushReaction
// Animal.playAmbientSound();myAnimal.playAmbientSound();
myAnimal.playSound(mySoundEvent, myFloat, myFloat);
Parameters:
volume: float
Type: float
- The volume of the sound. pitch: float
Type: float
- The pitch of the sound. // Animal.random as RandomSourcemyAnimal.random
Return Type:
RandomSource
Returns: The random source for the entity.
myAnimal.random();
Return Type:
RandomSource
// Animal.registryName as ResourceLocationmyAnimal.registryName
Return Type:
ResourceLocation
Returns: The registry name of the entity.
myAnimal.registryName();
Return Type:
ResourceLocation
// Animal.releaseUsingItem();myAnimal.releaseUsingItem();
Returns: True if all effects were removed, false otherwise.
// Animal.removeAllEffects() as bool;myAnimal.removeAllEffects();
Return Type:
bool
Returns: The removed effect.
myAnimal.removeEffectNoUpdate(myMobEffect);
Return Type:
MobEffectInstance
Returns: true if the tag was removed.
// Animal.removeTag(tagName as string) as bool;myAnimal.removeTag(myString);
Parameters:
tagName: string
Type: string
- The name of the tag to remove.
Return Type:
bool
// Animal.removeVehicle();myAnimal.removeVehicle();
// Animal.resetLove();myAnimal.resetLove();
myAnimal.restrictTo(myBlockPos, myInt);
// Animal.scale as floatmyAnimal.scale
Return Type:
float
Returns: The scale of the entity.
// Animal.scale() as float;myAnimal.scale();
Return Type:
float
// Animal.setAbsorptionAmount(absorption as float);myAnimal.setAbsorptionAmount(myFloat);
Parameters:
absorption: float
Type: float
- The absorption amount to set. // Animal.setAirSupply(air as int);myAnimal.setAirSupply(myInt);
Parameters:
air: int
Type: int
- The new air supply of the entity. // Animal.setArrowCount(count as int);myAnimal.setArrowCount(myInt);
Parameters:
count: int
Type: int
- The number of arrows to set. myAnimal.setAttachmentData<T>(myAttachmentType, myT);
Parameters:
type: AttachmentType<T>
Type: AttachmentType<T>
data: T
Type: T
Return Type:
T?
myAnimal.setAttachmentData<T>(mySupplier, myT);
Parameters:
type: Supplier<AttachmentType<T>>
Type: Supplier<AttachmentType<T>>
data: T
Type: T
Return Type:
T?
// Animal.setCustomNameVisible(visible as bool);myAnimal.setCustomNameVisible(myBool);
Parameters:
visible: bool
Type: bool
- true if the custom name should be visible. // Animal.setDeltaMovement(xDelta as double, yDelta as double, zDelta as double);myAnimal.setDeltaMovement(myDouble, myDouble, myDouble);
Parameters:
xDelta: double
Type: double
- The x delta movement to set. yDelta: double
Type: double
- The y delta movement to set. zDelta: double
Type: double
- The z delta movement to set. // Animal.setDiscardFriction(discardFriction as bool);myAnimal.setDiscardFriction(myBool);
Parameters:
discardFriction: bool
Type: bool
- True if this entity should discard friction, false otherwise. EquipmentSlot
.myAnimal.setDropChance(myEquipmentSlot, myFloat);
Parameters:
chance: float
Type: float
- The chance to drop the item. // Animal.setGlowingTag(glowing as bool);myAnimal.setGlowingTag(myBool);
Parameters:
glowing: bool
Type: bool
- true if the entity should be glowing. EquipmentSlot
should always drop when it is killed.myAnimal.setGuaranteedDrop(myEquipmentSlot);
Parameters:
// Animal.setHealth(health as float);myAnimal.setHealth(myFloat);
Parameters:
health: float
Type: float
- The health to set. // Animal.setInvisible(invisible as bool);myAnimal.setInvisible(myBool);
Parameters:
invisible: bool
Type: bool
- true if the entity should be invisible. // Animal.setInvulnerable(invulnerable as bool);myAnimal.setInvulnerable(myBool);
Parameters:
invulnerable: bool
Type: bool
- true if the entity should be invulnerable. // Animal.setIsInPowderSnow(inPowderSnow as bool);myAnimal.setIsInPowderSnow(myBool);
Parameters:
inPowderSnow: bool
Type: bool
- Whether the entity is in powder snow. myAnimal.setItemInHand(myInteractionHand, myItemStack);
Parameters:
myAnimal.setItemSlot(myEquipmentSlot, myItemStack);
Parameters:
// Animal.setJumping(jumping as bool);myAnimal.setJumping(myBool);
Parameters:
jumping: bool
Type: bool
- True if the entity should jump, false otherwise. myAnimal.setLastHurtByMob(myLivingEntity);
Parameters:
myAnimal.setLeashedTo(myEntity, myBool);
// Animal.setNoActionTime(idleTime as int);myAnimal.setNoActionTime(myInt);
Parameters:
idleTime: int
Type: int
- The time since this entity last performed an action. // Animal.setNoGravity(noGravity as bool);myAnimal.setNoGravity(myBool);
Parameters:
noGravity: bool
Type: bool
- The no gravity state to set the entity to. // Animal.setOldPosAndRot();myAnimal.setOldPosAndRot();
// Animal.setOnGround(onGround as bool);myAnimal.setOnGround(myBool);
Parameters:
onGround: bool
Type: bool
- The on ground state to set the entity to. // Animal.setPersistenceRequired();myAnimal.setPersistenceRequired();
// Animal.setPortalCooldown();myAnimal.setPortalCooldown();
// Animal.setPos(x as double, y as double, z as double);myAnimal.setPos(myDouble, myDouble, myDouble);
Parameters:
x: double
Type: double
- The x position to set the entity to. y: double
Type: double
- The y position to set the entity to. z: double
Type: double
- The z position to set the entity to. // Animal.setPosRaw(x as double, y as double, z as double);myAnimal.setPosRaw(myDouble, myDouble, myDouble);
Parameters:
x: double
Type: double
- The x coordinate to set the position to. y: double
Type: double
- The y coordinate to set the position to. z: double
Type: double
- The z coordinate to set the position to. myAnimal.setRemoved(myRemovalReason);
Parameters:
// Animal.setShiftKeyDown(keyDown as bool);myAnimal.setShiftKeyDown(myBool);
Parameters:
keyDown: bool
Type: bool
- true if the shift key is down. // Animal.setSilent(silent as bool);myAnimal.setSilent(myBool);
Parameters:
silent: bool
Type: bool
- The silent state to set the entity to. // Animal.setSpeed(speed as float);myAnimal.setSpeed(myFloat);
Parameters:
speed: float
Type: float
- The movement speed to set. // Animal.setSprinting(sprinting as bool);myAnimal.setSprinting(myBool);
Parameters:
sprinting: bool
Type: bool
- true if the entity should be sprinting. // Animal.setStingerCount(count as int);myAnimal.setStingerCount(myInt);
Parameters:
count: int
Type: int
- The number of stingers to set. // Animal.setSwimming(swimming as bool);myAnimal.setSwimming(myBool);
Parameters:
swimming: bool
Type: bool
- true if the entity should be swimming. // Animal.setTicksFrozen(ticks as int);myAnimal.setTicksFrozen(myInt);
Parameters:
ticks: int
Type: int
- The new number of ticks the entity has been frozen. // Animal.shouldBeSaved as boolmyAnimal.shouldBeSaved
Return Type:
bool
Returns: true if the entity should be saved.
// Animal.shouldBeSaved() as bool;myAnimal.shouldBeSaved();
Return Type:
bool
// Animal.shouldDiscardFriction as boolmyAnimal.shouldDiscardFriction
Return Type:
bool
Returns: True if this entity should discard friction, false otherwise.
// Animal.shouldDiscardFriction() as bool;myAnimal.shouldDiscardFriction();
Return Type:
bool
// Animal.shouldInformAdmins as boolmyAnimal.shouldInformAdmins
Return Type:
bool
Returns: True if the commands from this source should inform admins, false otherwise.
// Animal.shouldInformAdmins() as bool;myAnimal.shouldInformAdmins();
Return Type:
bool
// Animal.shouldShowName as boolmyAnimal.shouldShowName
Return Type:
bool
Returns: true if the entity should show its name.
// Animal.shouldShowName() as bool;myAnimal.shouldShowName();
Return Type:
bool
// Animal.showVehicleHealth as boolmyAnimal.showVehicleHealth
Return Type:
bool
Returns: true if the entity should show vehicle health.
// Animal.showVehicleHealth() as bool;myAnimal.showVehicleHealth();
Return Type:
bool
SoundSource
of the entity.// Animal.soundSource as SoundSourcemyAnimal.soundSource
Return Type:
SoundSource
SoundSource
of the entity.Returns: The sound source of the entity.
myAnimal.soundSource();
Return Type:
SoundSource
myAnimal.spawnChildFromBreeding(myServerLevel, myAnimal);
Parameters:
// Animal.speed as floatmyAnimal.speed
Return Type:
float
Returns: The movement speed of the entity.
// Animal.speed() as float;myAnimal.speed();
Return Type:
float
Returns: true if the entity started riding.
myAnimal.startRiding(myEntity, myBool);
Parameters:
Return Type:
bool
myAnimal.startUsingItem(myInteractionHand);
Parameters:
// Animal.stingerCount as intmyAnimal.stingerCount
Return Type:
int
Returns: The stinger count.
// Animal.stingerCount() as int;myAnimal.stingerCount();
Return Type:
int
// Animal.stopRiding();myAnimal.stopRiding();
// Animal.stopSleeping();myAnimal.stopSleeping();
// Animal.stopUsingItem();myAnimal.stopUsingItem();
// Animal.stringUUID as stringmyAnimal.stringUUID
Return Type:
string
Returns: The UUID of the entity as a string.
// Animal.stringUUID() as string;myAnimal.stringUUID();
Return Type:
string
myAnimal.swing(myInteractionHand);
Parameters:
myAnimal.swing(myInteractionHand, myBool);
Parameters:
updateSelf: bool
Type: bool
- Whether to update the entity's self. These tags are arbitrary strings that can be attached to an entity. A single entity is limited to 1024.
// Animal.tags as Set<string>myAnimal.tags
Return Type:
Set<string>
These tags are arbitrary strings that can be attached to an entity. A single entity is limited to 1024.
Returns: The tags of the entity.
// Animal.tags() as Set<string>;myAnimal.tags();
Return Type:
Set<string>
// Animal.target as LivingEntitymyAnimal.target
Return Type:
LivingEntity
myAnimal.target = myLivingEntity;
Parameters:
// Animal.teamColor as intmyAnimal.teamColor
Return Type:
int
Returns: The team color of the entity.
// Animal.teamColor() as int;myAnimal.teamColor();
Return Type:
int
// Animal.teleportTo(x as double, y as double, z as double);myAnimal.teleportTo(myDouble, myDouble, myDouble);
Parameters:
x: double
Type: double
- The x coordinate to teleport to. y: double
Type: double
- The y coordinate to teleport to. z: double
Type: double
- The z coordinate to teleport to. // Animal.ticksFrozen as intmyAnimal.ticksFrozen
Return Type:
int
Returns: The number of ticks the entity has been frozen.
// Animal.ticksFrozen() as int;myAnimal.ticksFrozen();
Return Type:
int
// Animal.ticksRequiredToFreeze as intmyAnimal.ticksRequiredToFreeze
Return Type:
int
Returns: The number of ticks required to freeze the entity.
// Animal.ticksRequiredToFreeze() as int;myAnimal.ticksRequiredToFreeze();
Return Type:
int
// Animal.ticksUsingItem as intmyAnimal.ticksUsingItem
Return Type:
int
Returns: The ticks that the entity has been using an item.
// Animal.ticksUsingItem() as int;myAnimal.ticksUsingItem();
Return Type:
int
// Animal.turn(yaw as double, pitch as double);myAnimal.turn(myDouble, myDouble);
Parameters:
yaw: double
Type: double
- The yaw to turn the entity to. pitch: double
Type: double
- The pitch to turn the entity to. EntityType
of the entity.Returns: The EntityType
of the entity.
myAnimal.type();
Return Type:
EntityType<Entity>
// Animal.unRide();myAnimal.unRide();
// Animal.usedItemHand as InteractionHandmyAnimal.usedItemHand
Return Type:
InteractionHand
Returns: The hand that the entity is using an item with.
myAnimal.usedItemHand();
Return Type:
InteractionHand
// Animal.useItemRemainingTicks as intmyAnimal.useItemRemainingTicks
Return Type:
int
Returns: The remaining ticks for the item that the entity is using.
// Animal.useItemRemainingTicks() as int;myAnimal.useItemRemainingTicks();
Return Type:
int
// Animal.uuid as UUIDmyAnimal.uuid
Return Type:
UUID
Returns: The UUID of the entity.
// Animal.uuid() as UUID;myAnimal.uuid();
Return Type:
UUID
// Animal.voicePitch as floatmyAnimal.voicePitch
Return Type:
float
Returns: The voice pitch.
// Animal.voicePitch() as float;myAnimal.voicePitch();
Return Type:
float
// Animal.x as doublemyAnimal.x
Return Type:
double
Returns: The x coordinate of the entity.
// Animal.x() as double;myAnimal.x();
Return Type:
double
// Animal.y as doublemyAnimal.y
Return Type:
double
Returns: The y coordinate of the entity.
// Animal.y() as double;myAnimal.y();
Return Type:
double
// Animal.z as doublemyAnimal.z
Return Type:
double
Returns: The z coordinate of the entity.
// Animal.z() as double;myAnimal.z();
Return Type:
double