Package net.minecraft
Class class_6975
- All Implemented Interfaces:
Monster,CommandOutput,Nameable,EntityLike,SculkSensorListener.Callback
- Mappings:
Namespace Name official bnwintermediary net/minecraft/class_6975named net/minecraft/class_6975
-
Nested Class Summary
Nested ClassesNested 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.RemovalReason -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<EntityType<?>,Integer> protected static final ImmutableList<? extends SensorType<? extends Sensor<? super class_6975>>>static final intprivate intprivate static final TrackedData<Integer>private @Nullable SoundEventprivate final EntityGameEventHandlerprivate final SculkSensorListenerprivate static final floatprivate final class_6973protected static final ImmutableList<? extends MemoryModuleType<?>>private static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final floatprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final floatprivate static final intprivate static final floatprivate static final floatprivate static final intprivate static final intprivate static final intprivate static final intprivate floatprivate floatprivate floatprivate floatprivate intstatic final intFields inherited from class net.minecraft.entity.mob.PathAwareEntity
field_35670Fields inherited from class net.minecraft.entity.mob.MobEntity
ambientSoundChance, armorDropChances, BASE_ENCHANTED_ARMOR_CHANCE, BASE_ENCHANTED_MAIN_HAND_EQUIPMENT_CHANCE, BASE_SPAWN_EQUIPMENT_CHANCE, DEFAULT_CAN_PICKUP_LOOT_CHANCE, DEFAULT_DROP_CHANCE, experiencePoints, field_35039, goalSelector, handDropChances, jumpControl, LEASH_KEY, lookControl, moveControl, navigation, targetSelectorFields 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_FLAGFields 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, firstUpdate, FLAGS, fluidHeight, FREEZING_DAMAGE_INTERVAL, GLOWING_FLAG_INDEX, horizontalCollision, horizontalSpeed, ID_KEY, ignoreCameraFrustum, inNetherPortal, inPowderSnow, intersectionChecked, lastNetherPortalPosition, lastRenderX, lastRenderY, lastRenderZ, LOGGER, 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, submergedFluidTag, submergedInWater, timeUntilRegen, touchingWater, uuid, UUID_KEY, uuidString, VELOCITY_AFFECTING_POS_Y_OFFSET, velocityDirty, velocityModified, verticalCollision, wasInPowderSnow, wasOnFire, worldFields inherited from interface net.minecraft.server.command.CommandOutput
DUMMYFields inherited from interface net.minecraft.entity.mob.Monster
NORMAL_MONSTER_XP, SMALL_MONSTER_XP, STRONG_MONSTER_XP, STRONGER_MONSTER_XP, WITHER_XP, ZERO_XP -
Constructor Summary
ConstructorsConstructorDescriptionclass_6975(EntityType<? extends class_6975> type, World world) class_6975(World world) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(World world, GameEventListener listener, BlockPos blockPos, GameEvent gameEvent, @Nullable Entity entity, int int2) Accepts a game event after delay.booleanaccepts(World world, GameEventListener listener, BlockPos pos, GameEvent event, @Nullable Entity entity) Returns whether the callback wants to accept this event.protected floatprotected booleancanStartRiding(Entity entity) protected Brain.Profile<class_6975>protected Brain<?>deserializeBrain(com.mojang.serialization.Dynamic<?> dynamic) protected SoundEventgetBrain()protected SoundEventReturns the game event handler for this entity.getGroup()protected SoundEventgetHurtSound(DamageSource source) protected floatvoidhandleStatus(byte status) protected voidinitialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable EntityData entityData, @Nullable NbtCompound entityNbt) booleanisInvulnerableTo(DamageSource damageSource) booleanprivate floatmethod_40666(float float2, float float3, float float4) voidmethod_40667(int int2) voidmethod_40668(Entity entity) private SoundEventmethod_40669(class_6975.class_6976 class_6976) private voidmethod_40670(class_6975 class_6975, World world, class_6962 class_6962) static booleanmethod_40671(@Nullable Entity entity) floatmethod_40672(float float2, float float3) intintprivate voidprivate intfloatmethod_40679(float float2, float float3) floatmethod_40680(float float2, float float3) floatmethod_40681(float float2, float float3) protected voidmobTick()booleanvoidonPlayerCollision(PlayerEntity player) voidonTrackedDataSet(TrackedData<?> data) protected voidplayStepSound(BlockPos pos, BlockState state) voidprotected voidvoidtick()voidbooleanvoidMethods inherited from class net.minecraft.entity.mob.HostileEntity
canSpawnIgnoreLightLevel, canSpawnInDark, createHostileAttributes, getArrowType, getFallSounds, getPathfindingFavor, getSplashSound, getSwimSound, isAngryAt, isDisallowedInPeaceful, isSpawnDark, shouldDropLoot, shouldDropXp, updateDespawnCounterMethods inherited from class net.minecraft.entity.mob.PathAwareEntity
canSpawn, getPathfindingFavor, getRunFromLeashSpeed, isNavigating, updateForLeashLength, updateLeashMethods inherited from class net.minecraft.entity.mob.MobEntity
attachLeash, baseTick, canBeControlledByRider, canBeLeashedBy, canEquip, canGather, canImmediatelyDespawn, canJumpToNextPathNode, canMobSpawn, canMoveVoluntarily, cannotDespawn, canPickupItem, canPickUpLoot, canSpawn, canTarget, canUseRangedWeapon, checkDespawn, clearGoalsAndTasks, clearPositionTarget, convertTo, createBodyControl, createMobAttributes, createNavigation, detachLeash, dropEquipment, dropLoot, enchantEquipment, enchantMainHandItem, equipLootStack, equipStack, getArmorItems, getDropChance, getEquipmentForSlot, getEquippedStack, getHoldingEntity, getItemsHand, getJumpControl, getLimitPerChunk, getLookControl, getLootContextBuilder, getLootTable, getLootTableId, getMainArm, getMaxHeadRotation, getMaxLookPitchChange, getMaxLookYawChange, getMinAmbientSoundDelay, getMoveControl, getNavigation, getPathfindingPenalty, getPickBlockStack, getPositionTarget, getPositionTargetRange, getSafeFallDistance, getVisibilityCache, getXpToDrop, hasPositionTarget, initEquipment, initGoals, interact, interactMob, isAffectedByDaylight, isAiDisabled, isAttacking, isInWalkTargetRange, isInWalkTargetRange, isLeashed, isLeftHanded, isLogicalSideForUpdatingMovement, isPersistent, lookAtEntity, loot, movesIndependently, onEatingGrass, onPlayerSpawnedChild, playAmbientSound, playHurtSound, playSpawnEffects, prefersNewDamageableItem, prefersNewEquipment, removeFromDimension, setAiDisabled, setAttacking, setBaby, setCanPickUpLoot, setEquipmentDropChance, setForwardSpeed, setHoldingEntityId, setLeftHanded, setMovementSpeed, setPathfindingPenalty, setPersistent, setPositionTarget, setSidewaysSpeed, setTarget, setUpwardSpeed, spawnsTooManyForEachTry, squaredAttackRange, startRiding, swimUpward, tickNewAi, tryEquip, turnHead, updateDropChances, updateEnchantments, updateGoalControlsMethods inherited from class net.minecraft.entity.LivingEntity
addPowderSnowSlowIfNeeded, addSoulSpeedBoostIfNeeded, addStatusEffect, addStatusEffect, animateDamage, applyArmorToDamage, applyDamage, applyEnchantmentsToDamage, applyMovementEffects, applyMovementInput, attackLivingEntity, blockedByShield, canBeRiddenInWater, canBreatheInWater, canFreeze, canHaveStatusEffect, canSee, canTakeDamage, canTarget, canWalkOnFluid, clearActiveItem, clearPotionSwirls, clearSleepingPosition, clearStatusEffects, collides, computeFallDamage, consumeItem, containsOnlyAmbientEffects, createLivingAttributes, createSpawnPacket, damage, damageArmor, damageHelmet, damageShield, displaySoulSpeedEffects, drop, dropInventory, dropXp, eatFood, endCombat, enterCombat, fall, getAbsorptionAmount, getActiveEyeHeight, getActiveHand, getActiveItem, getActiveStatusEffects, getArmor, getArmorVisibility, getAttackDistanceScalingFactor, getAttacker, getAttacking, getAttributeBaseValue, getAttributeInstance, getAttributes, getAttributeValue, getBaseMovementSpeedMultiplier, getBoundingBox, getClimbingPos, getDamageTracker, getDespawnCounter, getDimensions, getDrinkSound, getEatSound, getEyeHeight, getHandSwingProgress, getHeadYaw, getHealth, getItemUseTime, getItemUseTimeLeft, getJumpBoostVelocityModifier, getJumpVelocity, getLastAttackedTime, getLastAttackTime, getLeaningPitch, getMainHandStack, getMaxHealth, getMovementSpeed, getNextAirOnLand, getNextAirUnderwater, getOffHandStack, getPoses, getPreferredEquipmentSlot, getPrimeAdversary, getRandom, getRecentDamageSource, getRoll, getScaleFactor, getSleepingDirection, getSleepingPosition, getSoundPitch, getStackInHand, getStackReference, getStatusEffect, getStatusEffects, getStingerCount, getStuckArrowCount, getVelocityMultiplier, getVisibilityBoundingBox, getYaw, handleFallDamage, hasNoDrag, hasStackEquipped, hasStatusEffect, heal, hurtByWater, isAffectedBySplashPotions, isAlive, isBaby, isBlocking, isClimbing, isDead, isFallFlying, isGlowing, isHolding, isHolding, isHoldingOntoLadder, isImmobile, isInsideWall, isInSwimmingPose, isMobOrPlayer, isOnSoulSpeedBlock, isPartOfGame, isPushable, isSleeping, isTarget, isUndead, isUsingItem, isUsingRiptide, jump, kill, knockback, knockDownwards, lookAt, markEffectsDirty, method_26317, method_40612, method_40613, method_40614, method_40615, onAttacking, onDeath, onEquipStack, onKilledBy, onStatusEffectApplied, onStatusEffectRemoved, onStatusEffectUpgraded, playBlockFallSound, positionInPortal, positionInPortal, processEquippedStack, pushAway, pushAwayFrom, readFromPacket, removePowderSnowSlow, removeSoulSpeedBoost, removeStatusEffect, removeStatusEffectInternal, scheduleVelocityUpdate, sendEquipmentBreakStatus, sendPickup, sendToolBreakStatus, setAbsorptionAmount, setAttacker, setAttacking, setBodyYaw, setCurrentHand, setDespawnCounter, setHeadYaw, setHealth, setJumping, setLivingFlag, setNearbySongPlaying, setNoDrag, setOnGround, setRiptideTicks, setSleepingPosition, setSprinting, setStackInHand, setStatusEffect, setStingerCount, setStuckArrowCount, shouldAlwaysDropXp, shouldDisplaySoulSpeedEffects, shouldRemoveSoulSpeedBoost, shouldRenderName, shouldSwimInFluids, sleep, spawnConsumptionEffects, stopRiding, stopUsingItem, swingHand, swingHand, takeKnockback, takeShieldHit, teleport, tickCramming, tickHandSwing, tickInVoid, tickItemStackUsage, tickRiding, tickRiptide, tickStatusEffects, travel, triggerItemPickedUpByEntityCriteria, updateLimbs, updatePostDeath, updatePotionVisibility, updateTrackedHeadRotation, updateTrackedPositionAndAngles, wakeUpMethods inherited from class net.minecraft.entity.Entity
addAirTravelEffects, addFlapEffects, addPassenger, addScoreboardTag, addVelocity, adjustMovementForCollisions, adjustMovementForPiston, adjustMovementForSneaking, applyDamageEffects, applyMirror, applyRotation, attemptTickInVoid, bypassesLandingEffects, bypassesSteppingEffects, calculateBoundingBox, calculateBoundsForPose, calculateDimensions, canAddPassenger, canAvoidTraps, canBeSpectated, canExplosionDestroyBlock, canModifyAt, canUsePortals, changeLookDirection, checkBlockCollision, collidesWith, collidesWithStateAtPos, copyFrom, copyPositionAndRotation, detach, discard, dismountVehicle, distanceTo, doesNotCollide, doesRenderOnFire, dropItem, dropItem, dropStack, dropStack, emitGameEvent, emitGameEvent, entityDataRequiresOperator, equals, extinguish, getAir, getBlockPos, getBlockStateAtPos, 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, getHeight, getHeightOffset, 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, getPistonBehavior, getPitch, getPitch, getPortalRect, getPos, getPose, getPrimaryPassenger, getRandomBodyY, getRemovalReason, getRenderDistanceMultiplier, getRootVehicle, getRotationClient, getRotationVec, getRotationVecClient, getRotationVector, getRotationVector, getSavedEntityId, getScoreboardTags, getScoreboardTeam, getServer, getStandingEyeHeight, getSwimHeight, getTargetingMargin, getTeamColorValue, getTeleportTarget, getTrackedPosition, getType, getUuid, getUuidAsString, getVehicle, getVelocity, getVelocityAffectingPos, getWidth, getWorld, getX, getY, getYaw, getZ, handleAttack, hasCollidedSoftly, hasCustomName, hashCode, hasNetherPortalCooldown, hasNoGravity, hasPassenger, hasPassengerDeep, hasPassengers, hasPassengerType, hasPermissionLevel, hasPlayerRider, hasVehicle, hasWings, interactAt, isAttackable, isCollidable, isConnectedThroughVehicle, isCustomNameVisible, isDescending, isFireImmune, isFreezing, isGlowingLocal, isImmuneToExplosion, isInLava, isInRange, isInsideWaterOrBubbleColumn, isInSneakingPose, isInvisible, isInvisibleTo, isInvulnerable, isLiving, isOnFire, isOnGround, isPartOf, isPlayer, isPushedByFluids, isRegionUnloaded, isRemoved, isSilent, isSneaking, isSneaky, isSpectator, isSprinting, isSubmergedIn, isSubmergedInWater, isSwimming, isTeammate, isTeamPlayer, isTouchingWater, isTouchingWaterOrRain, isWet, method_40611, move, moveToWorld, offsetX, offsetZ, onBlockCollision, onBubbleColumnCollision, onBubbleColumnSurfaceCollision, onKilledOther, onLanding, onPassengerLookAround, onRemoved, onSpawnPacket, onStartedTrackingBy, onStoppedTrackingBy, onStruckByLightning, onSwimmingStart, playExtinguishSound, 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, setFireTicks, setFlag, setFrozenTicks, setGlowing, setId, setInNetherPortal, setInPowderSnow, setInvisible, setInvulnerable, setListener, setNoGravity, setOnFire, setOnFireFor, setOnFireFromLava, setPitch, setPos, setPose, setPosition, setPosition, setRemoved, setRenderDistanceMultiplier, setRotation, setSilent, setSneaking, setSwimming, setUuid, setVelocity, setVelocity, setVelocityClient, setYaw, shouldBroadcastConsoleToOps, shouldLeaveSwimmingPose, shouldReceiveFeedback, shouldRender, shouldRender, shouldSave, shouldSetPositionOnLoad, shouldSpawnSprintingParticles, shouldTrackOutput, slowMovement, spawnSprintingParticles, squaredDistanceTo, squaredDistanceTo, squaredDistanceTo, startRiding, streamPassengersAndSelf, streamSelfAndPassengers, teleport, tickNetherPortal, tickNetherPortalCooldown, toNbtList, toNbtList, toString, tryCheckBlockCollision, unsetRemoved, updateKilledAdvancementCriterion, updateMovementInFluid, updatePassengerForDismount, updatePassengerPosition, updatePosition, updatePositionAndAngles, updateSwimming, updateTrackedPosition, updateTrackedPosition, updateVelocity, updateWaterState, wouldPoseNotCollide, writeNbtMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.server.command.CommandOutput
cannotBeSilencedMethods inherited from interface net.minecraft.world.event.listener.SculkSensorListener.Callback
method_40825, method_40830
-
Field Details
-
field_36738
- Mappings:
Namespace Name Mixin selector official bLbnw;b:Ljava/util/Map;intermediary field_36738Lnet/minecraft/class_6975;field_36738:Ljava/util/Map;named field_36738Lnet/minecraft/class_6975;field_36738:Ljava/util/Map;
-
field_36752
private static final int field_36752- See Also:
- Mappings:
Namespace Name Mixin selector official cbLbnw;cb:Iintermediary field_36752Lnet/minecraft/class_6975;field_36752:Inamed field_36752Lnet/minecraft/class_6975;field_36752:I
-
field_36753
private static final int field_36753- See Also:
- Mappings:
Namespace Name Mixin selector official ccLbnw;cc:Iintermediary field_36753Lnet/minecraft/class_6975;field_36753:Inamed field_36753Lnet/minecraft/class_6975;field_36753:I
-
field_36754
private static final int field_36754- See Also:
- Mappings:
Namespace Name Mixin selector official cdLbnw;cd:Iintermediary field_36754Lnet/minecraft/class_6975;field_36754:Inamed field_36754Lnet/minecraft/class_6975;field_36754:I
-
field_36743
public static final int field_36743- See Also:
- Mappings:
Namespace Name Mixin selector official cLbnw;c:Iintermediary field_36743Lnet/minecraft/class_6975;field_36743:Inamed field_36743Lnet/minecraft/class_6975;field_36743:I
-
field_36755
private static final int field_36755- See Also:
- Mappings:
Namespace Name Mixin selector official ceLbnw;ce:Iintermediary field_36755Lnet/minecraft/class_6975;field_36755:Inamed field_36755Lnet/minecraft/class_6975;field_36755:I
-
field_36756
private static final int field_36756- See Also:
- Mappings:
Namespace Name Mixin selector official cfLbnw;cf:Iintermediary field_36756Lnet/minecraft/class_6975;field_36756:Inamed field_36756Lnet/minecraft/class_6975;field_36756:I
-
field_36757
private static final int field_36757- See Also:
- Mappings:
Namespace Name Mixin selector official cgLbnw;cg:Iintermediary field_36757Lnet/minecraft/class_6975;field_36757:Inamed field_36757Lnet/minecraft/class_6975;field_36757:I
-
field_36758
private static final float field_36758- See Also:
- Mappings:
Namespace Name Mixin selector official chLbnw;ch:Fintermediary field_36758Lnet/minecraft/class_6975;field_36758:Fnamed field_36758Lnet/minecraft/class_6975;field_36758:F
-
field_36759
private static final int field_36759- See Also:
- Mappings:
Namespace Name Mixin selector official ciLbnw;ci:Iintermediary field_36759Lnet/minecraft/class_6975;field_36759:Inamed field_36759Lnet/minecraft/class_6975;field_36759:I
-
field_36760
private static final int field_36760- See Also:
- Mappings:
Namespace Name Mixin selector official cjLbnw;cj:Iintermediary field_36760Lnet/minecraft/class_6975;field_36760:Inamed field_36760Lnet/minecraft/class_6975;field_36760:I
-
field_36761
private static final int field_36761- See Also:
- Mappings:
Namespace Name Mixin selector official ckLbnw;ck:Iintermediary field_36761Lnet/minecraft/class_6975;field_36761:Inamed field_36761Lnet/minecraft/class_6975;field_36761:I
-
field_36777
public static final int field_36777- See Also:
- Mappings:
Namespace Name Mixin selector official dLbnw;d:Iintermediary field_36777Lnet/minecraft/class_6975;field_36777:Inamed field_36777Lnet/minecraft/class_6975;field_36777:I
-
field_36762
private static final int field_36762- See Also:
- Mappings:
Namespace Name Mixin selector official clLbnw;cl:Iintermediary field_36762Lnet/minecraft/class_6975;field_36762:Inamed field_36762Lnet/minecraft/class_6975;field_36762:I
-
field_36763
private static final int field_36763- See Also:
- Mappings:
Namespace Name Mixin selector official cmLbnw;cm:Iintermediary field_36763Lnet/minecraft/class_6975;field_36763:Inamed field_36763Lnet/minecraft/class_6975;field_36763:I
-
field_36764
private static final float field_36764- See Also:
- Mappings:
Namespace Name Mixin selector official cnLbnw;cn:Fintermediary field_36764Lnet/minecraft/class_6975;field_36764:Fnamed field_36764Lnet/minecraft/class_6975;field_36764:F
-
field_36765
private static final int field_36765- See Also:
- Mappings:
Namespace Name Mixin selector official coLbnw;co:Iintermediary field_36765Lnet/minecraft/class_6975;field_36765:Inamed field_36765Lnet/minecraft/class_6975;field_36765:I
-
field_36766
private static final float field_36766- See Also:
- Mappings:
Namespace Name Mixin selector official cpLbnw;cp:Fintermediary field_36766Lnet/minecraft/class_6975;field_36766:Fnamed field_36766Lnet/minecraft/class_6975;field_36766:F
-
field_36767
private static final float field_36767- See Also:
- Mappings:
Namespace Name Mixin selector official cqLbnw;cq:Fintermediary field_36767Lnet/minecraft/class_6975;field_36767:Fnamed field_36767Lnet/minecraft/class_6975;field_36767:F
-
field_36768
private static final int field_36768- See Also:
- Mappings:
Namespace Name Mixin selector official crLbnw;cr:Iintermediary field_36768Lnet/minecraft/class_6975;field_36768:Inamed field_36768Lnet/minecraft/class_6975;field_36768:I
-
field_36769
private static final int field_36769- See Also:
- Mappings:
Namespace Name Mixin selector official csLbnw;cs:Iintermediary field_36769Lnet/minecraft/class_6975;field_36769:Inamed field_36769Lnet/minecraft/class_6975;field_36769:I
-
field_36770
private static final int field_36770- See Also:
- Mappings:
Namespace Name Mixin selector official ctLbnw;ct:Iintermediary field_36770Lnet/minecraft/class_6975;field_36770:Inamed field_36770Lnet/minecraft/class_6975;field_36770:I
-
field_36771
private static final int field_36771- See Also:
- Mappings:
Namespace Name Mixin selector official cuLbnw;cu:Iintermediary field_36771Lnet/minecraft/class_6975;field_36771:Inamed field_36771Lnet/minecraft/class_6975;field_36771:I
-
field_36745
- Mappings:
Namespace Name Mixin selector official cBLbnw;cB:Lxw;intermediary field_36745Lnet/minecraft/class_6975;field_36745:Lnet/minecraft/class_2940;named field_36745Lnet/minecraft/class_6975;field_36745:Lnet/minecraft/entity/data/TrackedData;
-
field_36749
private static final float field_36749- See Also:
- Mappings:
Namespace Name Mixin selector official cFLbnw;cF:Fintermediary field_36749Lnet/minecraft/class_6975;field_36749:Fnamed field_36749Lnet/minecraft/class_6975;field_36749:F
-
field_36742
protected static final ImmutableList<? extends SensorType<? extends Sensor<? super class_6975>>> field_36742- Mappings:
Namespace Name Mixin selector official bZLbnw;bZ:Lcom/google/common/collect/ImmutableList;intermediary field_36742Lnet/minecraft/class_6975;field_36742:Lcom/google/common/collect/ImmutableList;named field_36742Lnet/minecraft/class_6975;field_36742:Lcom/google/common/collect/ImmutableList;
-
field_36751
- Mappings:
Namespace Name Mixin selector official caLbnw;ca:Lcom/google/common/collect/ImmutableList;intermediary field_36751Lnet/minecraft/class_6975;field_36751:Lcom/google/common/collect/ImmutableList;named field_36751Lnet/minecraft/class_6975;field_36751:Lcom/google/common/collect/ImmutableList;
-
field_36772
private float field_36772- Mappings:
Namespace Name Mixin selector official cvLbnw;cv:Fintermediary field_36772Lnet/minecraft/class_6975;field_36772:Fnamed field_36772Lnet/minecraft/class_6975;field_36772:F
-
field_36773
private float field_36773- Mappings:
Namespace Name Mixin selector official cwLbnw;cw:Fintermediary field_36773Lnet/minecraft/class_6975;field_36773:Fnamed field_36773Lnet/minecraft/class_6975;field_36773:F
-
field_36774
private float field_36774- Mappings:
Namespace Name Mixin selector official cxLbnw;cx:Fintermediary field_36774Lnet/minecraft/class_6975;field_36774:Fnamed field_36774Lnet/minecraft/class_6975;field_36774:F
-
field_36775
private float field_36775- Mappings:
Namespace Name Mixin selector official cyLbnw;cy:Fintermediary field_36775Lnet/minecraft/class_6975;field_36775:Fnamed field_36775Lnet/minecraft/class_6975;field_36775:F
-
field_36776
private int field_36776- Mappings:
Namespace Name Mixin selector official czLbnw;cz:Iintermediary field_36776Lnet/minecraft/class_6975;field_36776:Inamed field_36776Lnet/minecraft/class_6975;field_36776:I
-
field_36744
private int field_36744- Mappings:
Namespace Name Mixin selector official cALbnw;cA:Iintermediary field_36744Lnet/minecraft/class_6975;field_36744:Inamed field_36744Lnet/minecraft/class_6975;field_36744:I
-
field_36746
- Mappings:
Namespace Name Mixin selector official cCLbnw;cC:Lahc;intermediary field_36746Lnet/minecraft/class_6975;field_36746:Lnet/minecraft/class_3414;named field_36746Lnet/minecraft/class_6975;field_36746:Lnet/minecraft/sound/SoundEvent;
-
field_36747
- Mappings:
Namespace Name Mixin selector official cDLbnw;cD:Lctv;intermediary field_36747Lnet/minecraft/class_6975;field_36747:Lnet/minecraft/class_5715;named field_36747Lnet/minecraft/class_6975;field_36747:Lnet/minecraft/world/event/listener/EntityGameEventHandler;
-
field_36748
- Mappings:
Namespace Name Mixin selector official cELbnw;cE:Lctz;intermediary field_36748Lnet/minecraft/class_6975;field_36748:Lnet/minecraft/class_5718;named field_36748Lnet/minecraft/class_6975;field_36748:Lnet/minecraft/world/event/listener/SculkSensorListener;
-
field_36778
- Mappings:
Namespace Name Mixin selector official eLbnw;e:Laxc;intermediary field_36778Lnet/minecraft/class_6975;field_36778:Lnet/minecraft/class_6962;named field_36778Lnet/minecraft/class_6975;field_36778:Lnet/minecraft/class_6962;
-
field_36739
- Mappings:
Namespace Name Mixin selector official bWLbnw;bW:Laxc;intermediary field_36739Lnet/minecraft/class_6975;field_36739:Lnet/minecraft/class_6962;named field_36739Lnet/minecraft/class_6975;field_36739:Lnet/minecraft/class_6962;
-
field_36740
- Mappings:
Namespace Name Mixin selector official bXLbnw;bX:Laxc;intermediary field_36740Lnet/minecraft/class_6975;field_36740:Lnet/minecraft/class_6962;named field_36740Lnet/minecraft/class_6975;field_36740:Lnet/minecraft/class_6962;
-
field_36741
- Mappings:
Namespace Name Mixin selector official bYLbnw;bY:Laxc;intermediary field_36741Lnet/minecraft/class_6975;field_36741:Lnet/minecraft/class_6962;named field_36741Lnet/minecraft/class_6975;field_36741:Lnet/minecraft/class_6962;
-
field_36750
- Mappings:
Namespace Name Mixin selector official cGLbnw;cG:Lbnu;intermediary field_36750Lnet/minecraft/class_6975;field_36750:Lnet/minecraft/class_6973;named field_36750Lnet/minecraft/class_6975;field_36750:Lnet/minecraft/class_6973;
-
-
Constructor Details
-
class_6975
- Mappings:
Namespace Name Mixin selector official <init>Laxe;<init>(Laxi;Lcbf;)Vintermediary <init>Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)Vnamed <init>Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
-
class_6975
-
-
Method Details
-
occludeVibrationSignals
public boolean occludeVibrationSignals()- Overrides:
occludeVibrationSignalsin classEntity- Mappings:
Namespace Name Mixin selector official aOLaxe;aO()Zintermediary method_33189Lnet/minecraft/class_1297;method_33189()Znamed occludeVibrationSignalsLnet/minecraft/entity/Entity;occludeVibrationSignals()Z
-
getGameEventHandler
Returns the game event handler for this entity.Subclasses interested in listening to game events as an entity should return a handler so the
listenerused to receive game events can be registered to the correct dispatchers.- Overrides:
getGameEventHandlerin classEntity- Mappings:
Namespace Name Mixin selector official bVLaxe;bV()Lctv;intermediary method_32877Lnet/minecraft/class_1297;method_32877()Lnet/minecraft/class_5715;named getGameEventHandlerLnet/minecraft/entity/Entity;getGameEventHandler()Lnet/minecraft/world/event/listener/EntityGameEventHandler;
-
method_40682
- Mappings:
Namespace Name Mixin selector official nLbnw;n()Lbnu;intermediary method_40682Lnet/minecraft/class_6975;method_40682()Lnet/minecraft/class_6973;named method_40682Lnet/minecraft/class_6975;method_40682()Lnet/minecraft/class_6973;
-
initialize
@Nullable public @Nullable EntityData initialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable @Nullable EntityData entityData, @Nullable @Nullable NbtCompound entityNbt) - Overrides:
initializein classMobEntity- Mappings:
Namespace Name Mixin selector official aLaxu;a(Lcbu;Lavy;Laxw;Layk;Loh;)Layk;intermediary method_5943Lnet/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 initializeLnet/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;
-
createBrainProfile
- Overrides:
createBrainProfilein classLivingEntity- Mappings:
Namespace Name Mixin selector official duLaxs;du()Layn$b;intermediary method_28306Lnet/minecraft/class_1309;method_28306()Lnet/minecraft/class_4095$class_5303;named createBrainProfileLnet/minecraft/entity/LivingEntity;createBrainProfile()Lnet/minecraft/entity/ai/brain/Brain$Profile;
-
deserializeBrain
- Overrides:
deserializeBrainin classLivingEntity- Mappings:
Namespace Name Mixin selector official aLaxs;a(Lcom/mojang/serialization/Dynamic;)Layn;intermediary method_18867Lnet/minecraft/class_1309;method_18867(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/class_4095;named deserializeBrainLnet/minecraft/entity/LivingEntity;deserializeBrain(Lcom/mojang/serialization/Dynamic;)Lnet/minecraft/entity/ai/brain/Brain;
-
initDataTracker
protected void initDataTracker()- Overrides:
initDataTrackerin classMobEntity- Mappings:
Namespace Name Mixin selector official a_Laxe;a_()Vintermediary method_5693Lnet/minecraft/class_1297;method_5693()Vnamed initDataTrackerLnet/minecraft/entity/Entity;initDataTracker()V
-
method_40683
- Mappings:
Namespace Name Mixin selector official qLbnw;q()Lays$a;intermediary method_40683Lnet/minecraft/class_6975;method_40683()Lnet/minecraft/class_5132$class_5133;named method_40683Lnet/minecraft/class_6975;method_40683()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;
-
getBrain
- Overrides:
getBrainin classLivingEntity- Mappings:
Namespace Name Mixin selector official dtLaxs;dt()Layn;intermediary method_18868Lnet/minecraft/class_1309;method_18868()Lnet/minecraft/class_4095;named getBrainLnet/minecraft/entity/LivingEntity;getBrain()Lnet/minecraft/entity/ai/brain/Brain;
-
mobTick
protected void mobTick() -
method_40676
private void method_40676()- Mappings:
Namespace Name Mixin selector official fFLbnw;fF()Vintermediary method_40676Lnet/minecraft/class_6975;method_40676()Vnamed method_40676Lnet/minecraft/class_6975;method_40676()V
-
method_40669
- Mappings:
Namespace Name Mixin selector official aLbnw;a(Lbnw$a;)Lahc;intermediary method_40669Lnet/minecraft/class_6975;method_40669(Lnet/minecraft/class_6975$class_6976;)Lnet/minecraft/class_3414;named method_40669Lnet/minecraft/class_6975;method_40669(Lnet/minecraft/class_6975$class_6976;)Lnet/minecraft/sound/SoundEvent;
-
onTrackedDataSet
- Overrides:
onTrackedDataSetin classLivingEntity- Mappings:
Namespace Name Mixin selector official aLaxe;a(Lxw;)Vintermediary method_5674Lnet/minecraft/class_1297;method_5674(Lnet/minecraft/class_2940;)Vnamed onTrackedDataSetLnet/minecraft/entity/Entity;onTrackedDataSet(Lnet/minecraft/entity/data/TrackedData;)V
-
method_40670
- Mappings:
Namespace Name Mixin selector official aLbnw;a(Lbnw;Lcbf;Laxc;)Vintermediary method_40670Lnet/minecraft/class_6975;method_40670(Lnet/minecraft/class_6975;Lnet/minecraft/class_1937;Lnet/minecraft/class_6962;)Vnamed method_40670Lnet/minecraft/class_6975;method_40670(Lnet/minecraft/class_6975;Lnet/minecraft/world/World;Lnet/minecraft/class_6962;)V
-
tick
public void tick() -
isInvulnerableTo
- Overrides:
isInvulnerableToin classEntity- Mappings:
Namespace Name Mixin selector official bLaxe;b(Lawn;)Zintermediary method_5679Lnet/minecraft/class_1297;method_5679(Lnet/minecraft/class_1282;)Znamed isInvulnerableToLnet/minecraft/entity/Entity;isInvulnerableTo(Lnet/minecraft/entity/damage/DamageSource;)Z
-
method_40677
private int method_40677()- Mappings:
Namespace Name Mixin selector official fILbnw;fI()Iintermediary method_40677Lnet/minecraft/class_6975;method_40677()Inamed method_40677Lnet/minecraft/class_6975;method_40677()I
-
tickMovement
public void tickMovement()- Overrides:
tickMovementin classHostileEntity- Mappings:
Namespace Name Mixin selector official w_Laxs;w_()Vintermediary method_6007Lnet/minecraft/class_1309;method_6007()Vnamed tickMovementLnet/minecraft/entity/LivingEntity;tickMovement()V
-
handleStatus
public void handleStatus(byte status) - Overrides:
handleStatusin classMobEntity- Mappings:
Namespace Name Mixin selector official aLaxe;a(B)Vintermediary method_5711Lnet/minecraft/class_1297;method_5711(B)Vnamed handleStatusLnet/minecraft/entity/Entity;handleStatus(B)V
-
tryAttack
-
method_40668
- Mappings:
Namespace Name Mixin selector official aLbnw;a(Laxe;)Vintermediary method_40668Lnet/minecraft/class_6975;method_40668(Lnet/minecraft/class_1297;)Vnamed method_40668Lnet/minecraft/class_6975;method_40668(Lnet/minecraft/entity/Entity;)V
-
method_40684
- Mappings:
Namespace Name Mixin selector official tLbnw;t()Lbnw$a;intermediary method_40684Lnet/minecraft/class_6975;method_40684()Lnet/minecraft/class_6975$class_6976;named method_40684Lnet/minecraft/class_6975;method_40684()Lnet/minecraft/class_6975$class_6976;
-
method_40673
public int method_40673()- Mappings:
Namespace Name Mixin selector official fCLbnw;fC()Iintermediary method_40673Lnet/minecraft/class_6975;method_40673()Inamed method_40673Lnet/minecraft/class_6975;method_40673()I
-
method_40667
public void method_40667(int int2) - Mappings:
Namespace Name Mixin selector official aLbnw;a(I)Vintermediary method_40667Lnet/minecraft/class_6975;method_40667(I)Vnamed method_40667Lnet/minecraft/class_6975;method_40667(I)V
-
method_40674
- Specified by:
method_40674in interfaceSculkSensorListener.Callback- Mappings:
Namespace Name Mixin selector official fDLctz$b;fD()Lahz$e;intermediary method_40674Lnet/minecraft/class_5718$class_5719;method_40674()Lnet/minecraft/class_3494$class_5123;named method_40674Lnet/minecraft/world/event/listener/SculkSensorListener$Callback;method_40674()Lnet/minecraft/tag/Tag$Identified;
-
accepts
public boolean accepts(World world, GameEventListener listener, BlockPos pos, GameEvent event, @Nullable @Nullable Entity entity) Returns whether the callback wants to accept this event.- Specified by:
acceptsin interfaceSculkSensorListener.Callback- Mappings:
Namespace Name Mixin selector official aLctz$b;a(Lcbf;Lctu;Lgh;Lcts;Laxe;)Zintermediary method_32970Lnet/minecraft/class_5718$class_5719;method_32970(Lnet/minecraft/class_1937;Lnet/minecraft/class_5714;Lnet/minecraft/class_2338;Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;)Znamed acceptsLnet/minecraft/world/event/listener/SculkSensorListener$Callback;accepts(Lnet/minecraft/world/World;Lnet/minecraft/world/event/listener/GameEventListener;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;)Z
-
method_40671
- Mappings:
Namespace Name Mixin selector official bLbnw;b(Laxe;)Zintermediary method_40671Lnet/minecraft/class_6975;method_40671(Lnet/minecraft/class_1297;)Znamed method_40671Lnet/minecraft/class_6975;method_40671(Lnet/minecraft/entity/Entity;)Z
-
accept
public void accept(World world, GameEventListener listener, BlockPos blockPos, GameEvent gameEvent, @Nullable @Nullable Entity entity, int int2) Accepts a game event after delay.- Specified by:
acceptin interfaceSculkSensorListener.Callback- Mappings:
Namespace Name Mixin selector official aLctz$b;a(Lcbf;Lctu;Lgh;Lcts;Laxe;I)Vintermediary method_32969Lnet/minecraft/class_5718$class_5719;method_32969(Lnet/minecraft/class_1937;Lnet/minecraft/class_5714;Lnet/minecraft/class_2338;Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;I)Vnamed acceptLnet/minecraft/world/event/listener/SculkSensorListener$Callback;accept(Lnet/minecraft/world/World;Lnet/minecraft/world/event/listener/GameEventListener;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;I)V
-
writeCustomDataToNbt
- Overrides:
writeCustomDataToNbtin classMobEntity- Mappings:
Namespace Name Mixin selector official bLaxe;b(Loh;)Vintermediary method_5652Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)Vnamed writeCustomDataToNbtLnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
readCustomDataFromNbt
- Overrides:
readCustomDataFromNbtin classMobEntity- Mappings:
Namespace Name Mixin selector official aLaxe;a(Loh;)Vintermediary method_5749Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)Vnamed readCustomDataFromNbtLnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
getGroup
- Overrides:
getGroupin classLivingEntity- Mappings:
Namespace Name Mixin selector official etLaxs;et()Laxx;intermediary method_6046Lnet/minecraft/class_1309;method_6046()Lnet/minecraft/class_1310;named getGroupLnet/minecraft/entity/LivingEntity;getGroup()Lnet/minecraft/entity/EntityGroup;
-
canStartRiding
- Overrides:
canStartRidingin classEntity- Mappings:
Namespace Name Mixin selector official lLaxe;l(Laxe;)Zintermediary method_5860Lnet/minecraft/class_1297;method_5860(Lnet/minecraft/class_1297;)Znamed canStartRidingLnet/minecraft/entity/Entity;canStartRiding(Lnet/minecraft/entity/Entity;)Z
-
getTarget
-
sendAiDebugData
protected void sendAiDebugData()- Overrides:
sendAiDebugDatain classMobEntity- Mappings:
Namespace Name Mixin selector official QLaxu;Q()Vintermediary method_18409Lnet/minecraft/class_1308;method_18409()Vnamed sendAiDebugDataLnet/minecraft/entity/mob/MobEntity;sendAiDebugData()V
-
method_40672
public float method_40672(float float2, float float3) - Mappings:
Namespace Name Mixin selector official fLbnw;f(FF)Fintermediary method_40672Lnet/minecraft/class_6975;method_40672(FF)Fnamed method_40672Lnet/minecraft/class_6975;method_40672(FF)F
-
method_40679
public float method_40679(float float2, float float3) - Mappings:
Namespace Name Mixin selector official gLbnw;g(FF)Fintermediary method_40679Lnet/minecraft/class_6975;method_40679(FF)Fnamed method_40679Lnet/minecraft/class_6975;method_40679(FF)F
-
method_40666
private float method_40666(float float2, float float3, float float4) - Mappings:
Namespace Name Mixin selector official aLbnw;a(FFF)Fintermediary method_40666Lnet/minecraft/class_6975;method_40666(FFF)Fnamed method_40666Lnet/minecraft/class_6975;method_40666(FFF)F
-
method_40680
public float method_40680(float float2, float float3) - Mappings:
Namespace Name Mixin selector official hLbnw;h(FF)Fintermediary method_40680Lnet/minecraft/class_6975;method_40680(FF)Fnamed method_40680Lnet/minecraft/class_6975;method_40680(FF)F
-
method_40681
public float method_40681(float float2, float float3) - Mappings:
Namespace Name Mixin selector official iLbnw;i(FF)Fintermediary method_40681Lnet/minecraft/class_6975;method_40681(FF)Fnamed method_40681Lnet/minecraft/class_6975;method_40681(FF)F
-
method_40675
public int method_40675()- Mappings:
Namespace Name Mixin selector official fELbnw;fE()Iintermediary method_40675Lnet/minecraft/class_6975;method_40675()Inamed method_40675Lnet/minecraft/class_6975;method_40675()I
-
getAmbientSound
- Overrides:
getAmbientSoundin classMobEntity- Mappings:
Namespace Name Mixin selector official rLaxu;r()Lahc;intermediary method_5994Lnet/minecraft/class_1308;method_5994()Lnet/minecraft/class_3414;named getAmbientSoundLnet/minecraft/entity/mob/MobEntity;getAmbientSound()Lnet/minecraft/sound/SoundEvent;
-
getHurtSound
- Overrides:
getHurtSoundin classHostileEntity- Mappings:
Namespace Name Mixin selector official cLaxs;c(Lawn;)Lahc;intermediary method_6011Lnet/minecraft/class_1309;method_6011(Lnet/minecraft/class_1282;)Lnet/minecraft/class_3414;named getHurtSoundLnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/sound/SoundEvent;
-
getDeathSound
- Overrides:
getDeathSoundin classHostileEntity- Mappings:
Namespace Name Mixin selector official x_Laxs;x_()Lahc;intermediary method_6002Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;named getDeathSoundLnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
-
playStepSound
- Overrides:
playStepSoundin classEntity- Mappings:
Namespace Name Mixin selector official bLaxe;b(Lgh;Lcpp;)Vintermediary method_5712Lnet/minecraft/class_1297;method_5712(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vnamed playStepSoundLnet/minecraft/entity/Entity;playStepSound(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
getSoundCategory
- Overrides:
getSoundCategoryin classHostileEntity- Mappings:
Namespace Name Mixin selector official cOLaxe;cO()Lahe;intermediary method_5634Lnet/minecraft/class_1297;method_5634()Lnet/minecraft/class_3419;named getSoundCategoryLnet/minecraft/entity/Entity;getSoundCategory()Lnet/minecraft/sound/SoundCategory;
-
getSoundVolume
protected float getSoundVolume()- Overrides:
getSoundVolumein classLivingEntity- Mappings:
Namespace Name Mixin selector official exLaxs;ex()Fintermediary method_6107Lnet/minecraft/class_1309;method_6107()Fnamed getSoundVolumeLnet/minecraft/entity/LivingEntity;getSoundVolume()F
-
calculateNextStepSoundDistance
protected float calculateNextStepSoundDistance()- Overrides:
calculateNextStepSoundDistancein classEntity- Mappings:
Namespace Name Mixin selector official aELaxe;aE()Fintermediary method_5867Lnet/minecraft/class_1297;method_5867()Fnamed calculateNextStepSoundDistanceLnet/minecraft/entity/Entity;calculateNextStepSoundDistance()F
-
method_40616
public boolean method_40616()- Overrides:
method_40616in classLivingEntity- Mappings:
Namespace Name Mixin selector official fhLaxs;fh()Zintermediary method_40616Lnet/minecraft/class_1309;method_40616()Znamed method_40616Lnet/minecraft/entity/LivingEntity;method_40616()Z
-
onPlayerCollision
- Overrides:
onPlayerCollisionin classEntity- Mappings:
Namespace Name Mixin selector official bLaxe;b(Lbos;)Vintermediary method_5694Lnet/minecraft/class_1297;method_5694(Lnet/minecraft/class_1657;)Vnamed onPlayerCollisionLnet/minecraft/entity/Entity;onPlayerCollision(Lnet/minecraft/entity/player/PlayerEntity;)V
-