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