Package net.minecraft.entity.decoration
Class ArmorStandEntity
java.lang.Object
net.minecraft.entity.Entity
net.minecraft.entity.LivingEntity
net.minecraft.entity.decoration.ArmorStandEntity
- All Implemented Interfaces:
CommandOutput
,Nameable
,EntityLike
- Mappings:
Namespace Name official bkz
intermediary net/minecraft/class_1531
named net/minecraft/entity/decoration/ArmorStandEntity
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.LivingEntity
LivingEntity.FallSounds
Nested classes/interfaces inherited from class net.minecraft.entity.Entity
Entity.MoveEffect, Entity.PositionUpdater, Entity.RemovalReason
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TrackedData<Byte>
private final DefaultedList<ItemStack>
private EulerAngle
private static final EulerAngle
private static final EulerAngle
private static final EulerAngle
private static final EulerAngle
private static final EulerAngle
private static final EulerAngle
private int
static final int
private static final boolean
static final int
private static final double
private static final double
private static final double
private static final double
static final int
private EulerAngle
private final DefaultedList<ItemStack>
static final int
private boolean
long
private EulerAngle
private EulerAngle
private static final EntityDimensions
static final int
private EulerAngle
private EulerAngle
static final int
private static final EntityDimensions
static final int
static final TrackedData<EulerAngle>
static final TrackedData<EulerAngle>
static final TrackedData<EulerAngle>
static final TrackedData<EulerAngle>
static final TrackedData<EulerAngle>
static final TrackedData<EulerAngle>
Fields inherited from class net.minecraft.entity.LivingEntity
activeItemStack, airStrafingSpeed, attackingPlayer, bodyTrackingIncrements, bodyYaw, brain, dead, deathTime, defaultMaxHealth, despawnCounter, field_30063, field_30067, field_30068, field_30069, field_30070, field_30071, field_30072, field_30073, field_30074, field_30075, field_30076, field_30077, field_6215, forwardSpeed, handSwinging, handSwingProgress, handSwingTicks, headTrackingIncrements, headYaw, hurtTime, itemUseTimeLeft, jumping, knockbackVelocity, lastAttackedTicks, lastDamageTaken, lastHandSwingProgress, lastLimbDistance, limbAngle, limbDistance, LIVING_FLAGS, lookDirection, maxHurtTime, OFF_HAND_ACTIVE_FLAG, playerHitTimer, preferredHand, prevBodyYaw, prevHeadYaw, prevLookDirection, prevStepBobbingAmount, randomLargeSeed, randomSmallSeed, riptideTicks, roll, scoreAmount, serverHeadYaw, serverPitch, serverX, serverY, serverYaw, serverZ, sidewaysSpeed, SLEEPING_DIMENSIONS, stepBobbingAmount, stuckArrowTimer, stuckStingerTimer, upwardSpeed, USING_ITEM_FLAG, USING_RIPTIDE_FLAG
Fields inherited from class net.minecraft.entity.Entity
age, collidedSoftly, dataTracker, DEFAULT_FRICTION, DEFAULT_MIN_FREEZE_DAMAGE_TICKS, DEFAULT_PORTAL_COOLDOWN, distanceTraveled, FALL_FLYING_FLAG_INDEX, fallDistance, field_29974, field_29991, field_36331, firstUpdate, FLAGS, fluidHeight, FREEZING_DAMAGE_INTERVAL, GLOWING_FLAG_INDEX, horizontalCollision, horizontalSpeed, ID_KEY, ignoreCameraFrustum, inNetherPortal, inPowderSnow, intersectionChecked, lastNetherPortalPosition, lastRenderX, lastRenderY, lastRenderZ, MAX_RIDING_COOLDOWN, MAX_SCOREBOARD_TAGS, movementMultiplier, netherPortalTime, noClip, ON_FIRE_FLAG_INDEX, onGround, PASSENGERS_KEY, POSE, prevHorizontalSpeed, prevPitch, prevX, prevY, prevYaw, prevZ, random, ridingCooldown, speed, stepHeight, submergedInWater, timeUntilRegen, touchingWater, uuid, UUID_KEY, uuidString, VELOCITY_AFFECTING_POS_Y_OFFSET, velocityDirty, velocityModified, verticalCollision, wasInPowderSnow, wasOnFire, world
Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY
-
Constructor Summary
ConstructorDescriptionArmorStandEntity
(EntityType<? extends ArmorStandEntity> type, World world) ArmorStandEntity
(World world, double x, double y, double z) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
breakAndDropItem
(DamageSource damageSource) void
private boolean
canClip()
boolean
boolean
boolean
collides()
boolean
damage
(DamageSource source, float amount) private boolean
equip
(PlayerEntity player, EquipmentSlot slot, ItemStack stack, Hand hand) void
equipStack
(EquipmentSlot slot, ItemStack stack) protected float
getActiveEyeHeight
(EntityPose pose, EntityDimensions dimensions) getClientCameraPosVec
(float tickDelta) protected @Nullable SoundEvent
private EntityDimensions
getDimensions
(boolean marker) getDimensions
(EntityPose pose) double
protected @Nullable SoundEvent
getHurtSound
(DamageSource source) boolean
handleAttack
(Entity attacker) void
handleStatus
(byte status) protected void
interactAt
(PlayerEntity player, Vec3d hitPos, Hand hand) boolean
boolean
isBaby()
boolean
boolean
isMarker()
boolean
boolean
boolean
private boolean
isSlotDisabled
(EquipmentSlot slot) boolean
isSmall()
void
kill()
private void
onBreak
(DamageSource damageSource) void
onStruckByLightning
(ServerWorld world, LightningEntity lightning) void
onTrackedDataSet
(TrackedData<?> data) private void
private NbtCompound
protected void
void
private void
readPoseNbt
(NbtCompound nbt) private byte
setBitField
(byte value, int bitField, boolean set) void
setBodyRotation
(EulerAngle angle) void
setBodyYaw
(float bodyYaw) void
setHeadRotation
(EulerAngle angle) void
setHeadYaw
(float headYaw) private void
setHideBasePlate
(boolean hideBasePlate) void
setInvisible
(boolean invisible) void
setLeftArmRotation
(EulerAngle angle) void
setLeftLegRotation
(EulerAngle angle) private void
setMarker
(boolean marker) void
setRightArmRotation
(EulerAngle angle) void
setRightLegRotation
(EulerAngle angle) private void
setShowArms
(boolean showArms) private void
setSmall
(boolean small) boolean
boolean
shouldRender
(double distance) boolean
private EquipmentSlot
slotFromPosition
(Vec3d hitPos) private void
void
tick()
protected void
void
Allows you to do certain speed and velocity calculations.protected float
turnHead
(float bodyRotation, float headRotation) private void
updateHealth
(DamageSource damageSource, float amount) protected void
void
Methods inherited from class net.minecraft.entity.LivingEntity
addPowderSnowSlowIfNeeded, addSoulSpeedBoostIfNeeded, addStatusEffect, addStatusEffect, animateDamage, applyArmorToDamage, applyDamage, applyEnchantmentsToDamage, applyMovementEffects, applyMovementInput, attackLivingEntity, baseTick, blockedByShield, canBeRiddenInWater, canBreatheInWater, canFreeze, canHaveStatusEffect, canSee, canTakeDamage, canTarget, canTarget, canWalkOnFluid, clearActiveItem, clearPotionSwirls, clearSleepingPosition, clearStatusEffects, computeFallDamage, consumeItem, containsOnlyAmbientEffects, createBrainProfile, createLivingAttributes, createSpawnPacket, damageArmor, damageHelmet, damageShield, deserializeBrain, displaySoulSpeedEffects, drop, dropEquipment, dropInventory, dropLoot, dropXp, eatFood, endCombat, enterCombat, fall, getAbsorptionAmount, getActiveHand, getActiveItem, getActiveStatusEffects, getArmor, getArmorVisibility, getArrowType, getAttackDistanceScalingFactor, getAttacker, getAttacking, getAttributeBaseValue, getAttributeInstance, getAttributes, getAttributeValue, getBaseMovementSpeedMultiplier, getBoundingBox, getBrain, getClimbingPos, getDamageTracker, getDespawnCounter, getDrinkSound, getEatSound, getEyeHeight, getGroup, getHandSwingProgress, getHeadYaw, getHealth, getItemUseTime, getItemUseTimeLeft, getJumpBoostVelocityModifier, getJumpVelocity, getLastAttackedTime, getLastAttackTime, getLeaningPitch, getLootContextBuilder, getLootTable, getMainHandStack, getMaxHealth, getMovementSpeed, getNextAirOnLand, getNextAirUnderwater, getOffHandStack, getPoses, getPreferredEquipmentSlot, getPrimeAdversary, getRandom, getRecentDamageSource, getRoll, getScaleFactor, getSleepingDirection, getSleepingPosition, getSoundPitch, getSoundVolume, getStackInHand, getStackReference, getStatusEffect, getStatusEffects, getStingerCount, getStuckArrowCount, getVelocityMultiplier, getVisibilityBoundingBox, getXpToDrop, getYaw, handleFallDamage, hasNoDrag, hasStackEquipped, hasStatusEffect, heal, hurtByWater, isAlive, isBlocking, isClimbing, isDead, isFallFlying, isGlowing, isHolding, isHolding, isHoldingOntoLadder, isImmobile, isInsideWall, isInSwimmingPose, isOnSoulSpeedBlock, isSleeping, isTarget, isUndead, isUsingItem, isUsingRiptide, jump, knockback, knockDownwards, lookAt, markEffectsDirty, method_26317, onAttacking, onDeath, onEquipStack, onKilledBy, onStatusEffectApplied, onStatusEffectRemoved, onStatusEffectUpgraded, playBlockFallSound, playHurtSound, positionInPortal, positionInPortal, processEquippedStack, pushAwayFrom, readFromPacket, removePowderSnowSlow, removeSoulSpeedBoost, removeStatusEffect, removeStatusEffectInternal, sendEquipmentBreakStatus, sendPickup, sendToolBreakStatus, setAbsorptionAmount, setAttacker, setAttacking, setCurrentHand, setDespawnCounter, setHealth, setJumping, setLivingFlag, setMovementSpeed, setNearbySongPlaying, setNoDrag, setOnGround, setSleepingPosition, setSprinting, setStackInHand, setStatusEffect, setStingerCount, setStuckArrowCount, shouldAlwaysDropXp, shouldDisplaySoulSpeedEffects, shouldDropLoot, shouldDropXp, shouldRemoveSoulSpeedBoost, shouldRenderName, shouldSwimInFluids, sleep, spawnConsumptionEffects, stopRiding, stopUsingItem, swimUpward, swingHand, swingHand, takeKnockback, takeShieldHit, teleport, tickHandSwing, tickInVoid, tickItemStackUsage, tickMovement, tickNewAi, tickRiding, tickRiptide, tickStatusEffects, triggerItemPickedUpByEntityCriteria, tryAttack, updateLimbs, updatePostDeath, updateTrackedHeadRotation, updateTrackedPositionAndAngles, wakeUp
Methods inherited from class net.minecraft.entity.Entity
addAirTravelEffects, addFlapEffects, addPassenger, addScoreboardTag, addVelocity, adjustMovementForCollisions, adjustMovementForPiston, adjustMovementForSneaking, applyDamageEffects, applyMirror, applyRotation, attemptTickInVoid, bypassesLandingEffects, bypassesSteppingEffects, calculateBoundingBox, calculateBoundsForPose, calculateNextStepSoundDistance, canAddPassenger, canAvoidTraps, canBeSpectated, canExplosionDestroyBlock, canModifyAt, canStartRiding, canUsePortals, changeLookDirection, checkBlockCollision, checkDespawn, collidesWith, collidesWithStateAtPos, copyFrom, copyPositionAndRotation, detach, discard, dismountVehicle, distanceTo, doesNotCollide, doesRenderOnFire, dropItem, dropItem, dropStack, dropStack, emitGameEvent, emitGameEvent, emitGameEvent, emitGameEvent, entityDataRequiresOperator, equals, extinguish, getAir, getBlockPos, getBlockStateAtPos, getBlockX, getBlockY, getBlockZ, getBodyY, getBoundingBox, getBrightnessAtEyes, getBurningDuration, getCameraBlockPos, getCameraPosVec, getChunkPos, getCommandSource, getCustomName, getDataTracker, getDefaultName, getDefaultNetherPortalCooldown, getDisplayName, getEffectiveExplosionResistance, getEntityName, getEntityWorld, getEyeHeight, getEyePos, getEyeY, getFireTicks, getFirstPassenger, getFlag, getFluidHeight, getFreezingScale, getFrozenTicks, getGameEventHandler, getHandPosOffset, getHeight, getHighSpeedSplashSound, getHorizontalFacing, getHoverEvent, getId, getItemsEquipped, getJumpVelocityMultiplier, getLandingBlockState, getLandingPos, getLeashOffset, getLeashPos, getLerpedPos, getMaxAir, getMaxNetherPortalTime, getMinFreezeDamageTicks, getMountedHeightOffset, getMoveEffect, getMovementDirection, getName, getOppositeRotationVector, getOppositeRotationVector, getParticleX, getParticleZ, getPassengerDismountOffset, getPassengerList, getPassengersDeep, getPermissionLevel, getPitch, getPitch, getPortalRect, getPos, getPose, getPrimaryPassenger, getRandomBodyY, getRemovalReason, getRenderDistanceMultiplier, getRootVehicle, getRotationClient, getRotationVec, getRotationVecClient, getRotationVector, getRotationVector, getSafeFallDistance, getSavedEntityId, getScoreboardTags, getScoreboardTeam, getServer, getSoundCategory, getSplashSound, getStandingEyeHeight, getSwimHeight, getSwimSound, getTargetingMargin, getTeamColorValue, getTeleportTarget, getTrackedPosition, getType, getUuid, getUuidAsString, getVehicle, getVelocity, getVelocityAffectingPos, getWidth, getWorld, getX, getY, getYaw, getZ, hasCollidedSoftly, hasCustomName, hashCode, hasNetherPortalCooldown, hasNoGravity, hasPassenger, hasPassengerDeep, hasPassengers, hasPassengerType, hasPermissionLevel, hasPlayerRider, hasVehicle, hasWings, interact, isAttackable, isCollidable, isConnectedThroughVehicle, isCustomNameVisible, isDescending, isFireImmune, isFrozen, isGlowingLocal, isInLava, isInRange, isInsideWaterOrBubbleColumn, isInSneakingPose, isInvisible, isInvisibleTo, isInvulnerable, isInvulnerableTo, isLiving, isLogicalSideForUpdatingMovement, isOnFire, isOnGround, isPartOf, isPlayer, isPushedByFluids, isRegionUnloaded, isRemoved, isSilent, isSneaking, isSneaky, isSpectator, isSprinting, isSubmergedIn, isSubmergedInWater, isSwimming, isTeammate, isTeamPlayer, isTouchingWater, isTouchingWaterOrRain, isWet, move, moveToWorld, occludeVibrationSignals, offsetX, offsetZ, onBlockCollision, onBubbleColumnCollision, onBubbleColumnSurfaceCollision, onKilledOther, onLanding, onPassengerLookAround, onPlayerCollision, onRemoved, onSpawnPacket, onStartedTrackingBy, onStoppedTrackingBy, onSwimmingStart, playExtinguishSound, playSound, playStepSound, playSwimSound, populateCrashReport, pushOutOfBlocks, raycast, readNbt, refreshPosition, refreshPositionAfterTeleport, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, remove, removeAllPassengers, removeFromDimension, removePassenger, removeScoreboardTag, requestTeleport, requestTeleportAndDismount, resetNetherPortalCooldown, resetPosition, saveNbt, saveSelfNbt, scheduleVelocityUpdate, sendSystemMessage, setAir, setBoundingBox, setChangeListener, setCustomName, setCustomNameVisible, setFireTicks, setFlag, setFrozenTicks, setGlowing, setId, setInNetherPortal, setInPowderSnow, setInvulnerable, setNoGravity, setOnFire, setOnFireFor, setOnFireFromLava, setPitch, setPos, setPose, setPosition, setPosition, setRemoved, setRenderDistanceMultiplier, setRotation, setSilent, setSneaking, setSwimming, setUuid, setVelocity, setVelocity, setVelocityClient, setYaw, shouldBroadcastConsoleToOps, shouldEscapePowderSnow, shouldLeaveSwimmingPose, shouldReceiveFeedback, shouldRender, shouldSave, shouldSetPositionOnLoad, shouldSpawnSprintingParticles, shouldTrackOutput, slowMovement, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, startRiding, startRiding, streamPassengersAndSelf, streamSelfAndPassengers, teleport, tickNetherPortal, tickNetherPortalCooldown, toNbtList, toNbtList, toString, tryCheckBlockCollision, unsetRemoved, updateKilledAdvancementCriterion, updateMovementInFluid, updatePassengerForDismount, updatePassengerPosition, updatePosition, updatePositionAndAngles, updateSwimming, updateTrackedPosition, updateTrackedPosition, updateVelocity, updateWaterState, wouldPoseNotCollide, writeNbt
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.server.command.CommandOutput
cannotBeSilenced
-
Field Details
-
field_30443
public static final int field_30443- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lbkz;b:I
intermediary field_30443
Lnet/minecraft/class_1531;field_30443:I
named field_30443
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30443:I
-
field_30445
private static final boolean field_30445- See Also:
- Mappings:
Namespace Name Mixin selector official bO
Lbkz;bO:Z
intermediary field_30445
Lnet/minecraft/class_1531;field_30445:Z
named field_30445
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30445:Z
-
DEFAULT_HEAD_ROTATION
- Mappings:
Namespace Name Mixin selector official bP
Lbkz;bP:Lhe;
intermediary field_7113
Lnet/minecraft/class_1531;field_7113:Lnet/minecraft/class_2379;
named DEFAULT_HEAD_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;DEFAULT_HEAD_ROTATION:Lnet/minecraft/util/math/EulerAngle;
-
DEFAULT_BODY_ROTATION
- Mappings:
Namespace Name Mixin selector official bQ
Lbkz;bQ:Lhe;
intermediary field_7119
Lnet/minecraft/class_1531;field_7119:Lnet/minecraft/class_2379;
named DEFAULT_BODY_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;DEFAULT_BODY_ROTATION:Lnet/minecraft/util/math/EulerAngle;
-
DEFAULT_LEFT_ARM_ROTATION
- Mappings:
Namespace Name Mixin selector official bR
Lbkz;bR:Lhe;
intermediary field_7124
Lnet/minecraft/class_1531;field_7124:Lnet/minecraft/class_2379;
named DEFAULT_LEFT_ARM_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;DEFAULT_LEFT_ARM_ROTATION:Lnet/minecraft/util/math/EulerAngle;
-
DEFAULT_RIGHT_ARM_ROTATION
- Mappings:
Namespace Name Mixin selector official bS
Lbkz;bS:Lhe;
intermediary field_7115
Lnet/minecraft/class_1531;field_7115:Lnet/minecraft/class_2379;
named DEFAULT_RIGHT_ARM_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;DEFAULT_RIGHT_ARM_ROTATION:Lnet/minecraft/util/math/EulerAngle;
-
DEFAULT_LEFT_LEG_ROTATION
- Mappings:
Namespace Name Mixin selector official bT
Lbkz;bT:Lhe;
intermediary field_7121
Lnet/minecraft/class_1531;field_7121:Lnet/minecraft/class_2379;
named DEFAULT_LEFT_LEG_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;DEFAULT_LEFT_LEG_ROTATION:Lnet/minecraft/util/math/EulerAngle;
-
DEFAULT_RIGHT_LEG_ROTATION
- Mappings:
Namespace Name Mixin selector official bU
Lbkz;bU:Lhe;
intermediary field_7117
Lnet/minecraft/class_1531;field_7117:Lnet/minecraft/class_2379;
named DEFAULT_RIGHT_LEG_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;DEFAULT_RIGHT_LEG_ROTATION:Lnet/minecraft/util/math/EulerAngle;
-
MARKER_DIMENSIONS
- Mappings:
Namespace Name Mixin selector official bV
Lbkz;bV:Laxl;
intermediary field_26745
Lnet/minecraft/class_1531;field_26745:Lnet/minecraft/class_4048;
named MARKER_DIMENSIONS
Lnet/minecraft/entity/decoration/ArmorStandEntity;MARKER_DIMENSIONS:Lnet/minecraft/entity/EntityDimensions;
-
SMALL_DIMENSIONS
- Mappings:
Namespace Name Mixin selector official bW
Lbkz;bW:Laxl;
intermediary field_26746
Lnet/minecraft/class_1531;field_26746:Lnet/minecraft/class_4048;
named SMALL_DIMENSIONS
Lnet/minecraft/entity/decoration/ArmorStandEntity;SMALL_DIMENSIONS:Lnet/minecraft/entity/EntityDimensions;
-
field_30447
private static final double field_30447- See Also:
- Mappings:
Namespace Name Mixin selector official bX
Lbkz;bX:D
intermediary field_30447
Lnet/minecraft/class_1531;field_30447:D
named field_30447
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30447:D
-
field_30448
private static final double field_30448- See Also:
- Mappings:
Namespace Name Mixin selector official bY
Lbkz;bY:D
intermediary field_30448
Lnet/minecraft/class_1531;field_30448:D
named field_30448
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30448:D
-
field_30449
private static final double field_30449- See Also:
- Mappings:
Namespace Name Mixin selector official bZ
Lbkz;bZ:D
intermediary field_30449
Lnet/minecraft/class_1531;field_30449:D
named field_30449
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30449:D
-
field_30450
private static final double field_30450- See Also:
- Mappings:
Namespace Name Mixin selector official ca
Lbkz;ca:D
intermediary field_30450
Lnet/minecraft/class_1531;field_30450:D
named field_30450
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30450:D
-
field_30446
public static final int field_30446- See Also:
- Mappings:
Namespace Name Mixin selector official c
Lbkz;c:I
intermediary field_30446
Lnet/minecraft/class_1531;field_30446:I
named field_30446
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30446:I
-
field_30451
public static final int field_30451- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lbkz;d:I
intermediary field_30451
Lnet/minecraft/class_1531;field_30451:I
named field_30451
Lnet/minecraft/entity/decoration/ArmorStandEntity;field_30451:I
-
SMALL_FLAG
public static final int SMALL_FLAG- See Also:
- Mappings:
Namespace Name Mixin selector official e
Lbkz;e:I
intermediary field_30452
Lnet/minecraft/class_1531;field_30452:I
named SMALL_FLAG
Lnet/minecraft/entity/decoration/ArmorStandEntity;SMALL_FLAG:I
-
SHOW_ARMS_FLAG
public static final int SHOW_ARMS_FLAG- See Also:
- Mappings:
Namespace Name Mixin selector official f
Lbkz;f:I
intermediary field_30453
Lnet/minecraft/class_1531;field_30453:I
named SHOW_ARMS_FLAG
Lnet/minecraft/entity/decoration/ArmorStandEntity;SHOW_ARMS_FLAG:I
-
HIDE_BASE_PLATE_FLAG
public static final int HIDE_BASE_PLATE_FLAG- See Also:
- Mappings:
Namespace Name Mixin selector official bE
Lbkz;bE:I
intermediary field_30442
Lnet/minecraft/class_1531;field_30442:I
named HIDE_BASE_PLATE_FLAG
Lnet/minecraft/entity/decoration/ArmorStandEntity;HIDE_BASE_PLATE_FLAG:I
-
MARKER_FLAG
public static final int MARKER_FLAG- See Also:
- Mappings:
Namespace Name Mixin selector official bF
Lbkz;bF:I
intermediary field_30444
Lnet/minecraft/class_1531;field_30444:I
named MARKER_FLAG
Lnet/minecraft/entity/decoration/ArmorStandEntity;MARKER_FLAG:I
-
ARMOR_STAND_FLAGS
- Mappings:
Namespace Name Mixin selector official bG
Lbkz;bG:Lyb;
intermediary field_7107
Lnet/minecraft/class_1531;field_7107:Lnet/minecraft/class_2940;
named ARMOR_STAND_FLAGS
Lnet/minecraft/entity/decoration/ArmorStandEntity;ARMOR_STAND_FLAGS:Lnet/minecraft/entity/data/TrackedData;
-
TRACKER_HEAD_ROTATION
- Mappings:
Namespace Name Mixin selector official bH
Lbkz;bH:Lyb;
intermediary field_7123
Lnet/minecraft/class_1531;field_7123:Lnet/minecraft/class_2940;
named TRACKER_HEAD_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;TRACKER_HEAD_ROTATION:Lnet/minecraft/entity/data/TrackedData;
-
TRACKER_BODY_ROTATION
- Mappings:
Namespace Name Mixin selector official bI
Lbkz;bI:Lyb;
intermediary field_7122
Lnet/minecraft/class_1531;field_7122:Lnet/minecraft/class_2940;
named TRACKER_BODY_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;TRACKER_BODY_ROTATION:Lnet/minecraft/entity/data/TrackedData;
-
TRACKER_LEFT_ARM_ROTATION
- Mappings:
Namespace Name Mixin selector official bJ
Lbkz;bJ:Lyb;
intermediary field_7116
Lnet/minecraft/class_1531;field_7116:Lnet/minecraft/class_2940;
named TRACKER_LEFT_ARM_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;TRACKER_LEFT_ARM_ROTATION:Lnet/minecraft/entity/data/TrackedData;
-
TRACKER_RIGHT_ARM_ROTATION
- Mappings:
Namespace Name Mixin selector official bK
Lbkz;bK:Lyb;
intermediary field_7105
Lnet/minecraft/class_1531;field_7105:Lnet/minecraft/class_2940;
named TRACKER_RIGHT_ARM_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;TRACKER_RIGHT_ARM_ROTATION:Lnet/minecraft/entity/data/TrackedData;
-
TRACKER_LEFT_LEG_ROTATION
- Mappings:
Namespace Name Mixin selector official bL
Lbkz;bL:Lyb;
intermediary field_7127
Lnet/minecraft/class_1531;field_7127:Lnet/minecraft/class_2940;
named TRACKER_LEFT_LEG_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;TRACKER_LEFT_LEG_ROTATION:Lnet/minecraft/entity/data/TrackedData;
-
TRACKER_RIGHT_LEG_ROTATION
- Mappings:
Namespace Name Mixin selector official bM
Lbkz;bM:Lyb;
intermediary field_7125
Lnet/minecraft/class_1531;field_7125:Lnet/minecraft/class_2940;
named TRACKER_RIGHT_LEG_ROTATION
Lnet/minecraft/entity/decoration/ArmorStandEntity;TRACKER_RIGHT_LEG_ROTATION:Lnet/minecraft/entity/data/TrackedData;
-
RIDEABLE_MINECART_PREDICATE
- Mappings:
Namespace Name Mixin selector official cb
Lbkz;cb:Ljava/util/function/Predicate;
intermediary field_7102
Lnet/minecraft/class_1531;field_7102:Ljava/util/function/Predicate;
named RIDEABLE_MINECART_PREDICATE
Lnet/minecraft/entity/decoration/ArmorStandEntity;RIDEABLE_MINECART_PREDICATE:Ljava/util/function/Predicate;
-
heldItems
- Mappings:
Namespace Name Mixin selector official cc
Lbkz;cc:Lgx;
intermediary field_7114
Lnet/minecraft/class_1531;field_7114:Lnet/minecraft/class_2371;
named heldItems
Lnet/minecraft/entity/decoration/ArmorStandEntity;heldItems:Lnet/minecraft/util/collection/DefaultedList;
-
armorItems
- Mappings:
Namespace Name Mixin selector official cd
Lbkz;cd:Lgx;
intermediary field_7108
Lnet/minecraft/class_1531;field_7108:Lnet/minecraft/class_2371;
named armorItems
Lnet/minecraft/entity/decoration/ArmorStandEntity;armorItems:Lnet/minecraft/util/collection/DefaultedList;
-
invisible
private boolean invisible- Mappings:
Namespace Name Mixin selector official ce
Lbkz;ce:Z
intermediary field_7111
Lnet/minecraft/class_1531;field_7111:Z
named invisible
Lnet/minecraft/entity/decoration/ArmorStandEntity;invisible:Z
-
lastHitTime
public long lastHitTime- Mappings:
Namespace Name Mixin selector official bN
Lbkz;bN:J
intermediary field_7112
Lnet/minecraft/class_1531;field_7112:J
named lastHitTime
Lnet/minecraft/entity/decoration/ArmorStandEntity;lastHitTime:J
-
disabledSlots
private int disabledSlots- Mappings:
Namespace Name Mixin selector official cf
Lbkz;cf:I
intermediary field_7118
Lnet/minecraft/class_1531;field_7118:I
named disabledSlots
Lnet/minecraft/entity/decoration/ArmorStandEntity;disabledSlots:I
-
headRotation
- Mappings:
Namespace Name Mixin selector official cg
Lbkz;cg:Lhe;
intermediary field_7104
Lnet/minecraft/class_1531;field_7104:Lnet/minecraft/class_2379;
named headRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;headRotation:Lnet/minecraft/util/math/EulerAngle;
-
bodyRotation
- Mappings:
Namespace Name Mixin selector official ch
Lbkz;ch:Lhe;
intermediary field_7106
Lnet/minecraft/class_1531;field_7106:Lnet/minecraft/class_2379;
named bodyRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;bodyRotation:Lnet/minecraft/util/math/EulerAngle;
-
leftArmRotation
- Mappings:
Namespace Name Mixin selector official ci
Lbkz;ci:Lhe;
intermediary field_7126
Lnet/minecraft/class_1531;field_7126:Lnet/minecraft/class_2379;
named leftArmRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;leftArmRotation:Lnet/minecraft/util/math/EulerAngle;
-
rightArmRotation
- Mappings:
Namespace Name Mixin selector official cj
Lbkz;cj:Lhe;
intermediary field_7120
Lnet/minecraft/class_1531;field_7120:Lnet/minecraft/class_2379;
named rightArmRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;rightArmRotation:Lnet/minecraft/util/math/EulerAngle;
-
leftLegRotation
- Mappings:
Namespace Name Mixin selector official ck
Lbkz;ck:Lhe;
intermediary field_7110
Lnet/minecraft/class_1531;field_7110:Lnet/minecraft/class_2379;
named leftLegRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;leftLegRotation:Lnet/minecraft/util/math/EulerAngle;
-
rightLegRotation
- Mappings:
Namespace Name Mixin selector official cl
Lbkz;cl:Lhe;
intermediary field_7103
Lnet/minecraft/class_1531;field_7103:Lnet/minecraft/class_2379;
named rightLegRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;rightLegRotation:Lnet/minecraft/util/math/EulerAngle;
-
-
Constructor Details
-
ArmorStandEntity
- Mappings:
Namespace Name Mixin selector official <init>
Laxk;<init>(Laxo;Lcav;)V
intermediary <init>
Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
named <init>
Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
-
ArmorStandEntity
- Mappings:
Namespace Name Mixin selector official <init>
Lbkz;<init>(Lcav;DDD)V
intermediary <init>
Lnet/minecraft/class_1531;<init>(Lnet/minecraft/class_1937;DDD)V
named <init>
Lnet/minecraft/entity/decoration/ArmorStandEntity;<init>(Lnet/minecraft/world/World;DDD)V
-
-
Method Details
-
calculateDimensions
public void calculateDimensions()- Overrides:
calculateDimensions
in classEntity
- Mappings:
Namespace Name Mixin selector official z_
Laxk;z_()V
intermediary method_18382
Lnet/minecraft/class_1297;method_18382()V
named calculateDimensions
Lnet/minecraft/entity/Entity;calculateDimensions()V
-
canClip
private boolean canClip()- Mappings:
Namespace Name Mixin selector official C
Lbkz;C()Z
intermediary method_18059
Lnet/minecraft/class_1531;method_18059()Z
named canClip
Lnet/minecraft/entity/decoration/ArmorStandEntity;canClip()Z
-
canMoveVoluntarily
public boolean canMoveVoluntarily()- Overrides:
canMoveVoluntarily
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official eI
Laxy;eI()Z
intermediary method_6034
Lnet/minecraft/class_1309;method_6034()Z
named canMoveVoluntarily
Lnet/minecraft/entity/LivingEntity;canMoveVoluntarily()Z
-
initDataTracker
protected void initDataTracker()- Overrides:
initDataTracker
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official a_
Laxk;a_()V
intermediary method_5693
Lnet/minecraft/class_1297;method_5693()V
named initDataTracker
Lnet/minecraft/entity/Entity;initDataTracker()V
-
getItemsHand
- Overrides:
getItemsHand
in classEntity
- Mappings:
Namespace Name Mixin selector official bB
Laxk;bB()Ljava/lang/Iterable;
intermediary method_5877
Lnet/minecraft/class_1297;method_5877()Ljava/lang/Iterable;
named getItemsHand
Lnet/minecraft/entity/Entity;getItemsHand()Ljava/lang/Iterable;
-
getArmorItems
- Specified by:
getArmorItems
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official bC
Laxk;bC()Ljava/lang/Iterable;
intermediary method_5661
Lnet/minecraft/class_1297;method_5661()Ljava/lang/Iterable;
named getArmorItems
Lnet/minecraft/entity/Entity;getArmorItems()Ljava/lang/Iterable;
-
getEquippedStack
- Specified by:
getEquippedStack
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official b
Laxy;b(Laxp;)Lbuw;
intermediary method_6118
Lnet/minecraft/class_1309;method_6118(Lnet/minecraft/class_1304;)Lnet/minecraft/class_1799;
named getEquippedStack
Lnet/minecraft/entity/LivingEntity;getEquippedStack(Lnet/minecraft/entity/EquipmentSlot;)Lnet/minecraft/item/ItemStack;
-
equipStack
- Specified by:
equipStack
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(Laxp;Lbuw;)V
intermediary method_5673
Lnet/minecraft/class_1297;method_5673(Lnet/minecraft/class_1304;Lnet/minecraft/class_1799;)V
named equipStack
Lnet/minecraft/entity/Entity;equipStack(Lnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;)V
-
canEquip
- Overrides:
canEquip
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official g
Laxy;g(Lbuw;)Z
intermediary method_18397
Lnet/minecraft/class_1309;method_18397(Lnet/minecraft/class_1799;)Z
named canEquip
Lnet/minecraft/entity/LivingEntity;canEquip(Lnet/minecraft/item/ItemStack;)Z
-
writeCustomDataToNbt
- Overrides:
writeCustomDataToNbt
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official b
Laxk;b(Lok;)V
intermediary method_5652
Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
named writeCustomDataToNbt
Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
readCustomDataFromNbt
- Overrides:
readCustomDataFromNbt
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(Lok;)V
intermediary method_5749
Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
named readCustomDataFromNbt
Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
readPoseNbt
- Mappings:
Namespace Name Mixin selector official c
Lbkz;c(Lok;)V
intermediary method_6928
Lnet/minecraft/class_1531;method_6928(Lnet/minecraft/class_2487;)V
named readPoseNbt
Lnet/minecraft/entity/decoration/ArmorStandEntity;readPoseNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
poseToNbt
- Mappings:
Namespace Name Mixin selector official D
Lbkz;D()Lok;
intermediary method_6911
Lnet/minecraft/class_1531;method_6911()Lnet/minecraft/class_2487;
named poseToNbt
Lnet/minecraft/entity/decoration/ArmorStandEntity;poseToNbt()Lnet/minecraft/nbt/NbtCompound;
-
isPushable
public boolean isPushable()- Overrides:
isPushable
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official bi
Laxk;bi()Z
intermediary method_5810
Lnet/minecraft/class_1297;method_5810()Z
named isPushable
Lnet/minecraft/entity/Entity;isPushable()Z
-
pushAway
- Overrides:
pushAway
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official A
Laxy;A(Laxk;)V
intermediary method_6087
Lnet/minecraft/class_1309;method_6087(Lnet/minecraft/class_1297;)V
named pushAway
Lnet/minecraft/entity/LivingEntity;pushAway(Lnet/minecraft/entity/Entity;)V
-
tickCramming
protected void tickCramming()- Overrides:
tickCramming
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official eG
Laxy;eG()V
intermediary method_6070
Lnet/minecraft/class_1309;method_6070()V
named tickCramming
Lnet/minecraft/entity/LivingEntity;tickCramming()V
-
interactAt
- Overrides:
interactAt
in classEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(Lboj;Ldpo;Lawg;)Lawh;
intermediary method_5664
Lnet/minecraft/class_1297;method_5664(Lnet/minecraft/class_1657;Lnet/minecraft/class_243;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
named interactAt
Lnet/minecraft/entity/Entity;interactAt(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
-
slotFromPosition
- Mappings:
Namespace Name Mixin selector official j
Lbkz;j(Ldpo;)Laxp;
intermediary method_6916
Lnet/minecraft/class_1531;method_6916(Lnet/minecraft/class_243;)Lnet/minecraft/class_1304;
named slotFromPosition
Lnet/minecraft/entity/decoration/ArmorStandEntity;slotFromPosition(Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/entity/EquipmentSlot;
-
isSlotDisabled
- Mappings:
Namespace Name Mixin selector official d
Lbkz;d(Laxp;)Z
intermediary method_6915
Lnet/minecraft/class_1531;method_6915(Lnet/minecraft/class_1304;)Z
named isSlotDisabled
Lnet/minecraft/entity/decoration/ArmorStandEntity;isSlotDisabled(Lnet/minecraft/entity/EquipmentSlot;)Z
-
equip
- Mappings:
Namespace Name Mixin selector official a
Lbkz;a(Lboj;Laxp;Lbuw;Lawg;)Z
intermediary method_6904
Lnet/minecraft/class_1531;method_6904(Lnet/minecraft/class_1657;Lnet/minecraft/class_1304;Lnet/minecraft/class_1799;Lnet/minecraft/class_1268;)Z
named equip
Lnet/minecraft/entity/decoration/ArmorStandEntity;equip(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/entity/EquipmentSlot;Lnet/minecraft/item/ItemStack;Lnet/minecraft/util/Hand;)Z
-
damage
- Overrides:
damage
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(Lawu;F)Z
intermediary method_5643
Lnet/minecraft/class_1297;method_5643(Lnet/minecraft/class_1282;F)Z
named damage
Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/damage/DamageSource;F)Z
-
handleStatus
public void handleStatus(byte status) - Overrides:
handleStatus
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(B)V
intermediary method_5711
Lnet/minecraft/class_1297;method_5711(B)V
named handleStatus
Lnet/minecraft/entity/Entity;handleStatus(B)V
-
shouldRender
public boolean shouldRender(double distance) - Overrides:
shouldRender
in classEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(D)Z
intermediary method_5640
Lnet/minecraft/class_1297;method_5640(D)Z
named shouldRender
Lnet/minecraft/entity/Entity;shouldRender(D)Z
-
spawnBreakParticles
private void spawnBreakParticles()- Mappings:
Namespace Name Mixin selector official E
Lbkz;E()V
intermediary method_6898
Lnet/minecraft/class_1531;method_6898()V
named spawnBreakParticles
Lnet/minecraft/entity/decoration/ArmorStandEntity;spawnBreakParticles()V
-
updateHealth
- Mappings:
Namespace Name Mixin selector official g
Lbkz;g(Lawu;F)V
intermediary method_6905
Lnet/minecraft/class_1531;method_6905(Lnet/minecraft/class_1282;F)V
named updateHealth
Lnet/minecraft/entity/decoration/ArmorStandEntity;updateHealth(Lnet/minecraft/entity/damage/DamageSource;F)V
-
breakAndDropItem
- Mappings:
Namespace Name Mixin selector official g
Lbkz;g(Lawu;)V
intermediary method_6924
Lnet/minecraft/class_1531;method_6924(Lnet/minecraft/class_1282;)V
named breakAndDropItem
Lnet/minecraft/entity/decoration/ArmorStandEntity;breakAndDropItem(Lnet/minecraft/entity/damage/DamageSource;)V
-
onBreak
- Mappings:
Namespace Name Mixin selector official h
Lbkz;h(Lawu;)V
intermediary method_6908
Lnet/minecraft/class_1531;method_6908(Lnet/minecraft/class_1282;)V
named onBreak
Lnet/minecraft/entity/decoration/ArmorStandEntity;onBreak(Lnet/minecraft/entity/damage/DamageSource;)V
-
playBreakSound
private void playBreakSound()- Mappings:
Namespace Name Mixin selector official G
Lbkz;G()V
intermediary method_6920
Lnet/minecraft/class_1531;method_6920()V
named playBreakSound
Lnet/minecraft/entity/decoration/ArmorStandEntity;playBreakSound()V
-
turnHead
protected float turnHead(float bodyRotation, float headRotation) - Overrides:
turnHead
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official e
Laxy;e(FF)F
intermediary method_6031
Lnet/minecraft/class_1309;method_6031(FF)F
named turnHead
Lnet/minecraft/entity/LivingEntity;turnHead(FF)F
-
getActiveEyeHeight
- Overrides:
getActiveEyeHeight
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official b
Laxy;b(Layk;Laxl;)F
intermediary method_18394
Lnet/minecraft/class_1309;method_18394(Lnet/minecraft/class_4050;Lnet/minecraft/class_4048;)F
named getActiveEyeHeight
Lnet/minecraft/entity/LivingEntity;getActiveEyeHeight(Lnet/minecraft/entity/EntityPose;Lnet/minecraft/entity/EntityDimensions;)F
-
getHeightOffset
public double getHeightOffset()- Overrides:
getHeightOffset
in classEntity
- Mappings:
Namespace Name Mixin selector official bp
Laxk;bp()D
intermediary method_5678
Lnet/minecraft/class_1297;method_5678()D
named getHeightOffset
Lnet/minecraft/entity/Entity;getHeightOffset()D
-
travel
Allows you to do certain speed and velocity calculations. This is useful for custom vehicle behavior, or custom entity movement. This is not to be confused with AI.See vanilla examples of custom horse vehicle and flying entities.
- Overrides:
travel
in classLivingEntity
- Parameters:
movementInput
- represents the sidewaysSpeed, upwardSpeed, and forwardSpeed of the entity in that order- Mappings:
Namespace Name Mixin selector official h
Laxy;h(Ldpo;)V
intermediary method_6091
Lnet/minecraft/class_1309;method_6091(Lnet/minecraft/class_243;)V
named travel
Lnet/minecraft/entity/LivingEntity;travel(Lnet/minecraft/util/math/Vec3d;)V
-
setBodyYaw
public void setBodyYaw(float bodyYaw) - Overrides:
setBodyYaw
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official m
Laxk;m(F)V
intermediary method_5636
Lnet/minecraft/class_1297;method_5636(F)V
named setBodyYaw
Lnet/minecraft/entity/Entity;setBodyYaw(F)V
-
setHeadYaw
public void setHeadYaw(float headYaw) - Overrides:
setHeadYaw
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official l
Laxk;l(F)V
intermediary method_5847
Lnet/minecraft/class_1297;method_5847(F)V
named setHeadYaw
Lnet/minecraft/entity/Entity;setHeadYaw(F)V
-
tick
public void tick()- Overrides:
tick
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official k
Laxk;k()V
intermediary method_5773
Lnet/minecraft/class_1297;method_5773()V
named tick
Lnet/minecraft/entity/Entity;tick()V
-
updatePotionVisibility
protected void updatePotionVisibility()- Overrides:
updatePotionVisibility
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official F
Laxy;F()V
intermediary method_6027
Lnet/minecraft/class_1309;method_6027()V
named updatePotionVisibility
Lnet/minecraft/entity/LivingEntity;updatePotionVisibility()V
-
setInvisible
public void setInvisible(boolean invisible) - Overrides:
setInvisible
in classEntity
- Mappings:
Namespace Name Mixin selector official j
Laxk;j(Z)V
intermediary method_5648
Lnet/minecraft/class_1297;method_5648(Z)V
named setInvisible
Lnet/minecraft/entity/Entity;setInvisible(Z)V
-
isBaby
public boolean isBaby()- Overrides:
isBaby
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official y_
Laxy;y_()Z
intermediary method_6109
Lnet/minecraft/class_1309;method_6109()Z
named isBaby
Lnet/minecraft/entity/LivingEntity;isBaby()Z
-
kill
public void kill()- Overrides:
kill
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official ag
Laxk;ag()V
intermediary method_5768
Lnet/minecraft/class_1297;method_5768()V
named kill
Lnet/minecraft/entity/Entity;kill()V
-
isImmuneToExplosion
public boolean isImmuneToExplosion()- Overrides:
isImmuneToExplosion
in classEntity
- Mappings:
Namespace Name Mixin selector official cC
Laxk;cC()Z
intermediary method_5659
Lnet/minecraft/class_1297;method_5659()Z
named isImmuneToExplosion
Lnet/minecraft/entity/Entity;isImmuneToExplosion()Z
-
getPistonBehavior
- Overrides:
getPistonBehavior
in classEntity
- Mappings:
Namespace Name Mixin selector official c_
Laxk;c_()Ldjd;
intermediary method_5657
Lnet/minecraft/class_1297;method_5657()Lnet/minecraft/class_3619;
named getPistonBehavior
Lnet/minecraft/entity/Entity;getPistonBehavior()Lnet/minecraft/block/piston/PistonBehavior;
-
setSmall
private void setSmall(boolean small) - Mappings:
Namespace Name Mixin selector official a
Lbkz;a(Z)V
intermediary method_6922
Lnet/minecraft/class_1531;method_6922(Z)V
named setSmall
Lnet/minecraft/entity/decoration/ArmorStandEntity;setSmall(Z)V
-
isSmall
public boolean isSmall()- Mappings:
Namespace Name Mixin selector official n
Lbkz;n()Z
intermediary method_6914
Lnet/minecraft/class_1531;method_6914()Z
named isSmall
Lnet/minecraft/entity/decoration/ArmorStandEntity;isSmall()Z
-
setShowArms
private void setShowArms(boolean showArms) - Mappings:
Namespace Name Mixin selector official r
Lbkz;r(Z)V
intermediary method_6913
Lnet/minecraft/class_1531;method_6913(Z)V
named setShowArms
Lnet/minecraft/entity/decoration/ArmorStandEntity;setShowArms(Z)V
-
shouldShowArms
public boolean shouldShowArms()- Mappings:
Namespace Name Mixin selector official q
Lbkz;q()Z
intermediary method_6929
Lnet/minecraft/class_1531;method_6929()Z
named shouldShowArms
Lnet/minecraft/entity/decoration/ArmorStandEntity;shouldShowArms()Z
-
setHideBasePlate
private void setHideBasePlate(boolean hideBasePlate) - Mappings:
Namespace Name Mixin selector official s
Lbkz;s(Z)V
intermediary method_6907
Lnet/minecraft/class_1531;method_6907(Z)V
named setHideBasePlate
Lnet/minecraft/entity/decoration/ArmorStandEntity;setHideBasePlate(Z)V
-
shouldHideBasePlate
public boolean shouldHideBasePlate()- Mappings:
Namespace Name Mixin selector official r
Lbkz;r()Z
intermediary method_6901
Lnet/minecraft/class_1531;method_6901()Z
named shouldHideBasePlate
Lnet/minecraft/entity/decoration/ArmorStandEntity;shouldHideBasePlate()Z
-
setMarker
private void setMarker(boolean marker) - Mappings:
Namespace Name Mixin selector official t
Lbkz;t(Z)V
intermediary method_6902
Lnet/minecraft/class_1531;method_6902(Z)V
named setMarker
Lnet/minecraft/entity/decoration/ArmorStandEntity;setMarker(Z)V
-
isMarker
public boolean isMarker()- Mappings:
Namespace Name Mixin selector official t
Lbkz;t()Z
intermediary method_6912
Lnet/minecraft/class_1531;method_6912()Z
named isMarker
Lnet/minecraft/entity/decoration/ArmorStandEntity;isMarker()Z
-
setBitField
private byte setBitField(byte value, int bitField, boolean set) - Mappings:
Namespace Name Mixin selector official a
Lbkz;a(BIZ)B
intermediary method_6906
Lnet/minecraft/class_1531;method_6906(BIZ)B
named setBitField
Lnet/minecraft/entity/decoration/ArmorStandEntity;setBitField(BIZ)B
-
setHeadRotation
- Mappings:
Namespace Name Mixin selector official a
Lbkz;a(Lhe;)V
intermediary method_6919
Lnet/minecraft/class_1531;method_6919(Lnet/minecraft/class_2379;)V
named setHeadRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;setHeadRotation(Lnet/minecraft/util/math/EulerAngle;)V
-
setBodyRotation
- Mappings:
Namespace Name Mixin selector official b
Lbkz;b(Lhe;)V
intermediary method_6927
Lnet/minecraft/class_1531;method_6927(Lnet/minecraft/class_2379;)V
named setBodyRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;setBodyRotation(Lnet/minecraft/util/math/EulerAngle;)V
-
setLeftArmRotation
- Mappings:
Namespace Name Mixin selector official c
Lbkz;c(Lhe;)V
intermediary method_6910
Lnet/minecraft/class_1531;method_6910(Lnet/minecraft/class_2379;)V
named setLeftArmRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;setLeftArmRotation(Lnet/minecraft/util/math/EulerAngle;)V
-
setRightArmRotation
- Mappings:
Namespace Name Mixin selector official d
Lbkz;d(Lhe;)V
intermediary method_6925
Lnet/minecraft/class_1531;method_6925(Lnet/minecraft/class_2379;)V
named setRightArmRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;setRightArmRotation(Lnet/minecraft/util/math/EulerAngle;)V
-
setLeftLegRotation
- Mappings:
Namespace Name Mixin selector official e
Lbkz;e(Lhe;)V
intermediary method_6909
Lnet/minecraft/class_1531;method_6909(Lnet/minecraft/class_2379;)V
named setLeftLegRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;setLeftLegRotation(Lnet/minecraft/util/math/EulerAngle;)V
-
setRightLegRotation
- Mappings:
Namespace Name Mixin selector official f
Lbkz;f(Lhe;)V
intermediary method_6926
Lnet/minecraft/class_1531;method_6926(Lnet/minecraft/class_2379;)V
named setRightLegRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;setRightLegRotation(Lnet/minecraft/util/math/EulerAngle;)V
-
getHeadRotation
- Mappings:
Namespace Name Mixin selector official u
Lbkz;u()Lhe;
intermediary method_6921
Lnet/minecraft/class_1531;method_6921()Lnet/minecraft/class_2379;
named getHeadRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;getHeadRotation()Lnet/minecraft/util/math/EulerAngle;
-
getBodyRotation
- Mappings:
Namespace Name Mixin selector official w
Lbkz;w()Lhe;
intermediary method_6923
Lnet/minecraft/class_1531;method_6923()Lnet/minecraft/class_2379;
named getBodyRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;getBodyRotation()Lnet/minecraft/util/math/EulerAngle;
-
getLeftArmRotation
- Mappings:
Namespace Name Mixin selector official x
Lbkz;x()Lhe;
intermediary method_6930
Lnet/minecraft/class_1531;method_6930()Lnet/minecraft/class_2379;
named getLeftArmRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;getLeftArmRotation()Lnet/minecraft/util/math/EulerAngle;
-
getRightArmRotation
- Mappings:
Namespace Name Mixin selector official y
Lbkz;y()Lhe;
intermediary method_6903
Lnet/minecraft/class_1531;method_6903()Lnet/minecraft/class_2379;
named getRightArmRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;getRightArmRotation()Lnet/minecraft/util/math/EulerAngle;
-
getLeftLegRotation
- Mappings:
Namespace Name Mixin selector official z
Lbkz;z()Lhe;
intermediary method_6917
Lnet/minecraft/class_1531;method_6917()Lnet/minecraft/class_2379;
named getLeftLegRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;getLeftLegRotation()Lnet/minecraft/util/math/EulerAngle;
-
getRightLegRotation
- Mappings:
Namespace Name Mixin selector official A
Lbkz;A()Lhe;
intermediary method_6900
Lnet/minecraft/class_1531;method_6900()Lnet/minecraft/class_2379;
named getRightLegRotation
Lnet/minecraft/entity/decoration/ArmorStandEntity;getRightLegRotation()Lnet/minecraft/util/math/EulerAngle;
-
collides
public boolean collides()- Overrides:
collides
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official bh
Laxk;bh()Z
intermediary method_5863
Lnet/minecraft/class_1297;method_5863()Z
named collides
Lnet/minecraft/entity/Entity;collides()Z
-
handleAttack
- Overrides:
handleAttack
in classEntity
- Mappings:
Namespace Name Mixin selector official r
Laxk;r(Laxk;)Z
intermediary method_5698
Lnet/minecraft/class_1297;method_5698(Lnet/minecraft/class_1297;)Z
named handleAttack
Lnet/minecraft/entity/Entity;handleAttack(Lnet/minecraft/entity/Entity;)Z
-
getMainArm
- Specified by:
getMainArm
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official eL
Laxy;eL()Laxt;
intermediary method_6068
Lnet/minecraft/class_1309;method_6068()Lnet/minecraft/class_1306;
named getMainArm
Lnet/minecraft/entity/LivingEntity;getMainArm()Lnet/minecraft/util/Arm;
-
getFallSounds
- Overrides:
getFallSounds
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official eg
Laxy;eg()Laxy$a;
intermediary method_39760
Lnet/minecraft/class_1309;method_39760()Lnet/minecraft/class_1309$class_6823;
named getFallSounds
Lnet/minecraft/entity/LivingEntity;getFallSounds()Lnet/minecraft/entity/LivingEntity$FallSounds;
-
getHurtSound
- Overrides:
getHurtSound
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official c
Laxy;c(Lawu;)Lahj;
intermediary method_6011
Lnet/minecraft/class_1309;method_6011(Lnet/minecraft/class_1282;)Lnet/minecraft/class_3414;
named getHurtSound
Lnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/sound/SoundEvent;
-
getDeathSound
- Overrides:
getDeathSound
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official x_
Laxy;x_()Lahj;
intermediary method_6002
Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;
named getDeathSound
Lnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
-
onStruckByLightning
- Overrides:
onStruckByLightning
in classEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(Ladw;Laxx;)V
intermediary method_5800
Lnet/minecraft/class_1297;method_5800(Lnet/minecraft/class_3218;Lnet/minecraft/class_1538;)V
named onStruckByLightning
Lnet/minecraft/entity/Entity;onStruckByLightning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/LightningEntity;)V
-
isAffectedBySplashPotions
public boolean isAffectedBySplashPotions()- Overrides:
isAffectedBySplashPotions
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official eX
Laxy;eX()Z
intermediary method_6086
Lnet/minecraft/class_1309;method_6086()Z
named isAffectedBySplashPotions
Lnet/minecraft/entity/LivingEntity;isAffectedBySplashPotions()Z
-
onTrackedDataSet
- Overrides:
onTrackedDataSet
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(Lyb;)V
intermediary method_5674
Lnet/minecraft/class_1297;method_5674(Lnet/minecraft/class_2940;)V
named onTrackedDataSet
Lnet/minecraft/entity/Entity;onTrackedDataSet(Lnet/minecraft/entity/data/TrackedData;)V
-
isMobOrPlayer
public boolean isMobOrPlayer()- Overrides:
isMobOrPlayer
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official eY
Laxy;eY()Z
intermediary method_6102
Lnet/minecraft/class_1309;method_6102()Z
named isMobOrPlayer
Lnet/minecraft/entity/LivingEntity;isMobOrPlayer()Z
-
getDimensions
- Overrides:
getDimensions
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official a
Laxk;a(Layk;)Laxl;
intermediary method_18377
Lnet/minecraft/class_1297;method_18377(Lnet/minecraft/class_4050;)Lnet/minecraft/class_4048;
named getDimensions
Lnet/minecraft/entity/Entity;getDimensions(Lnet/minecraft/entity/EntityPose;)Lnet/minecraft/entity/EntityDimensions;
-
getDimensions
- Mappings:
Namespace Name Mixin selector official u
Lbkz;u(Z)Laxl;
intermediary method_31168
Lnet/minecraft/class_1531;method_31168(Z)Lnet/minecraft/class_4048;
named getDimensions
Lnet/minecraft/entity/decoration/ArmorStandEntity;getDimensions(Z)Lnet/minecraft/entity/EntityDimensions;
-
getClientCameraPosVec
- Overrides:
getClientCameraPosVec
in classEntity
- Mappings:
Namespace Name Mixin selector official j
Laxk;j(F)Ldpo;
intermediary method_31166
Lnet/minecraft/class_1297;method_31166(F)Lnet/minecraft/class_243;
named getClientCameraPosVec
Lnet/minecraft/entity/Entity;getClientCameraPosVec(F)Lnet/minecraft/util/math/Vec3d;
-
getPickBlockStack
- Overrides:
getPickBlockStack
in classEntity
- Mappings:
Namespace Name Mixin selector official dk
Laxk;dk()Lbuw;
intermediary method_31480
Lnet/minecraft/class_1297;method_31480()Lnet/minecraft/class_1799;
named getPickBlockStack
Lnet/minecraft/entity/Entity;getPickBlockStack()Lnet/minecraft/item/ItemStack;
-
isPartOfGame
public boolean isPartOfGame()- Overrides:
isPartOfGame
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official dU
Laxy;dU()Z
intermediary method_36608
Lnet/minecraft/class_1309;method_36608()Z
named isPartOfGame
Lnet/minecraft/entity/LivingEntity;isPartOfGame()Z
-