Class CreakingEntity
- All Implemented Interfaces:
Attackable,DataTracked,EquipmentHolder,Leashable,Monster,Targeter,ScoreHolder,Nameable,EntityLike
- Mappings:
Namespace Name named net/minecraft/entity/mob/CreakingEntityintermediary net/minecraft/class_10275official cnd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classNested classes/interfaces inherited from class net.minecraft.entity.LivingEntity
LivingEntity.FallSoundsNested classes/interfaces inherited from class net.minecraft.entity.Entity
Entity.MoveEffect, Entity.PositionUpdater, Entity.RemovalReasonNested classes/interfaces inherited from interface net.minecraft.entity.Leashable
Leashable.LeashData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final TrackedData<Boolean> final AnimationStateprivate intprivate static final TrackedData<Boolean> final AnimationStatestatic final intstatic final floatstatic final intprivate static final intprivate static final intprivate static final floatprivate static final floatprivate static final floatprivate static final floatstatic final intstatic final intstatic final intprivate static final intprivate booleanprivate static final TrackedData<Optional<BlockPos>> final AnimationStateprivate intprivate intprivate intprivate static final TrackedData<Boolean> Fields inherited from class net.minecraft.entity.mob.PathAwareEntity
DEFAULT_PATHFINDING_FAVORFields inherited from class net.minecraft.entity.mob.MobEntity
ambientSoundChance, armorDropChances, BASE_ENCHANTED_ARMOR_CHANCE, BASE_ENCHANTED_MAIN_HAND_EQUIPMENT_CHANCE, BASE_SPAWN_EQUIPMENT_CHANCE, bodyArmorDropChance, DEFAULT_CAN_PICKUP_LOOT_CHANCE, DEFAULT_DROP_CHANCE, experiencePoints, field_35039, field_38932, field_52220, goalSelector, handDropChances, jumpControl, lookControl, MINIMUM_DROPPED_EXPERIENCE_PER_EQUIPMENT, moveControl, navigation, RANDOM_SPAWN_BONUS_MODIFIER_ID, targetSelectorFields inherited from class net.minecraft.entity.LivingEntity
activeItemStack, attackingPlayer, ATTRIBUTES_NBT_KEY, BABY_SCALE_FACTOR, bodyTrackingIncrements, bodyYaw, brain, dead, DEATH_TICKS, deathTime, defaultMaxHealth, despawnCounter, elytraFlightController, EQUIPMENT_SLOT_ID, field_30069, field_30070, field_30072, field_30074, field_30075, field_44874, field_47756, field_48827, field_6215, forwardSpeed, glidingTicks, GLOWING_FLAG, GRAVITY, handSwinging, handSwingProgress, handSwingTicks, headTrackingIncrements, headYaw, hurtTime, itemUseTimeLeft, jumping, lastAttackedTicks, lastDamageTaken, lastHandSwingProgress, limbAnimator, LIVING_FLAGS, lookDirection, maxHurtTime, NOT_WEARING_GAZE_DISGUISE_PREDICATE, OFF_HAND_ACTIVE_FLAG, playerHitTimer, preferredHand, prevBodyYaw, prevHeadYaw, prevLookDirection, prevScale, prevStepBobbingAmount, randomLargeSeed, randomSmallSeed, riptideAttackDamage, riptideStack, riptideTicks, serverHeadYaw, serverPitch, serverX, serverY, serverYaw, serverZ, sidewaysSpeed, SLEEPING_DIMENSIONS, stepBobbingAmount, stuckArrowTimer, stuckStingerTimer, upwardSpeed, USING_ITEM_FLAG, USING_RIPTIDE_FLAGFields inherited from class net.minecraft.entity.Entity
age, collidedSoftly, dataTracker, DEFAULT_FRICTION, DEFAULT_MIN_FREEZE_DAMAGE_TICKS, DEFAULT_PORTAL_COOLDOWN, distanceTraveled, fallDistance, field_44870, field_44871, field_44872, field_49073, field_49791, firstUpdate, FLAGS, fluidHeight, FREEZING_DAMAGE_INTERVAL, GLIDING_FLAG_INDEX, GLOWING_FLAG_INDEX, groundCollision, horizontalCollision, ID_KEY, inPowderSnow, intersectionChecked, lastRenderX, lastRenderY, lastRenderZ, MAX_COMMAND_TAGS, MAX_RIDING_COOLDOWN, MIN_RISING_BUBBLE_COLUMN_SPEED, movementMultiplier, noClip, ON_FIRE_FLAG_INDEX, PASSENGERS_KEY, portalManager, POSE, prevPitch, prevX, prevY, prevYaw, prevZ, random, ridingCooldown, speed, submergedInWater, supportingBlockPos, timeUntilRegen, touchingWater, uuid, UUID_KEY, uuidString, velocityDirty, velocityModified, verticalCollision, wasInPowderSnowFields inherited from interface net.minecraft.entity.Leashable
LEASH_NBT_KEY, MAX_LEASH_LENGTH, SHORT_LEASH_LENGTHFields inherited from interface net.minecraft.entity.mob.Monster
NORMAL_MONSTER_EXPERIENCE, SMALL_MONSTER_EXPERIENCE, STRONG_MONSTER_EXPERIENCE, STRONGER_MONSTER_EXPERIENCE, WITHER_EXPERIENCE, ZERO_EXPERIENCEFields inherited from interface net.minecraft.scoreboard.ScoreHolder
WILDCARD, WILDCARD_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(PlayerEntity player) protected voidaddPassenger(Entity passenger) Addspassengeras a passenger.voidaddVelocity(double deltaX, double deltaY, double deltaZ) becomeAngryAndGetPlayer(DamageSource damageSource) protected booleancanAddPassenger(Entity passenger) Returns whetherentitycan ride this entity.booleanbooleancanUsePortals(boolean allowVehicles) Returns whether the entity can use nether portals and end portals.protected booleanReturnstrueif this entity supports passengers in general.protected BodyControlprotected Brain.Profile<CreakingEntity> protected EntityNavigationcreateNavigation(World world) booleandamage(ServerWorld world, DamageSource source, float amount) Applies a damage to this entity.voidprotected Brain<?> deserializeBrain(com.mojang.serialization.Dynamic<?> dynamic) voidprotected SoundEventgetBrain()protected SoundEventprotected SoundEventgetHurtSound(DamageSource source) floatgetPathfindingFavor(BlockPos pos, WorldView world) voidhandleStatus(byte status) Called on the client when the entity receives an entity status from the server.booleanprotected voidinitDataTracker(DataTracker.Builder builder) Initializes data tracker.voidinitHomePos(BlockPos homePos) booleanisActive()booleanbooleanReturns whether the entity is immune to fire damage.booleanReturns whether the entity can be pushed by other entities.booleanbooleanbooleanvoidkillFromHeart(DamageSource damageSource) protected voidmobTick(ServerWorld world) voidprotected voidplayStepSound(BlockPos pos, BlockState state) voidReads custom data fromnbt.protected voidvoidsetActive(boolean active) voidvoidsetHomePos(BlockPos pos) booleanvoidtakeKnockback(double strength, double x, double z) voidtick()Ticks this entity.private voidvoidbooleantryAttack(ServerWorld world, Entity target) voidprotected voidupdateLimbs(float posDelta) protected voidvoidWrites custom data tonbt.Methods inherited from class net.minecraft.entity.mob.HostileEntity
canSpawnIgnoreLightLevel, canSpawnInDark, createHostileAttributes, getFallSounds, getProjectileType, getSoundCategory, getSplashSound, getSwimSound, isAngryAt, isDisallowedInPeaceful, isSpawnDark, shouldDropExperience, shouldDropLoot, updateDespawnCounterMethods inherited from class net.minecraft.entity.mob.PathAwareEntity
beforeLeashTick, canSpawn, getFollowLeashSpeed, getPathfindingFavor, isNavigating, isPanicking, onShortLeashTick, shouldFollowLeashMethods inherited from class net.minecraft.entity.mob.MobEntity
baseTick, breakLongLeash, canBeLeashed, canDispenserEquipSlot, canGather, canImmediatelyDespawn, canMobSpawn, canMoveVoluntarily, cannotDespawn, canPickupItem, canPickUpLoot, canSpawn, canTarget, canUseRangedWeapon, canUseSlot, checkDespawn, clampHeadYaw, clearGoals, clearGoalsAndTasks, clearPositionTarget, convertTo, convertTo, createMobAttributes, dropAllEquipment, dropEquipment, dropEquipment, dropLoot, enchantEquipment, enchantMainHandItem, equipBodyArmor, equipLootStack, equipStack, getAllArmorItems, getArmorDropChances, getArmorItems, getAttackBox, getBodyArmor, getControllingPassenger, getDropChance, getEquipmentForSlot, getEquippedStack, getExperienceToDrop, getHandDropChances, getHandItems, getItemPickUpRangeExpander, getJumpControl, getLeashData, getLimitPerChunk, getLookControl, getLootTableKey, getLootTableSeed, getMainArm, getMaxHeadRotation, getMaxLookPitchChange, getMaxLookYawChange, getMinAmbientSoundDelay, getMoveControl, getNavigation, getPathfindingPenalty, getPickBlockStack, getPositionTarget, getPositionTargetRange, getPreferredWeapons, getSafeFallDistance, getTargetInBrain, getVisibilityCache, hasPositionTarget, initEquipment, initGoals, initialize, interact, interactMob, isAffectedByDaylight, isAiDisabled, isAttacking, isInAttackRange, isInWalkTargetRange, isInWalkTargetRange, isLeftHanded, isPersistent, isWearingBodyArmor, lookAtEntity, loot, movesIndependently, onEatingGrass, onFinishPathfinding, onLeashRemoved, onPlayerSpawnedChild, onStartPathfinding, playAmbientSound, playHurtSound, playSpawnEffects, prefersNewDamageableItem, prefersNewEquipment, removeFromDimension, setAiDisabled, setAttacking, setBaby, setCanPickUpLoot, setEquipmentDropChance, setEquipmentFromTable, setEquipmentFromTable, setForwardSpeed, setLeashData, setLeftHanded, setMovementSpeed, setPathfindingPenalty, setPersistent, setPositionTarget, setSidewaysSpeed, setTarget, setUpwardSpeed, spawnsTooManyForEachTry, startRiding, stopMovement, swimUpward, tickNewAi, tryEquip, turnHead, updateAttribute, updateDropChances, updateEnchantments, updateGoalControlsMethods inherited from class net.minecraft.entity.LivingEntity
addDeathParticles, addPowderSnowSlowIfNeeded, addStatusEffect, addStatusEffect, animateDamage, applyArmorToDamage, applyDamage, applyFluidMovingSpeed, applyMovementEffects, areItemsDifferent, attackLivingEntity, becomeAngry, blockedByShield, canBreatheInWater, canEquip, canEquipFromDispenser, canFreeze, canGlide, canGlideWith, canHaveStatusEffect, canHit, canSee, canSee, canTakeDamage, canTarget, canWalkOnFluid, clampScale, clearActiveItem, clearPotionSwirls, clearSleepingPosition, clearStatusEffects, computeFallDamage, consumeItem, containsOnlyAmbientEffects, createLivingAttributes, damageArmor, damageEquipment, damageHelmet, damageShield, disableExperienceDropping, disablesShield, drop, dropExperience, dropInventory, endCombat, enterCombat, fall, forEachGeneratedItem, forEachGiftedItem, forEachShearedItem, getAbsorptionAmount, getActiveHand, getActiveItem, getActiveStatusEffects, getArmor, getArmorVisibility, getAttackDistanceScalingFactor, getAttacker, getAttacking, getAttributeBaseValue, getAttributeInstance, getAttributes, getAttributeValue, getBaseDimensions, getBaseWaterMovementSpeedMultiplier, getBlockingItem, getBodyYaw, getBoundingBox, getClimbingPos, getControlledMovementInput, getDamageTiltYaw, getDamageTracker, getDespawnCounter, getDimensions, getEffectiveGravity, getEquippedItems, getExperienceToDrop, getGlidingTicks, getGravity, getHandSwingProgress, getHeadYaw, getHealth, getHitbox, getItemUseTime, getItemUseTimeLeft, getJumpBoostVelocityModifier, getJumpVelocity, getJumpVelocity, getKnockbackAgainst, getLastAttackedTime, getLastAttacker, getLastAttackTime, getLeaningPitch, getLerpTargetPitch, getLerpTargetX, getLerpTargetY, getLerpTargetYaw, getLerpTargetZ, getLocationBasedEnchantmentEffects, getMainHandStack, getMaxAbsorption, getMaxHealth, getMaxRelativeHeadRotation, getMovementSpeed, getNextAirOnLand, getNextAirUnderwater, getOffGroundSpeed, getOffHandStack, getPassengerRidingPos, getPlayerHitTimer, getPoses, getPreferredEquipmentSlot, getPrimeAdversary, getRecentDamageSource, getSaddledSpeed, getSafeFallDistance, getScale, getScaleFactor, getSleepingDirection, getSleepingPosition, getSlotForHand, getSoundPitch, getSoundVolume, getStackInArm, getStackInHand, getStackReference, getStatusEffect, getStatusEffects, getStepHeight, getStingerCount, getStuckArrowCount, getVelocityMultiplier, getWeaponStack, getYaw, giveOrDropStack, handleFallDamage, hasInvertedHealingAndHarm, hasLandedInFluid, hasNoDrag, hasStackEquipped, hasStatusEffect, heal, hurtByWater, isAffectedBySplashPotions, isAlive, isArmorSlot, isBaby, isBlocking, isClimbing, isDead, isEntityLookingAtMe, isExperienceDroppingDisabled, isGliding, isGlowing, isHolding, isHolding, isHoldingOntoLadder, isImmobile, isInCreativeMode, isInsideWall, isInSwimmingPose, isInvulnerableTo, isMobOrPlayer, isPartOfGame, isSleeping, isUsingItem, isUsingRiptide, jump, kill, knockback, knockDownwards, lerpHeadYaw, lerpYaw, lookAt, markEffectsDirty, modifyAppliedDamage, onAttacking, onDamaged, onDeath, onEquipStack, onKilledBy, onRemoval, onSpawnPacket, onStatusEffectApplied, onStatusEffectsRemoved, onStatusEffectUpgraded, onTrackedDataSet, playBlockFallSound, playSound, positionInPortal, positionInPortal, processEquippedStack, pushAway, pushAwayFrom, remove, removePowderSnowSlow, removeStatusEffect, removeStatusEffectInternal, resetLerp, sendEffectToControllingPlayer, sendEquipmentBreakStatus, sendPickup, setAbsorptionAmount, setAbsorptionAmountUnclamped, setAttacker, setAttacking, setAttackingPlayer, setBodyYaw, setCurrentHand, setDespawnCounter, setHeadYaw, setHealth, setJumping, setLivingFlag, setNearbySongPlaying, setNoDrag, setOnFireForTicks, setSleepingPosition, setSprinting, setStackInHand, setStatusEffect, setStingerCount, setStuckArrowCount, shouldAlwaysDropExperience, shouldRenderName, shouldSwimInFluids, sleep, spawnItemParticles, stopRiding, stopUsingItem, swingHand, swingHand, takeShieldHit, teleport, tickControlled, tickCramming, tickGliding, tickHandSwing, tickInVoid, tickItemStackUsage, tickRiding, tickRiptide, tickStatusEffects, tiltScreen, travel, triggerItemPickedUpByEntityCriteria, updateLimbs, updatePotionVisibility, updateTrackedHeadRotation, updateTrackedPositionAndAngles, wakeUp, wouldNotSuffocateInPoseMethods inherited from class net.minecraft.entity.Entity
addAirTravelEffects, addCommandTag, addFlapEffects, addPortalChunkTicketAt, addVelocity, addVelocityInternal, adjustMovementForCollisions, adjustMovementForPiston, adjustMovementForSneaking, applyGravity, applyMirror, applyRotation, attemptTickInVoid, bypassesLandingEffects, bypassesSteppingEffects, calculateBoundingBox, calculateDefaultBoundingBox, calculateDimensions, calculateNextStepSoundDistance, canAvoidTraps, canBeHitByProjectile, canBeSpectated, canExplosionDestroyBlock, canModifyAt, canSprintAsVehicle, canStartRiding, canTeleportBetween, changeLookDirection, clientDamage, collidesWith, collidesWithStateAtPos, copyFrom, copyPositionAndRotation, createSpawnPacket, detach, discard, dismountVehicle, distanceTo, doesNotCollide, doesRenderOnFire, dropItem, dropItem, dropStack, dropStack, emitGameEvent, emitGameEvent, equals, extinguish, extinguishWithSound, getAir, getAttachments, getBlockPos, getBlockStateAtPos, getBlockX, getBlockY, getBlockZ, getBodyX, getBodyY, getBodyZ, getBoundingBox, getBrightnessAtEyes, getBurningDuration, getCameraPosVec, getChunkPos, getClientCameraPosVec, getCommandSource, getCommandTags, getControllingVehicle, getCustomName, getDamageSources, getDataTracker, getDefaultName, getDefaultPortalCooldown, getDisplayName, getEffectiveExplosionResistance, getEntityWorld, getEyeHeight, getEyePos, getEyeY, getFacing, getFinalGravity, getFireTicks, getFirstPassenger, getFlag, getFluidHeight, getFreezingScale, getFrozenTicks, getHandPosOffset, getHeight, getHighSpeedSplashSound, getHorizontalFacing, getHoverEvent, getId, getJumpVelocityMultiplier, getLandingBlockState, getLandingPos, getLastRenderPos, getLeashOffset, getLeashOffset, getLeashPos, getLerpedPitch, getLerpedPos, getLerpedYaw, getMaxAir, getMinFreezeDamageTicks, getMoveEffect, getMovement, getMovementDirection, getName, getNameForScoreboard, getOppositeRotationVector, getOppositeRotationVector, getParticleX, getParticleZ, getPassengerAttachmentPos, getPassengerAttachmentPos, getPassengerDismountOffset, getPassengerList, getPassengersDeep, getPistonBehavior, getPitch, getPitch, getPlayerPassengers, getPortalCooldown, getPos, getPose, getPosWithYOffset, getProjectileDeflection, getRandom, getRandomBodyY, getRegistryManager, getRemovalReason, getRenderDistanceMultiplier, getRootVehicle, getRotationClient, getRotationVec, getRotationVecClient, getRotationVector, getRotationVector, getSavedEntityId, getScoreboardTeam, getServer, getStandingEyeHeight, getSteppingBlockState, getSteppingPos, getStepSoundPos, getSwimHeight, getSyncedPos, getTargetingMargin, getTeamColorValue, getTrackedPosition, getType, getUuid, getUuidAsString, getVehicle, getVehicleAttachmentPos, getVelocity, getVelocityAffectingPos, getWidth, getWorld, getWorldSpawnPos, getX, getY, getYaw, getZ, handleAttack, handleFall, hasCollidedSoftly, hasControllingPassenger, hasCustomName, hashCode, hasNoGravity, hasPassenger, hasPassenger, hasPassengerDeep, hasPassengers, hasPlayerRider, hasPortalCooldown, hasVehicle, interactAt, isAlwaysInvulnerableTo, isAttackable, isCollidable, isConnectedThroughVehicle, isControlledByPlayer, isCrawling, isCustomNameVisible, isDescending, isFlappingWings, isFrozen, isGlowingLocal, isImmuneToExplosion, isInFluid, isInLava, isInPose, isInRange, isInRange, isInSameTeam, isInsideWaterOrBubbleColumn, isInSneakingPose, isInvisible, isInvisibleTo, isInvulnerable, isLiving, isLocalPlayerOrLogicalSideForUpdatingMovement, isLogicalSideForUpdatingMovement, isOnFire, isOnGround, isOnRail, isPartOf, isPlayer, isPushedByFluids, isRegionUnloaded, isRemoved, isSilent, isSneaking, isSneaky, isSpectator, isSprinting, isSubmergedIn, isSubmergedInWater, isSupportedBy, isSwimming, isTeammate, isTeamPlayer, isTouchingWater, isTouchingWaterOrRain, isWet, lerpPosAndRotation, limitFallDistance, move, movementInputToVelocity, occludeVibrationSignals, onBlockCollision, onBubbleColumnCollision, onBubbleColumnSurfaceCollision, onDataTrackerUpdate, onExplodedBy, onKilledOther, onLanding, onPassengerLookAround, onPlayerCollision, onRemove, onRemoved, onStartedTrackingBy, onStoppedTrackingBy, onStruckByLightning, onSwimmingStart, playCombinationStepSounds, playExtinguishSound, playSecondaryStepSound, playSound, playSoundIfNotSilent, playSwimSound, playSwimSound, populateCrashReport, pushOutOfBlocks, queueBlockCollisionCheck, raycast, readNbt, recalculateDimensions, refreshPosition, refreshPositionAfterTeleport, refreshPositionAfterTeleport, refreshPositionAndAngles, refreshPositionAndAngles, refreshPositionAndAngles, reinitDimensions, removeAllPassengers, removeCommandTag, removePassenger, requestTeleport, requestTeleportAndDismount, requestTeleportOffset, resetPortalCooldown, resetPosition, rotate, saveNbt, saveSelfNbt, scheduleVelocityUpdate, serverDamage, setAir, setAngles, setBoundingBox, setChangeListener, setCustomName, setCustomNameVisible, setFireTicks, setFlag, setFrozenTicks, setGlowing, setId, setInPowderSnow, setInvisible, setInvulnerable, setMovement, setMovement, setNoGravity, setOnFire, setOnFireFor, setOnFireFromLava, setOnGround, setPitch, setPortalCooldown, setPos, setPose, setPosition, setPosition, setPosition, setPrevPositionAndAngles, setRemoved, setRenderDistanceMultiplier, setRotation, setSilent, setSneaking, setSwimming, setUuid, setVelocity, setVelocity, setVelocityClient, setWorld, setYaw, shouldControlVehicles, shouldDismountUnderwater, shouldEscapePowderSnow, shouldPlayBurnSoundInLava, shouldRender, shouldRender, shouldSave, shouldSetPositionOnLoad, shouldSpawnSprintingParticles, shouldTickBlockCollision, sidedDamage, slowMovement, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, startRiding, streamPassengersAndSelf, streamSelfAndPassengers, teleport, teleportTo, tickBlockCollision, tickBlockCollision, tickPortalCooldown, tickPortalTeleportation, toNbtList, toNbtList, toString, tryUsePortal, unsetRemoved, updateEventHandler, updateKilledAdvancementCriterion, updateMovementInFluid, updatePassengerForDismount, updatePassengerPosition, updatePassengerPosition, updatePosition, updatePositionAndAngles, updatePrevAngles, updatePrevPosition, updateSupportingBlockPos, updateSwimming, updateTrackedPosition, updateVelocity, updateWaterState, writeNbtMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.entity.EquipmentHolder
getSlotForStack, setEquipmentFromTable, setEquipmentFromTable, setEquipmentFromTableMethods inherited from interface net.minecraft.entity.Leashable
applyLeashElasticity, attachLeash, canLeashAttachTo, detachLeash, detachLeashWithoutDrop, getLeashHolder, isLeashed, mightBeLeashed, readLeashDataFromNbt, setUnresolvedLeashHolderId, writeLeashDataToNbtMethods inherited from interface net.minecraft.scoreboard.ScoreHolder
getStyledDisplayName
-
Field Details
-
UNROOTED
- Mappings:
Namespace Name Mixin selector named UNROOTEDLnet/minecraft/entity/mob/CreakingEntity;UNROOTED:Lnet/minecraft/entity/data/TrackedData;intermediary field_54571Lnet/minecraft/class_10275;field_54571:Lnet/minecraft/class_2940;official cdLcnd;cd:Lajy;
-
ACTIVE
- Mappings:
Namespace Name Mixin selector named ACTIVELnet/minecraft/entity/mob/CreakingEntity;ACTIVE:Lnet/minecraft/entity/data/TrackedData;intermediary field_54572Lnet/minecraft/class_10275;field_54572:Lnet/minecraft/class_2940;official ceLcnd;ce:Lajy;
-
CRUMBLING
- Mappings:
Namespace Name Mixin selector named CRUMBLINGLnet/minecraft/entity/mob/CreakingEntity;CRUMBLING:Lnet/minecraft/entity/data/TrackedData;intermediary field_55487Lnet/minecraft/class_10275;field_55487:Lnet/minecraft/class_2940;official cfLcnd;cf:Lajy;
-
HOME_POS
- Mappings:
Namespace Name Mixin selector named HOME_POSLnet/minecraft/entity/mob/CreakingEntity;HOME_POS:Lnet/minecraft/entity/data/TrackedData;intermediary field_55545Lnet/minecraft/class_10275;field_55545:Lnet/minecraft/class_2940;official cgLcnd;cg:Lajy;
-
field_54573
private static final int field_54573- See Also:
- Mappings:
Namespace Name Mixin selector named field_54573Lnet/minecraft/entity/mob/CreakingEntity;field_54573:Iintermediary field_54573Lnet/minecraft/class_10275;field_54573:Iofficial chLcnd;ch:I
-
field_54574
private static final int field_54574- See Also:
- Mappings:
Namespace Name Mixin selector named field_54574Lnet/minecraft/entity/mob/CreakingEntity;field_54574:Iintermediary field_54574Lnet/minecraft/class_10275;field_54574:Iofficial ciLcnd;ci:I
-
field_54575
private static final float field_54575- See Also:
- Mappings:
Namespace Name Mixin selector named field_54575Lnet/minecraft/entity/mob/CreakingEntity;field_54575:Fintermediary field_54575Lnet/minecraft/class_10275;field_54575:Fofficial cjLcnd;cj:F
-
field_54576
private static final float field_54576- See Also:
- Mappings:
Namespace Name Mixin selector named field_54576Lnet/minecraft/entity/mob/CreakingEntity;field_54576:Fintermediary field_54576Lnet/minecraft/class_10275;field_54576:Fofficial ckLcnd;ck:F
-
field_54577
private static final float field_54577- See Also:
- Mappings:
Namespace Name Mixin selector named field_54577Lnet/minecraft/entity/mob/CreakingEntity;field_54577:Fintermediary field_54577Lnet/minecraft/class_10275;field_54577:Fofficial clLcnd;cl:F
-
field_54566
public static final int field_54566- See Also:
- Mappings:
Namespace Name Mixin selector named field_54566Lnet/minecraft/entity/mob/CreakingEntity;field_54566:Iintermediary field_54566Lnet/minecraft/class_10275;field_54566:Iofficial aLcnd;a:I
-
field_54578
private static final float field_54578- See Also:
- Mappings:
Namespace Name Mixin selector named field_54578Lnet/minecraft/entity/mob/CreakingEntity;field_54578:Fintermediary field_54578Lnet/minecraft/class_10275;field_54578:Fofficial cmLcnd;cm:F
-
field_54567
public static final float field_54567- See Also:
- Mappings:
Namespace Name Mixin selector named field_54567Lnet/minecraft/entity/mob/CreakingEntity;field_54567:Fintermediary field_54567Lnet/minecraft/class_10275;field_54567:Fofficial bLcnd;b:F
-
field_54569
public static final int field_54569- See Also:
- Mappings:
Namespace Name Mixin selector named field_54569Lnet/minecraft/entity/mob/CreakingEntity;field_54569:Iintermediary field_54569Lnet/minecraft/class_10275;field_54569:Iofficial cLcnd;c:I
-
field_54580
public static final int field_54580- See Also:
- Mappings:
Namespace Name Mixin selector named field_54580Lnet/minecraft/entity/mob/CreakingEntity;field_54580:Iintermediary field_54580Lnet/minecraft/class_10275;field_54580:Iofficial dLcnd;d:I
-
field_55485
public static final int field_55485- See Also:
- Mappings:
Namespace Name Mixin selector named field_55485Lnet/minecraft/entity/mob/CreakingEntity;field_55485:Iintermediary field_55485Lnet/minecraft/class_10275;field_55485:Iofficial bYLcnd;bY:I
-
field_55486
public static final int field_55486- See Also:
- Mappings:
Namespace Name Mixin selector named field_55486Lnet/minecraft/entity/mob/CreakingEntity;field_55486:Iintermediary field_55486Lnet/minecraft/class_10275;field_55486:Iofficial bZLcnd;bZ:I
-
field_55488
private static final int field_55488- See Also:
- Mappings:
Namespace Name Mixin selector named field_55488Lnet/minecraft/entity/mob/CreakingEntity;field_55488:Iintermediary field_55488Lnet/minecraft/class_10275;field_55488:Iofficial cnLcnd;cn:I
-
attackAnimationTimer
private int attackAnimationTimer- Mappings:
Namespace Name Mixin selector named attackAnimationTimerLnet/minecraft/entity/mob/CreakingEntity;attackAnimationTimer:Iintermediary field_54579Lnet/minecraft/class_10275;field_54579:Iofficial coLcnd;co:I
-
attackAnimationState
- Mappings:
Namespace Name Mixin selector named attackAnimationStateLnet/minecraft/entity/mob/CreakingEntity;attackAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_54568Lnet/minecraft/class_10275;field_54568:Lnet/minecraft/class_7094;official caLcnd;ca:Lbue;
-
invulnerableAnimationState
- Mappings:
Namespace Name Mixin selector named invulnerableAnimationStateLnet/minecraft/entity/mob/CreakingEntity;invulnerableAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_54570Lnet/minecraft/class_10275;field_54570:Lnet/minecraft/class_7094;official cbLcnd;cb:Lbue;
-
crumblingAnimationState
- Mappings:
Namespace Name Mixin selector named crumblingAnimationStateLnet/minecraft/entity/mob/CreakingEntity;crumblingAnimationState:Lnet/minecraft/entity/AnimationState;intermediary field_55010Lnet/minecraft/class_10275;field_55010:Lnet/minecraft/class_7094;official ccLcnd;cc:Lbue;
-
invulnerableAnimationTimer
private int invulnerableAnimationTimer- Mappings:
Namespace Name Mixin selector named invulnerableAnimationTimerLnet/minecraft/entity/mob/CreakingEntity;invulnerableAnimationTimer:Iintermediary field_55489Lnet/minecraft/class_10275;field_55489:Iofficial cpLcnd;cp:I
-
glowingEyesWhileCrumbling
private boolean glowingEyesWhileCrumbling- Mappings:
Namespace Name Mixin selector named glowingEyesWhileCrumblingLnet/minecraft/entity/mob/CreakingEntity;glowingEyesWhileCrumbling:Zintermediary field_55490Lnet/minecraft/class_10275;field_55490:Zofficial cqLcnd;cq:Z
-
nextEyeFlickerTime
private int nextEyeFlickerTime- Mappings:
Namespace Name Mixin selector named nextEyeFlickerTimeLnet/minecraft/entity/mob/CreakingEntity;nextEyeFlickerTime:Iintermediary field_55491Lnet/minecraft/class_10275;field_55491:Iofficial crLcnd;cr:I
-
playerIntersectionTimer
private int playerIntersectionTimer- Mappings:
Namespace Name Mixin selector named playerIntersectionTimerLnet/minecraft/entity/mob/CreakingEntity;playerIntersectionTimer:Iintermediary field_55493Lnet/minecraft/class_10275;field_55493:Iofficial csLcnd;cs:I
-
-
Constructor Details
-
CreakingEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)Vintermediary <init>Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)Vofficial <init>Lbum;<init>(Lbut;Ldgj;)V
-
-
Method Details
-
initHomePos
- Mappings:
Namespace Name Mixin selector named initHomePosLnet/minecraft/entity/mob/CreakingEntity;initHomePos(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_65789Lnet/minecraft/class_10275;method_65789(Lnet/minecraft/class_2338;)Vofficial hLcnd;h(Lji;)V
-
isTransient
public boolean isTransient()- Mappings:
Namespace Name Mixin selector named isTransientLnet/minecraft/entity/mob/CreakingEntity;isTransient()Zintermediary method_65902Lnet/minecraft/class_10275;method_65902()Zofficial mLcnd;m()Z
-
createBodyControl
- Overrides:
createBodyControlin classMobEntity- Mappings:
Namespace Name Mixin selector named createBodyControlLnet/minecraft/entity/mob/MobEntity;createBodyControl()Lnet/minecraft/entity/ai/control/BodyControl;intermediary method_5963Lnet/minecraft/class_1308;method_5963()Lnet/minecraft/class_1330;official JLbvk;J()Lcbe;
-
createBrainProfile
- Overrides:
createBrainProfilein classLivingEntity- Mappings:
Namespace Name Mixin selector named createBrainProfileLnet/minecraft/entity/LivingEntity;createBrainProfile()Lnet/minecraft/entity/ai/brain/Brain$Profile;intermediary method_28306Lnet/minecraft/class_1309;method_28306()Lnet/minecraft/class_4095$class_5303;official ecLbvi;ec()Lbwk$b;
-
deserializeBrain
- Overrides:
deserializeBrainin classLivingEntity- Mappings:
Namespace Name Mixin selector named deserializeBrainLnet/minecraft/entity/LivingEntity;deserializeBrain(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/entity/ai/brain/Brain;intermediary method_18867Lnet/minecraft/class_1309;method_18867(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/class_4095;official aLbvi;a(Lcom/mojang/serialization/Dynamic;)Lbwk;
-
initDataTracker
Initializes data tracker.- Overrides:
initDataTrackerin classMobEntity- API Note:
- Subclasses should override this and add to the builder any data that needs to be tracked.
- Mappings:
Namespace Name Mixin selector named initDataTrackerLnet/minecraft/entity/Entity;initDataTracker(Lnet/minecraft/entity/data/DataTracker$Builder;)Vintermediary method_5693Lnet/minecraft/class_1297;method_5693(Lnet/minecraft/class_2945$class_9222;)Vofficial aLbum;a(Lakc$a;)V
-
createCreakingAttributes
- Mappings:
Namespace Name Mixin selector named createCreakingAttributesLnet/minecraft/entity/mob/CreakingEntity;createCreakingAttributes()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;intermediary method_64627Lnet/minecraft/class_10275;method_64627()Lnet/minecraft/class_5132$class_5133;official pLcnd;p()Lbwp$a;
-
isUnrooted
public boolean isUnrooted()- Mappings:
Namespace Name Mixin selector named isUnrootedLnet/minecraft/entity/mob/CreakingEntity;isUnrooted()Zintermediary method_64628Lnet/minecraft/class_10275;method_64628()Zofficial tLcnd;t()Z
-
tryAttack
- Overrides:
tryAttackin classMobEntity- Mappings:
Namespace Name Mixin selector named tryAttackLnet/minecraft/entity/LivingEntity;tryAttack(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/Entity;)Zintermediary method_6121Lnet/minecraft/class_1309;method_6121(Lnet/minecraft/class_3218;Lnet/minecraft/class_1297;)Zofficial cLbvi;c(Lard;Lbum;)Z
-
damage
Applies a damage to this entity. The exact implementation differs between subclasses.LivingEntityhas health value, and damaging the entity decreases it. This also handles shields, extra damage to helmets for falling blocks, setting the attacker, playing hurt sound, etc.Some entities like
ItemEntityalso have health value, which the overridden method decrements. There also exist several entities, likeEndCrystalEntity, where any damage discards the entity (perhaps with an explosion).If this is overridden, it must check the result of
LivingEntity.isInvulnerableTo(net.minecraft.server.world.ServerWorld, net.minecraft.entity.damage.DamageSource)and return early.- Overrides:
damagein classLivingEntity- Returns:
- whether the entity was actually damaged
- See Also:
- Mappings:
Namespace Name Mixin selector named damageLnet/minecraft/entity/Entity;damage(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/damage/DamageSource;F)Zintermediary method_64397Lnet/minecraft/class_1297;method_64397(Lnet/minecraft/class_3218;Lnet/minecraft/class_1282;F)Zofficial aLbum;a(Lard;Lbtc;F)Z
-
becomeAngryAndGetPlayer
- Mappings:
Namespace Name Mixin selector named becomeAngryAndGetPlayerLnet/minecraft/entity/mob/CreakingEntity;becomeAngryAndGetPlayer(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/entity/player/PlayerEntity;intermediary method_65790Lnet/minecraft/class_10275;method_65790(Lnet/minecraft/class_1282;)Lnet/minecraft/class_1657;official jLcnd;j(Lbtc;)Lcoy;
-
isPushable
public boolean isPushable()Returns whether the entity can be pushed by other entities.- Overrides:
isPushablein classLivingEntity- Returns:
- whether the entity can be pushed by other entities
- Mappings:
Namespace Name Mixin selector named isPushableLnet/minecraft/entity/Entity;isPushable()Zintermediary method_5810Lnet/minecraft/class_1297;method_5810()Zofficial bILbum;bI()Z
-
addVelocity
public void addVelocity(double deltaX, double deltaY, double deltaZ) - Overrides:
addVelocityin classEntity- Mappings:
Namespace Name Mixin selector named addVelocityLnet/minecraft/entity/Entity;addVelocity(DDD)Vintermediary method_5762Lnet/minecraft/class_1297;method_5762(DDD)Vofficial jLbum;j(DDD)V
-
getBrain
- Overrides:
getBrainin classLivingEntity- Mappings:
Namespace Name Mixin selector named getBrainLnet/minecraft/entity/LivingEntity;getBrain()Lnet/minecraft/entity/ai/brain/Brain;intermediary method_18868Lnet/minecraft/class_1309;method_18868()Lnet/minecraft/class_4095;official ebLbvi;eb()Lbwk;
-
mobTick
-
tickMovement
public void tickMovement()- Overrides:
tickMovementin classHostileEntity- Mappings:
Namespace Name Mixin selector named tickMovementLnet/minecraft/entity/LivingEntity;tickMovement()Vintermediary method_6007Lnet/minecraft/class_1309;method_6007()Vofficial d_Lbvi;d_()V
-
tick
public void tick()Ticks this entity.- Overrides:
tickin classMobEntity- See Also:
- API Note:
- This can be overridden to add additional logics.
super.tick();should be called in those cases. - Implementation Note:
- By default, this delegates all logics to
MobEntity.baseTick(). - Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/entity/Entity;tick()Vintermediary method_5773Lnet/minecraft/class_1297;method_5773()Vofficial hLbum;h()V
-
updatePostDeath
protected void updatePostDeath()- Overrides:
updatePostDeathin classLivingEntity- Mappings:
Namespace Name Mixin selector named updatePostDeathLnet/minecraft/entity/LivingEntity;updatePostDeath()Vintermediary method_6108Lnet/minecraft/class_1309;method_6108()Vofficial elLbvi;el()V
-
updateLimbs
protected void updateLimbs(float posDelta) - Overrides:
updateLimbsin classLivingEntity- Mappings:
Namespace Name Mixin selector named updateLimbsLnet/minecraft/entity/LivingEntity;updateLimbs(F)Vintermediary method_48565Lnet/minecraft/class_1309;method_48565(F)Vofficial BLbvi;B(F)V
-
tickAttackAnimation
private void tickAttackAnimation()- Mappings:
Namespace Name Mixin selector named tickAttackAnimationLnet/minecraft/entity/mob/CreakingEntity;tickAttackAnimation()Vintermediary method_64624Lnet/minecraft/class_10275;method_64624()Vofficial gDLcnd;gD()V
-
finishCrumbling
public void finishCrumbling()- Mappings:
Namespace Name Mixin selector named finishCrumblingLnet/minecraft/entity/mob/CreakingEntity;finishCrumbling()Vintermediary method_65793Lnet/minecraft/class_10275;method_65793()Vofficial xLcnd;x()V
-
killFromHeart
- Mappings:
Namespace Name Mixin selector named killFromHeartLnet/minecraft/entity/mob/CreakingEntity;killFromHeart(Lnet/minecraft/entity/damage/DamageSource;)Vintermediary method_65791Lnet/minecraft/class_10275;method_65791(Lnet/minecraft/class_1282;)Vofficial kLcnd;k(Lbtc;)V
-
handleStatus
public void handleStatus(byte status) Called on the client when the entity receives an entity status from the server. They are often used to spawn particles or play sounds. Subclasses can override this method to handle custom entity status.- Overrides:
handleStatusin classMobEntity- See Also:
- API Note:
- To send an entity status, use
World.sendEntityStatus(net.minecraft.entity.Entity, byte). - Mappings:
Namespace Name Mixin selector named handleStatusLnet/minecraft/entity/Entity;handleStatus(B)Vintermediary method_5711Lnet/minecraft/class_1297;method_5711(B)Vofficial bLbum;b(B)V
-
isFireImmune
public boolean isFireImmune()Returns whether the entity is immune to fire damage.- Overrides:
isFireImmunein classEntity- Returns:
- whether the entity is immune to fire damage
- See Also:
- Mappings:
Namespace Name Mixin selector named isFireImmuneLnet/minecraft/entity/Entity;isFireImmune()Zintermediary method_5753Lnet/minecraft/class_1297;method_5753()Zofficial biLbum;bi()Z
-
canBeNameTagged
public boolean canBeNameTagged()- Overrides:
canBeNameTaggedin classLivingEntity- Mappings:
Namespace Name Mixin selector named canBeNameTaggedLnet/minecraft/entity/LivingEntity;canBeNameTagged()Zintermediary method_65897Lnet/minecraft/class_1309;method_65897()Zofficial eLLbvi;eL()Z
-
canAddPassenger
Returns whetherentitycan ride this entity.Returning
falsecauses other entities to be unable to ride this entity. For example,BoatEntityuses this to restrict how many passengers can ride the same boat (2 for normal, 1 for chest boat).This is the opposite of
Entity.canStartRiding(net.minecraft.entity.Entity).- Overrides:
canAddPassengerin classEntity- Returns:
- whether
entitycan ride this entity - See Also:
- Mappings:
Namespace Name Mixin selector named canAddPassengerLnet/minecraft/entity/Entity;canAddPassenger(Lnet/minecraft/entity/Entity;)Zintermediary method_5818Lnet/minecraft/class_1297;method_5818(Lnet/minecraft/class_1297;)Zofficial rLbum;r(Lbum;)Z
-
couldAcceptPassenger
protected boolean couldAcceptPassenger()Returnstrueif this entity supports passengers in general.- Overrides:
couldAcceptPassengerin classEntity- Returns:
trueif this entity supports passengers in general- Mappings:
Namespace Name Mixin selector named couldAcceptPassengerLnet/minecraft/entity/Entity;couldAcceptPassenger()Zintermediary method_48921Lnet/minecraft/class_1297;method_48921()Zofficial bRLbum;bR()Z
-
addPassenger
Addspassengeras a passenger. This should not be called normally; callEntity.startRiding(Entity)instead. (Note that the entity to pass and the entity to call are swapped in this case;entity.startRiding(vehicle)is the equivalent ofvehicle.addPassenger(entity).)- Overrides:
addPassengerin classEntity- Throws:
IllegalStateException- when the method is called directly- Mappings:
Namespace Name Mixin selector named addPassengerLnet/minecraft/entity/Entity;addPassenger(Lnet/minecraft/entity/Entity;)Vintermediary method_5627Lnet/minecraft/class_1297;method_5627(Lnet/minecraft/class_1297;)Vofficial pLbum;p(Lbum;)V
-
canUsePortals
public boolean canUsePortals(boolean allowVehicles) Returns whether the entity can use nether portals and end portals.EnderDragonEntity,WitherEntity, andFishingBobberEntitycannot use portals.- Overrides:
canUsePortalsin classLivingEntity- Returns:
- whether the entity can use nether portals and end portals
- Mappings:
Namespace Name Mixin selector named canUsePortalsLnet/minecraft/entity/Entity;canUsePortals(Z)Zintermediary method_5822Lnet/minecraft/class_1297;method_5822(Z)Zofficial oLbum;o(Z)Z
-
isStuckWithPlayer
public boolean isStuckWithPlayer()- Mappings:
Namespace Name Mixin selector named isStuckWithPlayerLnet/minecraft/entity/mob/CreakingEntity;isStuckWithPlayer()Zintermediary method_65784Lnet/minecraft/class_10275;method_65784()Zofficial gsLcnd;gs()Z
-
readCustomDataFromNbt
Reads custom data fromnbt. Subclasses have to implement this.NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.
nbtmight not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.- Overrides:
readCustomDataFromNbtin classMobEntity- See Also:
- Mappings:
Namespace Name Mixin selector named readCustomDataFromNbtLnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)Vintermediary method_5749Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)Vofficial aLbum;a(Ltq;)V
-
writeCustomDataToNbt
Writes custom data tonbt. Subclasses have to implement this.NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.
- Overrides:
writeCustomDataToNbtin classMobEntity- See Also:
- Mappings:
Namespace Name Mixin selector named writeCustomDataToNbtLnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)Vintermediary method_5652Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)Vofficial bLbum;b(Ltq;)V
-
setHomePos
- Mappings:
Namespace Name Mixin selector named setHomePosLnet/minecraft/entity/mob/CreakingEntity;setHomePos(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_65901Lnet/minecraft/class_10275;method_65901(Lnet/minecraft/class_2338;)Vofficial iLcnd;i(Lji;)V
-
getHomePos
- Mappings:
Namespace Name Mixin selector named getHomePosLnet/minecraft/entity/mob/CreakingEntity;getHomePos()Lnet/minecraft/util/math/BlockPos;intermediary method_65900Lnet/minecraft/class_10275;method_65900()Lnet/minecraft/class_2338;official gtLcnd;gt()Lji;
-
setCrumbling
public void setCrumbling()- Mappings:
Namespace Name Mixin selector named setCrumblingLnet/minecraft/entity/mob/CreakingEntity;setCrumbling()Vintermediary method_65785Lnet/minecraft/class_10275;method_65785()Vofficial guLcnd;gu()V
-
isCrumbling
public boolean isCrumbling()- Mappings:
Namespace Name Mixin selector named isCrumblingLnet/minecraft/entity/mob/CreakingEntity;isCrumbling()Zintermediary method_65786Lnet/minecraft/class_10275;method_65786()Zofficial gvLcnd;gv()Z
-
hasGlowingEyesWhileCrumbling
public boolean hasGlowingEyesWhileCrumbling()- Mappings:
Namespace Name Mixin selector named hasGlowingEyesWhileCrumblingLnet/minecraft/entity/mob/CreakingEntity;hasGlowingEyesWhileCrumbling()Zintermediary method_65787Lnet/minecraft/class_10275;method_65787()Zofficial gyLcnd;gy()Z
-
updateCrumblingEyeFlicker
public void updateCrumblingEyeFlicker()- Mappings:
Namespace Name Mixin selector named updateCrumblingEyeFlickerLnet/minecraft/entity/mob/CreakingEntity;updateCrumblingEyeFlicker()Vintermediary method_65788Lnet/minecraft/class_10275;method_65788()Vofficial gzLcnd;gz()V
-
playAttackSound
public void playAttackSound()- Overrides:
playAttackSoundin classMobEntity- Mappings:
Namespace Name Mixin selector named playAttackSoundLnet/minecraft/entity/mob/MobEntity;playAttackSound()Vintermediary method_59928Lnet/minecraft/class_1308;method_59928()Vofficial gjLbvk;gj()V
-
getAmbientSound
- Overrides:
getAmbientSoundin classMobEntity- Mappings:
Namespace Name Mixin selector named getAmbientSoundLnet/minecraft/entity/mob/MobEntity;getAmbientSound()Lnet/minecraft/sound/SoundEvent;intermediary method_5994Lnet/minecraft/class_1308;method_5994()Lnet/minecraft/class_3414;official uLbvk;u()Lavz;
-
getHurtSound
- Overrides:
getHurtSoundin classHostileEntity- Mappings:
Namespace Name Mixin selector named getHurtSoundLnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/sound/SoundEvent;intermediary method_6011Lnet/minecraft/class_1309;method_6011(Lnet/minecraft/class_1282;)Lnet/minecraft/class_3414;official eLbvi;e(Lbtc;)Lavz;
-
getDeathSound
- Overrides:
getDeathSoundin classHostileEntity- Mappings:
Namespace Name Mixin selector named getDeathSoundLnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;intermediary method_6002Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;official o_Lbvi;o_()Lavz;
-
playStepSound
- Overrides:
playStepSoundin classEntity- Mappings:
Namespace Name Mixin selector named playStepSoundLnet/minecraft/entity/Entity;playStepSound(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary method_5712Lnet/minecraft/class_1297;method_5712(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial bLbum;b(Lji;Ldwy;)V
-
getTarget
- Specified by:
getTargetin interfaceTargeter- Overrides:
getTargetin classMobEntity- Mappings:
Namespace Name Mixin selector named getTargetLnet/minecraft/entity/Targeter;getTarget()Lnet/minecraft/entity/LivingEntity;intermediary method_5968Lnet/minecraft/class_8152;method_5968()Lnet/minecraft/class_1309;official O_Lbwg;O_()Lbvi;
-
sendAiDebugData
protected void sendAiDebugData()- Overrides:
sendAiDebugDatain classMobEntity- Mappings:
Namespace Name Mixin selector named sendAiDebugDataLnet/minecraft/entity/mob/MobEntity;sendAiDebugData()Vintermediary method_18409Lnet/minecraft/class_1308;method_18409()Vofficial acLbvk;ac()V
-
takeKnockback
public void takeKnockback(double strength, double x, double z) - Overrides:
takeKnockbackin classLivingEntity- Mappings:
Namespace Name Mixin selector named takeKnockbackLnet/minecraft/entity/LivingEntity;takeKnockback(DDD)Vintermediary method_6005Lnet/minecraft/class_1309;method_6005(DDD)Vofficial pLbvi;p(DDD)V
-
shouldBeUnrooted
public boolean shouldBeUnrooted()- Mappings:
Namespace Name Mixin selector named shouldBeUnrootedLnet/minecraft/entity/mob/CreakingEntity;shouldBeUnrooted()Zintermediary method_64629Lnet/minecraft/class_10275;method_64629()Zofficial gALcnd;gA()Z
-
activate
- Mappings:
Namespace Name Mixin selector named activateLnet/minecraft/entity/mob/CreakingEntity;activate(Lnet/minecraft/entity/player/PlayerEntity;)Vintermediary method_65117Lnet/minecraft/class_10275;method_65117(Lnet/minecraft/class_1657;)Vofficial aLcnd;a(Lcoy;)V
-
deactivate
public void deactivate()- Mappings:
Namespace Name Mixin selector named deactivateLnet/minecraft/entity/mob/CreakingEntity;deactivate()Vintermediary method_65118Lnet/minecraft/class_10275;method_65118()Vofficial gBLcnd;gB()V
-
setActive
public void setActive(boolean active) - Mappings:
Namespace Name Mixin selector named setActiveLnet/minecraft/entity/mob/CreakingEntity;setActive(Z)Vintermediary method_64631Lnet/minecraft/class_10275;method_64631(Z)Vofficial xLcnd;x(Z)V
-
isActive
public boolean isActive()- Mappings:
Namespace Name Mixin selector named isActiveLnet/minecraft/entity/mob/CreakingEntity;isActive()Zintermediary method_64630Lnet/minecraft/class_10275;method_64630()Zofficial gCLcnd;gC()Z
-
getPathfindingFavor
- Overrides:
getPathfindingFavorin classHostileEntity- Mappings:
Namespace Name Mixin selector named getPathfindingFavorLnet/minecraft/entity/mob/PathAwareEntity;getPathfindingFavor(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/WorldView;)Fintermediary method_6144Lnet/minecraft/class_1314;method_6144(Lnet/minecraft/class_2338;Lnet/minecraft/class_4538;)Fofficial aLbvq;a(Lji;Ldgm;)F
-