Package net.minecraft.entity.passive
Class PandaEntity
- All Implemented Interfaces:
CommandOutput
,Nameable
,EntityLike
- Mappings:
Namespace Name official bds
intermediary net/minecraft/class_1440
named net/minecraft/entity/passive/PandaEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
static class
(package private) static class
(package private) static class
(package private) static class
PandaEntity.PandaFleeGoal<T extends LivingEntity>
(package private) class
(package private) static class
(package private) static class
(package private) class
(package private) static class
(package private) static class
Nested classes/interfaces inherited from class net.minecraft.entity.passive.PassiveEntity
PassiveEntity.PassiveData
Nested classes/interfaces inherited from class net.minecraft.entity.Entity
Entity.MoveEffect, Entity.PositionUpdater, Entity.RemovalReason
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static TargetPredicate
private static TrackedData<Integer>
private static TrackedData<Integer>
static int
private static int
private static int
private static int
private static int
private static int
private static int
private static TrackedData<Byte>
private static Predicate<ItemEntity>
private float
private float
private float
private float
private PandaEntity.LookAtEntityGoal
private static TrackedData<Byte>
private static TrackedData<Byte>
private Vec3d
int
private float
private float
private boolean
private boolean
private static TrackedData<Integer>
Fields inherited from class net.minecraft.entity.passive.AnimalEntity
BREEDING_COOLDOWN
Fields inherited from class net.minecraft.entity.passive.PassiveEntity
BABY_AGE, breedingAge, forcedAge, happyTicksRemaining
Fields inherited from class net.minecraft.entity.mob.MobEntity
ambientSoundChance, armorDropChances, experiencePoints, field_30083, field_30084, field_30085, field_30091, goalSelector, handDropChances, jumpControl, LEASH_KEY, lookControl, moveControl, navigation, targetSelector
Fields inherited from class net.minecraft.entity.LivingEntity
activeItemStack, attackingPlayer, bodyTrackingIncrements, bodyYaw, brain, dead, deathTime, defaultMaxHealth, despawnCounter, field_30063, field_30064, field_30065, field_30066, field_30067, field_30068, field_30069, field_30070, field_30071, field_30072, field_30073, field_30074, field_30075, field_30076, field_30077, field_6215, flyingSpeed, forwardSpeed, handSwinging, handSwingProgress, handSwingTicks, headTrackingIncrements, headYaw, hurtTime, itemUseTimeLeft, jumping, knockbackVelocity, lastAttackedTicks, lastDamageTaken, lastHandSwingProgress, lastLimbDistance, limbAngle, limbDistance, LIVING_FLAGS, lookDirection, maxHurtTime, playerHitTimer, preferredHand, prevBodyYaw, prevHeadYaw, prevLookDirection, prevStepBobbingAmount, randomLargeSeed, randomSmallSeed, riptideTicks, roll, scoreAmount, serverHeadYaw, serverPitch, serverX, serverY, serverYaw, serverZ, sidewaysSpeed, SLEEPING_DIMENSIONS, stepBobbingAmount, stuckArrowTimer, stuckStingerTimer, upwardSpeed
Fields inherited from class net.minecraft.entity.Entity
age, dataTracker, distanceTraveled, fallDistance, field_28627, field_29973, field_29974, field_29979, field_29980, field_29981, field_29987, field_29988, field_29989, field_29990, field_29991, field_29992, field_29993, firstUpdate, FLAGS, fluidHeight, glowing, horizontalCollision, horizontalSpeed, ID_KEY, ignoreCameraFrustum, inanimate, inNetherPortal, inPowderSnow, lastNetherPortalPosition, lastRenderX, lastRenderY, lastRenderZ, LOGGER, movementMultiplier, netherPortalTime, noClip, onGround, PASSENGERS_KEY, pitch, POSE, prevHorizontalSpeed, prevPitch, prevX, prevY, prevYaw, prevZ, random, ridingCooldown, stepHeight, submergedFluidTag, submergedInWater, timeUntilRegen, touchingWater, uuid, UUID_KEY, uuidString, velocityDirty, velocityModified, verticalCollision, wasInPowderSnow, wasOnFire, world, yaw
Fields inherited from interface net.minecraft.server.command.CommandOutput
DUMMY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canBeLeashedBy(PlayerEntity player)
private boolean
boolean
createChild(ServerWorld world, PassiveEntity entity)
boolean
damage(DamageSource source, float amount)
protected @Nullable SoundEvent
int
protected @Nullable SoundEvent
private int
protected @Nullable SoundEvent
getHurtSound(DamageSource source)
float
getLieOnBackAnimationProgress(float tickDelta)
private PandaEntity.Gene
float
getRollOverAnimationProgress(float tickDelta)
float
getScaredAnimationProgress(float tickDelta)
int
private boolean
hasPandaFlag(int bitmask)
protected void
void
initGenes(PandaEntity mother, @Nullable PandaEntity father)
protected void
initialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable EntityData entityData, @Nullable NbtCompound entityNbt)
interactMob(PlayerEntity player, Hand hand)
boolean
boolean
isBreedingItem(ItemStack stack)
boolean
isBrown()
boolean
isEating()
boolean
isIdle()
boolean
isLazy()
boolean
boolean
boolean
boolean
isScared()
boolean
boolean
boolean
isWeak()
boolean
protected void
loot(ItemEntity item)
private void
protected void
playStepSound(BlockPos pos, BlockState state)
void
void
void
setAskForBambooTicks(int askForBambooTicks)
void
setEating(boolean eating)
private void
setEatingTicks(int eatingTicks)
void
setHiddenGene(PandaEntity.Gene gene)
void
setLyingOnBack(boolean lyingOnBack)
void
setMainGene(PandaEntity.Gene gene)
private void
setPandaFlag(int mask, boolean value)
void
setPlaying(boolean playing)
void
setScared(boolean scared)
void
setSneezeProgress(int sneezeProgress)
void
setSneezing(boolean sneezing)
private void
sneeze()
private void
stop()
void
tick()
boolean
private void
private void
private void
private void
private void
void
Methods inherited from class net.minecraft.entity.passive.AnimalEntity
breed, canBreedWith, canEat, canImmediatelyDespawn, eat, getHeightOffset, getLoveTicks, getLovingPlayer, getMinAmbientSoundDelay, getPathfindingFavor, getXpToDrop, handleStatus, isInLove, isValidNaturalSpawn, lovePlayer, mobTick, resetLoveTicks, setLoveTicks, tickMovement
Methods inherited from class net.minecraft.entity.passive.PassiveEntity
getBreedingAge, growUp, growUp, isBaby, isReadyToBreed, onGrowUp, onTrackedDataSet, setBaby, setBreedingAge
Methods inherited from class net.minecraft.entity.mob.PathAwareEntity
canSpawn, getPathfindingFavor, getRunFromLeashSpeed, isNavigating, updateForLeashLength, updateLeash
Methods inherited from class net.minecraft.entity.mob.MobEntity
attachLeash, baseTick, canBeControlledByRider, canGather, canMobSpawn, canMoveVoluntarily, cannotDespawn, canPickupItem, canPickUpLoot, canSpawn, canTarget, canTarget, canUseRangedWeapon, checkDespawn, clearGoalsAndTasks, convertTo, createBodyControl, createMobAttributes, createNavigation, detachLeash, dropEquipment, dropLoot, enchantEquipment, enchantMainHandItem, equipLootStack, equipStack, getArmorItems, getBodyYawSpeed, getDropChance, getEquipmentForSlot, getEquippedStack, getHoldingEntity, getItemsHand, getJumpControl, getLimitPerChunk, getLookControl, getLookPitchSpeed, getLookYawSpeed, getLootContextBuilder, getLootTable, getLootTableId, getMainArm, getMoveControl, getNavigation, getPathfindingPenalty, getPickBlockStack, getPositionTarget, getPositionTargetRange, getSafeFallDistance, getTarget, getVisibilityCache, hasPositionTarget, initEquipment, interact, isAffectedByDaylight, isAiDisabled, isDisallowedInPeaceful, isInWalkTargetRange, isInWalkTargetRange, isLeashed, isLeftHanded, isLogicalSideForUpdatingMovement, isPersistent, lookAtEntity, method_29244, method_35055, movesIndependently, onEatingGrass, onPlayerSpawnedChild, playAmbientSound, playHurtSound, playSpawnEffects, prefersNewDamageableItem, prefersNewEquipment, removeFromDimension, sendAiDebugData, setAiDisabled, setAttacking, setCanPickUpLoot, setEquipmentDropChance, setForwardSpeed, setHoldingEntityId, setLeftHanded, setMovementSpeed, setPathfindingPenalty, setPersistent, setPositionTarget, setSidewaysSpeed, setTarget, setUpwardSpeed, spawnsTooManyForEachTry, squaredAttackRange, startRiding, swimUpward, tickNewAi, tryEquip, turnHead, updateDropChances, updateEnchantments, updateGoalControls
Methods inherited from class net.minecraft.entity.LivingEntity
addPowderSnowSlowIfNeeded, addSoulSpeedBoostIfNeeded, addStatusEffect, animateDamage, applyArmorToDamage, applyDamage, applyEnchantmentsToDamage, applyMovementEffects, applyStatusEffect, attackLivingEntity, blockedByShield, canBeRiddenInWater, canBreatheInWater, canFreeze, canHaveStatusEffect, canSee, canTakeDamage, canWalkOnFluid, clearActiveItem, clearPotionSwirls, clearSleepingPosition, clearStatusEffects, collides, computeFallDamage, consumeItem, containsOnlyAmbientEffects, createBrainProfile, createLivingAttributes, createSpawnPacket, damageArmor, damageShield, deserializeBrain, displaySoulSpeedEffects, drop, dropInventory, dropXp, eatFood, endCombat, enterCombat, fall, getAbsorptionAmount, getActiveEyeHeight, getActiveHand, getActiveItem, getActiveStatusEffects, getArmor, getArmorVisibility, getArrowType, getAttackDistanceScalingFactor, getAttacker, getAttacking, getAttributeBaseValue, getAttributeInstance, getAttributes, getAttributeValue, getBaseMovementSpeedMultiplier, getBlockState, getBoundingBox, getBrain, getClimbingPos, getCommandItemSlot, getDamageTracker, getDespawnCounter, getDimensions, getDrinkSound, getEatSound, getEyeHeight, getFallSound, getGroup, getHandSwingProgress, getHeadYaw, getHealth, getItemUseTime, getItemUseTimeLeft, getJumpVelocity, getLastAttackedTime, getLastAttackTime, getLeaningPitch, getMainHandStack, getMaxHealth, getMovementSpeed, getNextAirOnLand, getNextAirUnderwater, getOffHandStack, getPoses, getPreferredEquipmentSlot, getPrimeAdversary, getRandom, getRecentDamageSource, getRoll, getScaleFactor, getSleepingDirection, getSleepingPosition, getSoundPitch, getSoundVolume, getStackInHand, getStatusEffect, getStatusEffects, getStingerCount, getStuckArrowCount, getVelocityMultiplier, getVisibilityBoundingBox, getYaw, handleFallDamage, hasNoDrag, hasStackEquipped, hasStatusEffect, heal, hurtByWater, isAffectedBySplashPotions, isAlive, isBlocking, isClimbing, isDead, isFallFlying, isHolding, isHolding, isHoldingOntoLadder, isImmobile, isInsideWall, isInSwimmingPose, isMobOrPlayer, isOnSoulSpeedBlock, isPushable, isSleeping, isTarget, isUndead, isUsingItem, isUsingRiptide, jump, kill, knockback, knockDownwards, lookAt, markEffectsDirty, method_26317, method_26318, onAttacking, onDeath, onEquipStack, onKilledBy, onStatusEffectApplied, onStatusEffectRemoved, onStatusEffectUpgraded, playBlockFallSound, positionInPortal, positionInPortal, pushAway, pushAwayFrom, readFromPacket, removePowderSnowSlow, removeSoulSpeedBoost, removeStatusEffect, removeStatusEffectInternal, scheduleVelocityUpdate, sendEquipmentBreakStatus, sendPickup, sendToolBreakStatus, setAbsorptionAmount, setAttacker, setAttacking, setCurrentHand, setDespawnCounter, setHeadYaw, setHealth, setJumping, setLivingFlag, setNearbySongPlaying, setNoDrag, setOnGround, setRiptideTicks, setSleepingPosition, setSprinting, setStackInHand, setStingerCount, setStuckArrowCount, setYaw, shouldAlwaysDropXp, shouldDisplaySoulSpeedEffects, shouldDropLoot, shouldDropXp, shouldRemoveSoulSpeedBoost, shouldRenderName, shouldSwimInFluids, sleep, spawnConsumptionEffects, stopRiding, stopUsingItem, swingHand, swingHand, takeKnockback, takeShieldHit, teleport, tickCramming, tickHandSwing, tickInVoid, tickRiding, tickRiptide, tickStatusEffects, travel, triggerItemPickedUpByEntityCriteria, updateLimbs, updatePostDeath, updatePotionVisibility, updateTrackedHeadRotation, updateTrackedPositionAndAngles, wakeUp
Methods inherited from class net.minecraft.entity.Entity
addAirTravelEffects, addFlapEffects, addPassenger, addScoreboardTag, addVelocity, adjustMovementForCollisions, adjustMovementForCollisions, adjustMovementForPiston, adjustMovementForSneaking, adjustSingleAxisMovementForCollisions, applyMirror, applyRotation, attemptTickInVoid, bypassesLandingEffects, bypassesSteppingEffects, calculateBoundingBox, calculateBoundsForPose, calculateDimensions, calculateNextStepSoundDistance, canAddPassenger, canAvoidTraps, canBeSpectated, canExplosionDestroyBlock, canStartRiding, canUsePortals, changeLookDirection, checkBlockCollision, collidesWith, collidesWithStateAtPos, copyFrom, copyPositionAndRotation, dealDamage, detach, discard, dismountVehicle, distanceTo, doesNotCollide, doesRenderOnFire, dropItem, dropItem, dropStack, dropStack, emitGameEvent, emitGameEvent, emitGameEvent, emitGameEvent, entityDataRequiresOperator, equals, extinguish, getAir, getBlockPos, getBlockX, getBlockY, getBlockZ, getBodyY, getBoundingBox, getBrightnessAtEyes, getBurningDuration, getCameraBlockPos, getCameraPosVec, getChunkPos, getClientCameraPosVec, getCommandSource, getCustomName, getDataTracker, getDefaultName, getDefaultNetherPortalCooldown, getDisplayName, getEffectiveExplosionResistance, getEntityName, getEntityWorld, getEyeHeight, getEyePos, getEyeY, getFireTicks, getFirstPassenger, getFlag, getFluidHeight, getFreezingScale, getFrozenTicks, getGameEventHandler, getHeight, getHighSpeedSplashSound, getHorizontalFacing, getHoverEvent, getId, getItemsEquipped, getJumpVelocityMultiplier, getLandingBlockState, getLandingPos, getLeashOffset, getLerpedPos, getMaxAir, getMaxNetherPortalTime, getMinFreezeDamageTicks, getMountedHeightOffset, getMoveEffect, getMovementDirection, getName, getOppositeRotationVector, getOppositeRotationVector, getParticleX, getParticleZ, getPassengerDismountOffset, getPassengerList, getPassengersDeep, getPermissionLevel, getPistonBehavior, getPitch, getPortalRect, getPos, getPose, getPrimaryPassenger, getRandomBodyY, getRemovalReason, getRenderDistanceMultiplier, getRootVehicle, getRotationClient, getRotationVec, getRotationVecClient, getRotationVector, getRotationVector, getSavedEntityId, getScoreboardTags, getScoreboardTeam, getServer, getSoundCategory, getSplashSound, getStandingEyeHeight, getSwimHeight, getSwimSound, getTargetingMargin, getTeamColorValue, getTeleportTarget, getTrackedPosition, getType, getUuid, getUuidAsString, getVehicle, getVelocity, getVelocityAffectingPos, getWidth, getX, getY, getZ, handleAttack, hasCustomName, hashCode, hasNetherPortalCooldown, hasNoGravity, hasPassenger, hasPassengerDeep, hasPassengers, hasPassengerType, hasPermissionLevel, hasPlayerRider, hasVehicle, hasWings, interactAt, isAttackable, isCollidable, isConnectedThroughVehicle, isCustomNameVisible, isDescending, isFireImmune, isFreezing, isGlowing, isImmuneToExplosion, isInLava, isInRange, isInsideWaterOrBubbleColumn, isInSneakingPose, isInvisible, isInvisibleTo, isInvulnerable, isInvulnerableTo, isLiving, isOnFire, isOnGround, isPartOf, isPlayer, isPushedByFluids, isRegionUnloaded, isRemoved, isSilent, isSneaking, isSneaky, isSpectator, isSprinting, isSubmergedIn, isSubmergedInWater, isSwimming, isTeammate, isTeamPlayer, isTouchingWater, isTouchingWaterOrRain, isWet, method_30951, method_36209, move, moveToWorld, occludeVibrationSignals, offsetX, offsetZ, onBlockCollision, onBubbleColumnCollision, onBubbleColumnSurfaceCollision, onKilledOther, onPassengerLookAround, onPlayerCollision, onSpawnPacket, onStartedTrackingBy, onStoppedTrackingBy, onStruckByLightning, onSwimmingStart, playSound, playSwimSound, populateCrashReport, pushOutOfBlocks, raycast, readNbt, refreshPosition, refreshPositionAfterTeleport, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, remove, removeAllPassengers, removePassenger, removeScoreboardTag, requestTeleport, requestTeleportAndDismount, resetNetherPortalCooldown, resetPosition, saveNbt, saveSelfNbt, sendSystemMessage, setAir, setBoundingBox, setCustomName, setCustomNameVisible, setEntityId, setFireTicks, setFlag, setFrozenTicks, setGlowing, setInNetherPortal, setInPowderSnow, setInvisible, setInvulnerable, setListener, setNoGravity, setOnFire, setOnFireFor, setOnFireFromLava, setPos, setPose, setPosition, setPosition, setRemoved, setRenderDistanceMultiplier, setRotation, setSilent, setSneaking, setSwimming, setUuid, setVelocity, setVelocity, setVelocityClient, shouldBroadcastConsoleToOps, shouldLeaveSwimmingPose, shouldReceiveFeedback, shouldRender, shouldRender, shouldSave, shouldSetPositionOnLoad, shouldSpawnSprintingParticles, shouldTrackOutput, slowMovement, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, squaredHorizontalLength, startRiding, streamPassengersAndSelf, streamSelfAndPassengers, teleport, tickNetherPortal, tickNetherPortalCooldown, toNbtList, toNbtList, toString, 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
method_36320
-
Field Details
-
ASK_FOR_BAMBOO_TICKS
- Mappings:
Namespace Name Mixin selector official bY
Lbds;bY:Lvy;
intermediary field_6764
Lnet/minecraft/class_1440;field_6764:Lnet/minecraft/class_2940;
named ASK_FOR_BAMBOO_TICKS
Lnet/minecraft/entity/passive/PandaEntity;ASK_FOR_BAMBOO_TICKS:Lnet/minecraft/entity/data/TrackedData;
-
SNEEZE_PROGRESS
- Mappings:
Namespace Name Mixin selector official bZ
Lbds;bZ:Lvy;
intermediary field_6771
Lnet/minecraft/class_1440;field_6771:Lnet/minecraft/class_2940;
named SNEEZE_PROGRESS
Lnet/minecraft/entity/passive/PandaEntity;SNEEZE_PROGRESS:Lnet/minecraft/entity/data/TrackedData;
-
EATING_TICKS
- Mappings:
Namespace Name Mixin selector official ca
Lbds;ca:Lvy;
intermediary field_6780
Lnet/minecraft/class_1440;field_6780:Lnet/minecraft/class_2940;
named EATING_TICKS
Lnet/minecraft/entity/passive/PandaEntity;EATING_TICKS:Lnet/minecraft/entity/data/TrackedData;
-
MAIN_GENE
- Mappings:
Namespace Name Mixin selector official cb
Lbds;cb:Lvy;
intermediary field_6766
Lnet/minecraft/class_1440;field_6766:Lnet/minecraft/class_2940;
named MAIN_GENE
Lnet/minecraft/entity/passive/PandaEntity;MAIN_GENE:Lnet/minecraft/entity/data/TrackedData;
-
HIDDEN_GENE
- Mappings:
Namespace Name Mixin selector official cc
Lbds;cc:Lvy;
intermediary field_6781
Lnet/minecraft/class_1440;field_6781:Lnet/minecraft/class_2940;
named HIDDEN_GENE
Lnet/minecraft/entity/passive/PandaEntity;HIDDEN_GENE:Lnet/minecraft/entity/data/TrackedData;
-
PANDA_FLAGS
- Mappings:
Namespace Name Mixin selector official cd
Lbds;cd:Lvy;
intermediary field_6768
Lnet/minecraft/class_1440;field_6768:Lnet/minecraft/class_2940;
named PANDA_FLAGS
Lnet/minecraft/entity/passive/PandaEntity;PANDA_FLAGS:Lnet/minecraft/entity/data/TrackedData;
-
ASK_FOR_BAMBOO_TARGET
- Mappings:
Namespace Name Mixin selector official ce
Lbds;ce:Lbch;
intermediary field_21803
Lnet/minecraft/class_1440;field_21803:Lnet/minecraft/class_4051;
named ASK_FOR_BAMBOO_TARGET
Lnet/minecraft/entity/passive/PandaEntity;ASK_FOR_BAMBOO_TARGET:Lnet/minecraft/entity/ai/TargetPredicate;
-
field_30344
private static final int field_30344- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official cf
Lbds;cf:I
intermediary field_30344
Lnet/minecraft/class_1440;field_30344:I
named field_30344
Lnet/minecraft/entity/passive/PandaEntity;field_30344:I
-
field_30345
private static final int field_30345- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official cg
Lbds;cg:I
intermediary field_30345
Lnet/minecraft/class_1440;field_30345:I
named field_30345
Lnet/minecraft/entity/passive/PandaEntity;field_30345:I
-
field_30346
private static final int field_30346- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official ch
Lbds;ch:I
intermediary field_30346
Lnet/minecraft/class_1440;field_30346:I
named field_30346
Lnet/minecraft/entity/passive/PandaEntity;field_30346:I
-
field_30347
private static final int field_30347- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official ci
Lbds;ci:I
intermediary field_30347
Lnet/minecraft/class_1440;field_30347:I
named field_30347
Lnet/minecraft/entity/passive/PandaEntity;field_30347:I
-
field_30348
private static final int field_30348- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official cj
Lbds;cj:I
intermediary field_30348
Lnet/minecraft/class_1440;field_30348:I
named field_30348
Lnet/minecraft/entity/passive/PandaEntity;field_30348:I
-
field_30343
public static final int field_30343- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official bV
Lbds;bV:I
intermediary field_30343
Lnet/minecraft/class_1440;field_30343:I
named field_30343
Lnet/minecraft/entity/passive/PandaEntity;field_30343:I
-
field_30349
private static final int field_30349- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official ck
Lbds;ck:I
intermediary field_30349
Lnet/minecraft/class_1440;field_30349:I
named field_30349
Lnet/minecraft/entity/passive/PandaEntity;field_30349:I
-
IS_FOOD
- Mappings:
Namespace Name Mixin selector official cv
Lbds;cv:Ljava/util/function/Predicate;
intermediary field_6765
Lnet/minecraft/class_1440;field_6765:Ljava/util/function/Predicate;
named IS_FOOD
Lnet/minecraft/entity/passive/PandaEntity;IS_FOOD:Ljava/util/function/Predicate;
-
shouldGetRevenge
private boolean shouldGetRevenge- Mappings:
Namespace Name Mixin selector official cl
Lbds;cl:Z
intermediary field_6769
Lnet/minecraft/class_1440;field_6769:Z
named shouldGetRevenge
Lnet/minecraft/entity/passive/PandaEntity;shouldGetRevenge:Z
-
shouldAttack
private boolean shouldAttack- Mappings:
Namespace Name Mixin selector official cm
Lbds;cm:Z
intermediary field_6770
Lnet/minecraft/class_1440;field_6770:Z
named shouldAttack
Lnet/minecraft/entity/passive/PandaEntity;shouldAttack:Z
-
playingTicks
public int playingTicks- Mappings:
Namespace Name Mixin selector official bW
Lbds;bW:I
intermediary field_6767
Lnet/minecraft/class_1440;field_6767:I
named playingTicks
Lnet/minecraft/entity/passive/PandaEntity;playingTicks:I
-
playingJump
- Mappings:
Namespace Name Mixin selector official cn
Lbds;cn:Ldmb;
intermediary field_18277
Lnet/minecraft/class_1440;field_18277:Lnet/minecraft/class_243;
named playingJump
Lnet/minecraft/entity/passive/PandaEntity;playingJump:Lnet/minecraft/util/math/Vec3d;
-
scaredAnimationProgress
private float scaredAnimationProgress- Mappings:
Namespace Name Mixin selector official co
Lbds;co:F
intermediary field_6777
Lnet/minecraft/class_1440;field_6777:F
named scaredAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;scaredAnimationProgress:F
-
lastScaredAnimationProgress
private float lastScaredAnimationProgress- Mappings:
Namespace Name Mixin selector official cp
Lbds;cp:F
intermediary field_6779
Lnet/minecraft/class_1440;field_6779:F
named lastScaredAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;lastScaredAnimationProgress:F
-
lieOnBackAnimationProgress
private float lieOnBackAnimationProgress- Mappings:
Namespace Name Mixin selector official cq
Lbds;cq:F
intermediary field_6774
Lnet/minecraft/class_1440;field_6774:F
named lieOnBackAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;lieOnBackAnimationProgress:F
-
lastLieOnBackAnimationProgress
private float lastLieOnBackAnimationProgress- Mappings:
Namespace Name Mixin selector official cr
Lbds;cr:F
intermediary field_6775
Lnet/minecraft/class_1440;field_6775:F
named lastLieOnBackAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;lastLieOnBackAnimationProgress:F
-
rollOverAnimationProgress
private float rollOverAnimationProgress- Mappings:
Namespace Name Mixin selector official cs
Lbds;cs:F
intermediary field_6772
Lnet/minecraft/class_1440;field_6772:F
named rollOverAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;rollOverAnimationProgress:F
-
lastRollOverAnimationProgress
private float lastRollOverAnimationProgress- Mappings:
Namespace Name Mixin selector official ct
Lbds;ct:F
intermediary field_6773
Lnet/minecraft/class_1440;field_6773:F
named lastRollOverAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;lastRollOverAnimationProgress:F
-
lookAtPlayerGoal
- Mappings:
Namespace Name Mixin selector official cu
Lbds;cu:Lbds$g;
intermediary field_21804
Lnet/minecraft/class_1440;field_21804:Lnet/minecraft/class_1440$class_4056;
named lookAtPlayerGoal
Lnet/minecraft/entity/passive/PandaEntity;lookAtPlayerGoal:Lnet/minecraft/entity/passive/PandaEntity$LookAtEntityGoal;
-
-
Constructor Details
-
PandaEntity
- Mappings:
Namespace Name Mixin selector official <init>
Laso;<init>(Lass;Lbvx;)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
-
-
Method Details
-
canEquip
-
getAskForBambooTicks
public int getAskForBambooTicks()- Mappings:
Namespace Name Mixin selector official p
Lbds;p()I
intermediary method_6521
Lnet/minecraft/class_1440;method_6521()I
named getAskForBambooTicks
Lnet/minecraft/entity/passive/PandaEntity;getAskForBambooTicks()I
-
setAskForBambooTicks
public void setAskForBambooTicks(int askForBambooTicks)- Mappings:
Namespace Name Mixin selector official u
Lbds;u(I)V
intermediary method_6517
Lnet/minecraft/class_1440;method_6517(I)V
named setAskForBambooTicks
Lnet/minecraft/entity/passive/PandaEntity;setAskForBambooTicks(I)V
-
isSneezing
public boolean isSneezing()- Mappings:
Namespace Name Mixin selector official t
Lbds;t()Z
intermediary method_6545
Lnet/minecraft/class_1440;method_6545()Z
named isSneezing
Lnet/minecraft/entity/passive/PandaEntity;isSneezing()Z
-
isScared
public boolean isScared()- Mappings:
Namespace Name Mixin selector official fp
Lbds;fp()Z
intermediary method_6535
Lnet/minecraft/class_1440;method_6535()Z
named isScared
Lnet/minecraft/entity/passive/PandaEntity;isScared()Z
-
setScared
public void setScared(boolean scared)- Mappings:
Namespace Name Mixin selector official v
Lbds;v(Z)V
intermediary method_6513
Lnet/minecraft/class_1440;method_6513(Z)V
named setScared
Lnet/minecraft/entity/passive/PandaEntity;setScared(Z)V
-
isLyingOnBack
public boolean isLyingOnBack()- Mappings:
Namespace Name Mixin selector official fq
Lbds;fq()Z
intermediary method_6514
Lnet/minecraft/class_1440;method_6514()Z
named isLyingOnBack
Lnet/minecraft/entity/passive/PandaEntity;isLyingOnBack()Z
-
setLyingOnBack
public void setLyingOnBack(boolean lyingOnBack)- Mappings:
Namespace Name Mixin selector official w
Lbds;w(Z)V
intermediary method_6505
Lnet/minecraft/class_1440;method_6505(Z)V
named setLyingOnBack
Lnet/minecraft/entity/passive/PandaEntity;setLyingOnBack(Z)V
-
isEating
public boolean isEating()- Mappings:
Namespace Name Mixin selector official fr
Lbds;fr()Z
intermediary method_6527
Lnet/minecraft/class_1440;method_6527()Z
named isEating
Lnet/minecraft/entity/passive/PandaEntity;isEating()Z
-
setEating
public void setEating(boolean eating)- Mappings:
Namespace Name Mixin selector official x
Lbds;x(Z)V
intermediary method_6552
Lnet/minecraft/class_1440;method_6552(Z)V
named setEating
Lnet/minecraft/entity/passive/PandaEntity;setEating(Z)V
-
getEatingTicks
private int getEatingTicks()- Mappings:
Namespace Name Mixin selector official fN
Lbds;fN()I
intermediary method_6528
Lnet/minecraft/class_1440;method_6528()I
named getEatingTicks
Lnet/minecraft/entity/passive/PandaEntity;getEatingTicks()I
-
setEatingTicks
private void setEatingTicks(int eatingTicks)- Mappings:
Namespace Name Mixin selector official w
Lbds;w(I)V
intermediary method_6558
Lnet/minecraft/class_1440;method_6558(I)V
named setEatingTicks
Lnet/minecraft/entity/passive/PandaEntity;setEatingTicks(I)V
-
setSneezing
public void setSneezing(boolean sneezing)- Mappings:
Namespace Name Mixin selector official y
Lbds;y(Z)V
intermediary method_6546
Lnet/minecraft/class_1440;method_6546(Z)V
named setSneezing
Lnet/minecraft/entity/passive/PandaEntity;setSneezing(Z)V
-
getSneezeProgress
public int getSneezeProgress()- Mappings:
Namespace Name Mixin selector official fx
Lbds;fx()I
intermediary method_6532
Lnet/minecraft/class_1440;method_6532()I
named getSneezeProgress
Lnet/minecraft/entity/passive/PandaEntity;getSneezeProgress()I
-
setSneezeProgress
public void setSneezeProgress(int sneezeProgress)- Mappings:
Namespace Name Mixin selector official v
Lbds;v(I)V
intermediary method_6539
Lnet/minecraft/class_1440;method_6539(I)V
named setSneezeProgress
Lnet/minecraft/entity/passive/PandaEntity;setSneezeProgress(I)V
-
getMainGene
- Mappings:
Namespace Name Mixin selector official fy
Lbds;fy()Lbds$a;
intermediary method_6525
Lnet/minecraft/class_1440;method_6525()Lnet/minecraft/class_1440$class_1443;
named getMainGene
Lnet/minecraft/entity/passive/PandaEntity;getMainGene()Lnet/minecraft/entity/passive/PandaEntity$Gene;
-
setMainGene
- Mappings:
Namespace Name Mixin selector official a
Lbds;a(Lbds$a;)V
intermediary method_6529
Lnet/minecraft/class_1440;method_6529(Lnet/minecraft/class_1440$class_1443;)V
named setMainGene
Lnet/minecraft/entity/passive/PandaEntity;setMainGene(Lnet/minecraft/entity/passive/PandaEntity$Gene;)V
-
getHiddenGene
- Mappings:
Namespace Name Mixin selector official fz
Lbds;fz()Lbds$a;
intermediary method_6508
Lnet/minecraft/class_1440;method_6508()Lnet/minecraft/class_1440$class_1443;
named getHiddenGene
Lnet/minecraft/entity/passive/PandaEntity;getHiddenGene()Lnet/minecraft/entity/passive/PandaEntity$Gene;
-
setHiddenGene
- Mappings:
Namespace Name Mixin selector official b
Lbds;b(Lbds$a;)V
intermediary method_6547
Lnet/minecraft/class_1440;method_6547(Lnet/minecraft/class_1440$class_1443;)V
named setHiddenGene
Lnet/minecraft/entity/passive/PandaEntity;setHiddenGene(Lnet/minecraft/entity/passive/PandaEntity$Gene;)V
-
isPlaying
public boolean isPlaying()- Mappings:
Namespace Name Mixin selector official fA
Lbds;fA()Z
intermediary method_6526
Lnet/minecraft/class_1440;method_6526()Z
named isPlaying
Lnet/minecraft/entity/passive/PandaEntity;isPlaying()Z
-
setPlaying
public void setPlaying(boolean playing)- Mappings:
Namespace Name Mixin selector official z
Lbds;z(Z)V
intermediary method_6541
Lnet/minecraft/class_1440;method_6541(Z)V
named setPlaying
Lnet/minecraft/entity/passive/PandaEntity;setPlaying(Z)V
-
initDataTracker
protected void initDataTracker()- Overrides:
initDataTracker
in classPassiveEntity
- Mappings:
Namespace Name Mixin selector official f
Laso;f()V
intermediary method_5693
Lnet/minecraft/class_1297;method_5693()V
named initDataTracker
Lnet/minecraft/entity/Entity;initDataTracker()V
-
hasPandaFlag
private boolean hasPandaFlag(int bitmask)- Mappings:
Namespace Name Mixin selector official x
Lbds;x(I)Z
intermediary method_6533
Lnet/minecraft/class_1440;method_6533(I)Z
named hasPandaFlag
Lnet/minecraft/entity/passive/PandaEntity;hasPandaFlag(I)Z
-
setPandaFlag
private void setPandaFlag(int mask, boolean value)- Mappings:
Namespace Name Mixin selector official d
Lbds;d(IZ)V
intermediary method_6557
Lnet/minecraft/class_1440;method_6557(IZ)V
named setPandaFlag
Lnet/minecraft/entity/passive/PandaEntity;setPandaFlag(IZ)V
-
writeCustomDataToNbt
- Overrides:
writeCustomDataToNbt
in classAnimalEntity
- Mappings:
Namespace Name Mixin selector official b
Laso;b(Lmv;)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 classAnimalEntity
- Mappings:
Namespace Name Mixin selector official a
Laso;a(Lmv;)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
-
createChild
- Specified by:
createChild
in classPassiveEntity
- Mappings:
Namespace Name Mixin selector official a
Lasm;a(Labj;Lasm;)Lasm;
intermediary method_5613
Lnet/minecraft/class_1296;method_5613(Lnet/minecraft/class_3218;Lnet/minecraft/class_1296;)Lnet/minecraft/class_1296;
named createChild
Lnet/minecraft/entity/passive/PassiveEntity;createChild(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/PassiveEntity;)Lnet/minecraft/entity/passive/PassiveEntity;
-
initGoals
protected void initGoals() -
createPandaAttributes
- Mappings:
Namespace Name Mixin selector official fB
Lbds;fB()Laub$a;
intermediary method_26888
Lnet/minecraft/class_1440;method_26888()Lnet/minecraft/class_5132$class_5133;
named createPandaAttributes
Lnet/minecraft/entity/passive/PandaEntity;createPandaAttributes()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;
-
getProductGene
- Mappings:
Namespace Name Mixin selector official fC
Lbds;fC()Lbds$a;
intermediary method_6554
Lnet/minecraft/class_1440;method_6554()Lnet/minecraft/class_1440$class_1443;
named getProductGene
Lnet/minecraft/entity/passive/PandaEntity;getProductGene()Lnet/minecraft/entity/passive/PandaEntity$Gene;
-
isLazy
public boolean isLazy()- Mappings:
Namespace Name Mixin selector official fD
Lbds;fD()Z
intermediary method_6549
Lnet/minecraft/class_1440;method_6549()Z
named isLazy
Lnet/minecraft/entity/passive/PandaEntity;isLazy()Z
-
isWorried
public boolean isWorried()- Mappings:
Namespace Name Mixin selector official fE
Lbds;fE()Z
intermediary method_6509
Lnet/minecraft/class_1440;method_6509()Z
named isWorried
Lnet/minecraft/entity/passive/PandaEntity;isWorried()Z
-
isPlayful
public boolean isPlayful()- Mappings:
Namespace Name Mixin selector official fF
Lbds;fF()Z
intermediary method_6522
Lnet/minecraft/class_1440;method_6522()Z
named isPlayful
Lnet/minecraft/entity/passive/PandaEntity;isPlayful()Z
-
isBrown
public boolean isBrown()- Mappings:
Namespace Name Mixin selector official fG
Lbds;fG()Z
intermediary method_35173
Lnet/minecraft/class_1440;method_35173()Z
named isBrown
Lnet/minecraft/entity/passive/PandaEntity;isBrown()Z
-
isWeak
public boolean isWeak()- Mappings:
Namespace Name Mixin selector official fH
Lbds;fH()Z
intermediary method_6550
Lnet/minecraft/class_1440;method_6550()Z
named isWeak
Lnet/minecraft/entity/passive/PandaEntity;isWeak()Z
-
isAttacking
public boolean isAttacking()- Overrides:
isAttacking
in classMobEntity
- Mappings:
Namespace Name Mixin selector official fk
Latd;fk()Z
intermediary method_6510
Lnet/minecraft/class_1308;method_6510()Z
named isAttacking
Lnet/minecraft/entity/mob/MobEntity;isAttacking()Z
-
canBeLeashedBy
- Overrides:
canBeLeashedBy
in classMobEntity
- Mappings:
Namespace Name Mixin selector official a
Latd;a(Lbjl;)Z
intermediary method_5931
Lnet/minecraft/class_1308;method_5931(Lnet/minecraft/class_1657;)Z
named canBeLeashedBy
Lnet/minecraft/entity/mob/MobEntity;canBeLeashedBy(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
tryAttack
-
tick
public void tick() -
isScaredByThunderstorm
public boolean isScaredByThunderstorm()- Mappings:
Namespace Name Mixin selector official fI
Lbds;fI()Z
intermediary method_6524
Lnet/minecraft/class_1440;method_6524()Z
named isScaredByThunderstorm
Lnet/minecraft/entity/passive/PandaEntity;isScaredByThunderstorm()Z
-
updateEatingAnimation
private void updateEatingAnimation()- Mappings:
Namespace Name Mixin selector official fO
Lbds;fO()V
intermediary method_6536
Lnet/minecraft/class_1440;method_6536()V
named updateEatingAnimation
Lnet/minecraft/entity/passive/PandaEntity;updateEatingAnimation()V
-
playEatingAnimation
private void playEatingAnimation()- Mappings:
Namespace Name Mixin selector official fP
Lbds;fP()V
intermediary method_6512
Lnet/minecraft/class_1440;method_6512()V
named playEatingAnimation
Lnet/minecraft/entity/passive/PandaEntity;playEatingAnimation()V
-
updateScaredAnimation
private void updateScaredAnimation()- Mappings:
Namespace Name Mixin selector official fQ
Lbds;fQ()V
intermediary method_6544
Lnet/minecraft/class_1440;method_6544()V
named updateScaredAnimation
Lnet/minecraft/entity/passive/PandaEntity;updateScaredAnimation()V
-
updateLieOnBackAnimation
private void updateLieOnBackAnimation()- Mappings:
Namespace Name Mixin selector official fR
Lbds;fR()V
intermediary method_6503
Lnet/minecraft/class_1440;method_6503()V
named updateLieOnBackAnimation
Lnet/minecraft/entity/passive/PandaEntity;updateLieOnBackAnimation()V
-
updateRollOverAnimation
private void updateRollOverAnimation()- Mappings:
Namespace Name Mixin selector official fS
Lbds;fS()V
intermediary method_6523
Lnet/minecraft/class_1440;method_6523()V
named updateRollOverAnimation
Lnet/minecraft/entity/passive/PandaEntity;updateRollOverAnimation()V
-
getScaredAnimationProgress
public float getScaredAnimationProgress(float tickDelta)- Mappings:
Namespace Name Mixin selector official x
Lbds;x(F)F
intermediary method_6534
Lnet/minecraft/class_1440;method_6534(F)F
named getScaredAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;getScaredAnimationProgress(F)F
-
getLieOnBackAnimationProgress
public float getLieOnBackAnimationProgress(float tickDelta)- Mappings:
Namespace Name Mixin selector official y
Lbds;y(F)F
intermediary method_6555
Lnet/minecraft/class_1440;method_6555(F)F
named getLieOnBackAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;getLieOnBackAnimationProgress(F)F
-
getRollOverAnimationProgress
public float getRollOverAnimationProgress(float tickDelta)- Mappings:
Namespace Name Mixin selector official z
Lbds;z(F)F
intermediary method_6560
Lnet/minecraft/class_1440;method_6560(F)F
named getRollOverAnimationProgress
Lnet/minecraft/entity/passive/PandaEntity;getRollOverAnimationProgress(F)F
-
updatePlaying
private void updatePlaying()- Mappings:
Namespace Name Mixin selector official fT
Lbds;fT()V
intermediary method_6537
Lnet/minecraft/class_1440;method_6537()V
named updatePlaying
Lnet/minecraft/entity/passive/PandaEntity;updatePlaying()V
-
sneeze
private void sneeze()- Mappings:
Namespace Name Mixin selector official fU
Lbds;fU()V
intermediary method_6548
Lnet/minecraft/class_1440;method_6548()V
named sneeze
Lnet/minecraft/entity/passive/PandaEntity;sneeze()V
-
loot
-
damage
- Overrides:
damage
in classAnimalEntity
- Mappings:
Namespace Name Mixin selector official a
Laso;a(Lary;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
-
initialize
@Nullable public @Nullable EntityData initialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable @Nullable EntityData entityData, @Nullable @Nullable NbtCompound entityNbt)- Overrides:
initialize
in classPassiveEntity
- Mappings:
Namespace Name Mixin selector official a
Latd;a(Lbwl;Larh;Latf;Latt;Lmv;)Latt;
intermediary method_5943
Lnet/minecraft/class_1308;method_5943(Lnet/minecraft/class_5425;Lnet/minecraft/class_1266;Lnet/minecraft/class_3730;Lnet/minecraft/class_1315;Lnet/minecraft/class_2487;)Lnet/minecraft/class_1315;
named initialize
Lnet/minecraft/entity/mob/MobEntity;initialize(Lnet/minecraft/world/ServerWorldAccess;Lnet/minecraft/world/LocalDifficulty;Lnet/minecraft/entity/SpawnReason;Lnet/minecraft/entity/EntityData;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/entity/EntityData;
-
initGenes
- Mappings:
Namespace Name Mixin selector official a
Lbds;a(Lbds;Lbds;)V
intermediary method_6515
Lnet/minecraft/class_1440;method_6515(Lnet/minecraft/class_1440;Lnet/minecraft/class_1440;)V
named initGenes
Lnet/minecraft/entity/passive/PandaEntity;initGenes(Lnet/minecraft/entity/passive/PandaEntity;Lnet/minecraft/entity/passive/PandaEntity;)V
-
getRandomGene
- Mappings:
Namespace Name Mixin selector official fV
Lbds;fV()Lbds$a;
intermediary method_6519
Lnet/minecraft/class_1440;method_6519()Lnet/minecraft/class_1440$class_1443;
named getRandomGene
Lnet/minecraft/entity/passive/PandaEntity;getRandomGene()Lnet/minecraft/entity/passive/PandaEntity$Gene;
-
resetAttributes
public void resetAttributes()- Mappings:
Namespace Name Mixin selector official fJ
Lbds;fJ()V
intermediary method_6538
Lnet/minecraft/class_1440;method_6538()V
named resetAttributes
Lnet/minecraft/entity/passive/PandaEntity;resetAttributes()V
-
stop
private void stop()- Mappings:
Namespace Name Mixin selector official fW
Lbds;fW()V
intermediary method_18057
Lnet/minecraft/class_1440;method_18057()V
named stop
Lnet/minecraft/entity/passive/PandaEntity;stop()V
-
interactMob
- Overrides:
interactMob
in classAnimalEntity
- Mappings:
Namespace Name Mixin selector official b
Latd;b(Lbjl;Lari;)Larj;
intermediary method_5992
Lnet/minecraft/class_1308;method_5992(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
named interactMob
Lnet/minecraft/entity/mob/MobEntity;interactMob(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
-
getAmbientSound
- Overrides:
getAmbientSound
in classMobEntity
- Mappings:
Namespace Name Mixin selector official q
Latd;q()Laev;
intermediary method_5994
Lnet/minecraft/class_1308;method_5994()Lnet/minecraft/class_3414;
named getAmbientSound
Lnet/minecraft/entity/mob/MobEntity;getAmbientSound()Lnet/minecraft/sound/SoundEvent;
-
playStepSound
- Overrides:
playStepSound
in classEntity
- Mappings:
Namespace Name Mixin selector official b
Laso;b(Lgb;Lcjx;)V
intermediary method_5712
Lnet/minecraft/class_1297;method_5712(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
named playStepSound
Lnet/minecraft/entity/Entity;playStepSound(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
isBreedingItem
- Overrides:
isBreedingItem
in classAnimalEntity
- Mappings:
Namespace Name Mixin selector official l
Lbdf;l(Lbpx;)Z
intermediary method_6481
Lnet/minecraft/class_1429;method_6481(Lnet/minecraft/class_1799;)Z
named isBreedingItem
Lnet/minecraft/entity/passive/AnimalEntity;isBreedingItem(Lnet/minecraft/item/ItemStack;)Z
-
canEat
- Mappings:
Namespace Name Mixin selector official k
Lbds;k(Lbpx;)Z
intermediary method_16106
Lnet/minecraft/class_1440;method_16106(Lnet/minecraft/class_1799;)Z
named canEat
Lnet/minecraft/entity/passive/PandaEntity;canEat(Lnet/minecraft/item/ItemStack;)Z
-
getDeathSound
- Overrides:
getDeathSound
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official r
Latb;r()Laev;
intermediary method_6002
Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;
named getDeathSound
Lnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
-
getHurtSound
- Overrides:
getHurtSound
in classLivingEntity
- Mappings:
Namespace Name Mixin selector official c
Latb;c(Lary;)Laev;
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;
-
isIdle
public boolean isIdle()- Mappings:
Namespace Name Mixin selector official fK
Lbds;fK()Z
intermediary method_18442
Lnet/minecraft/class_1440;method_18442()Z
named isIdle
Lnet/minecraft/entity/passive/PandaEntity;isIdle()Z
-