Package net.minecraft.entity.animal
Class AnimalBase
java.lang.Object
net.minecraft.entity.EntityBase
net.minecraft.entity.Living
net.minecraft.entity.WalkingBase
net.minecraft.entity.animal.AnimalBase
- All Implemented Interfaces:
class_582
@EnvironmentInterfaces(@EnvironmentInterface(value=SERVER,itf=class_582.class))
public abstract class AnimalBase
extends WalkingBase
implements class_582
- Mappings:
Namespace Name intermediary net/minecraft/class_258glue class_28server aoclient bgnamed net/minecraft/entity/animal/AnimalBase
-
Field Summary
Fields inherited from class net.minecraft.entity.WalkingBase
entity, field_663Fields inherited from class net.minecraft.entity.Living
attackTime, deathTime, despawnCounter, field_1009, field_1010, field_1011, field_1012, field_1013, field_1014, field_1015, field_1016, field_1017, field_1018, field_1020, field_1023, field_1024, field_1025, field_1026, field_1029, field_1030, field_1032, field_1034, field_1037, field_1039, field_1040, field_1043, field_1044, field_1045, field_1046, field_1047, field_1048, field_1050, field_1051, field_1052, field_1053, field_1054, field_1055, field_1056, field_1058, field_1060, handSwingProgress, health, hurtTime, jumping, lastHandSwingProgress, limbDistance, movementSpeed, texture, type, unusedFloatFields inherited from class net.minecraft.entity.EntityBase
air, boundingBox, chunkIndex, chunkX, chunkZ, clientX, clientY, clientZ, cloakUrl, dataTracker, entityId, fallDistance, field_1593, field_1612, field_1613, field_1617, field_1618, field_1622, field_1624, field_1625, field_1626, field_1627, field_1629, field_1634, field_1635, field_1640, field_1641, field_1642, field_1643, field_1645, field_1646, field_1648, fire, height, immuneToFire, inCobweb, level, onGround, passenger, pitch, prevPitch, prevRenderX, prevRenderY, prevRenderZ, prevX, prevY, prevYaw, prevZ, rand, removed, renderDistanceMultiplier, skinUrl, standingEyeHeight, vehicle, velocityX, velocityY, velocityZ, width, x, y, yaw, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanSpawn()protected floatgetPathfindingFavour(int x, int y, int z) intvoidvoidMethods inherited from class net.minecraft.entity.WalkingBase
getAttackTarget, method_632, method_633, method_634, method_636, method_639, method_640, setTarget, tickHandSwing, tryAttackMethods inherited from class net.minecraft.entity.Living
addHealth, applyDamage, baseTick, cannotMove, damage, destroy, getAmbientSound, getDeathSound, getDrops, getHurtSound, getLimitPerChunk, getLookPitchSpeed, getMobDrops, getMonsterHeldItem, getSoundVolume, getStandingEyeHeight, getTextured, handleFallDamage, handleStatus, initDataTracker, isAlive, isSleeping, jump, method_1311, method_1312, method_1320, method_1356, method_1380, method_917, method_918, method_920, method_921, method_922, method_923, method_924, method_925, method_926, method_928, method_929, method_930, method_931, method_932, method_934, method_940, onKilledBy, onSpawnedFromSpawner, setSize, tick, tickRiding, travel, updateDespawnCounterMethods inherited from class net.minecraft.entity.EntityBase
accelerate, afterSpawn, canClimb, damageByFire, distanceTo, distanceTo, dropItem, dropItem, dropItem, equals, fromTag, getBoundingBox, getBrightnessAtEyes, getDataTracker, getEyeHeight, getHeightOffset, getMountedHeightOffset, getStringId, handleKilledEntity, hashCode, initCloak, interact, isInFluid, isInsideWall, isTouchingWater, method_1326, method_1329, method_1330, method_1332, method_1334, method_1335, method_1336, method_1338, method_1343, method_1344, method_1345, method_1349, method_1352, method_1353, method_1359, method_1360, method_1361, method_1362, method_1369, method_1372, method_1373, method_1374, method_1377, method_1381, method_1382, method_1388, method_1393, move, movementInputToVelocity, onKilledOther, onPlayerCollision, onStruckByLightning, remove, setLevel, setPosition, setPositionAndAngles, setRotation, setVelocity, shouldRenderAtDistance, shouldRenderFrom, squaredDistanceTo, startRiding, toTag
-
Constructor Details
-
AnimalBase
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_57;<init>(Lnet/minecraft/class_18;)Vglue <init>Lclass_450;<init>(Lclass_129;)Vserver <init>Llq;<init>(Ldj;)Vclient <init>Lsn;<init>(Lfd;)Vnamed <init>Lnet/minecraft/entity/EntityBase;<init>(Lnet/minecraft/level/Level;)V
-
-
Method Details
-
getPathfindingFavour
protected float getPathfindingFavour(int x, int y, int z) - Overrides:
getPathfindingFavourin classWalkingBase- Mappings:
Namespace Name Mixin selector intermediary method_641Lnet/minecraft/class_188;method_641(III)Fglue method_91Lclass_212;method_91(III)Fserver aLfp;a(III)Fclient aLii;a(III)Fnamed getPathfindingFavourLnet/minecraft/entity/WalkingBase;getPathfindingFavour(III)F
-
writeCustomDataToTag
- Overrides:
writeCustomDataToTagin classLiving- Mappings:
Namespace Name Mixin selector intermediary method_1368Lnet/minecraft/class_57;method_1368(Lnet/minecraft/class_8;)Vglue method_24Lclass_450;method_24(Lclass_333;)Vserver bLlq;b(Liq;)Vclient bLsn;b(Lnu;)Vnamed writeCustomDataToTagLnet/minecraft/entity/EntityBase;writeCustomDataToTag(Lnet/minecraft/util/io/CompoundTag;)V
-
readCustomDataFromTag
- Overrides:
readCustomDataFromTagin classLiving- Mappings:
Namespace Name Mixin selector intermediary method_1363Lnet/minecraft/class_57;method_1363(Lnet/minecraft/class_8;)Vglue method_23Lclass_450;method_23(Lclass_333;)Vserver aLlq;a(Liq;)Vclient aLsn;a(Lnu;)Vnamed readCustomDataFromTagLnet/minecraft/entity/EntityBase;readCustomDataFromTag(Lnet/minecraft/util/io/CompoundTag;)V
-
canSpawn
public boolean canSpawn()- Overrides:
canSpawnin classWalkingBase- Mappings:
Namespace Name Mixin selector intermediary method_935Lnet/minecraft/class_127;method_935()Zglue method_26Lclass_283;method_26()Zserver dLhl;d()Zclient dLls;d()Znamed canSpawnLnet/minecraft/entity/Living;canSpawn()Z
-
method_936
public int method_936()- Overrides:
method_936in classLiving- Mappings:
Namespace Name Mixin selector intermediary method_936Lnet/minecraft/class_127;method_936()Iglue method_27Lclass_283;method_27()Iserver eLhl;e()Iclient eLls;e()Inamed method_936Lnet/minecraft/entity/Living;method_936()I
-