History - net.minecraft.entity.passive.FoxEntity
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
float: BABY_SCALE, field_1_1435, field_1_1435
float: MAX_CROUCH_AMOUNT, field_1_1436, field_1_1436
Constructors
Methods
boolean (LivingEntity, LazyEntityReference): lambda$trusts$10, method_66291, method_66291
boolean (LivingEntity, LazyEntityReference): lambda$trusts$0, method_66291, method_66291
boolean (LivingEntity, ServerWorld): lambda$registerGoals$9, method_18429, method_18429
boolean (LivingEntity, ServerWorld): lambda$registerGoals$5, method_18429, method_18429
boolean (LivingEntity): lambda$registerGoals$8, method_24347, method_24347
boolean (LivingEntity): lambda$registerGoals$4, method_24347, method_24347
boolean (LivingEntity): lambda$registerGoals$7, method_20451, method_20451
boolean (LivingEntity): lambda$registerGoals$3, method_20451, method_20451
boolean (LivingEntity): lambda$registerGoals$6, method_18431, method_18431
boolean (LivingEntity): lambda$registerGoals$2, method_18431, method_18431
boolean (LivingEntity, ServerWorld): lambda$registerGoals$5, method_18254, method_18254
boolean (LivingEntity, ServerWorld): lambda$registerGoals$1, method_18254, method_18254
boolean (LivingEntity, ServerWorld): lambda$registerGoals$4, method_18262, method_18262
boolean (LivingEntity, ServerWorld): lambda$registerGoals$0, method_18262, method_18262
boolean (FoxEntity): access$400, method_1_1713, method_1_1713
1.21.11_unobfuscated
Names
net.minecraft.world.entity.animal.fox.Fox
net.minecraft.class_4019
net.minecraft.entity.passive.FoxEntity
Fields
TrackedData<Integer>: DATA_TYPE_ID, field_17949, VARIANT
TrackedData<Byte>: DATA_FLAGS_ID, field_17950, FOX_FLAGS
int: FLAG_SITTING, field_30331, SITTING_FLAG
int: FLAG_CROUCHING, field_30328, CROUCHING_FLAG
int: FLAG_INTERESTED, field_30329, ROLLING_HEAD_FLAG
int: FLAG_POUNCING, field_30330, CHASING_FLAG
int: FLAG_SLEEPING, field_30332, SLEEPING_FLAG
int: FLAG_FACEPLANTED, field_30333, WALKING_FLAG
int: FLAG_DEFENDING, field_30334, AGGRESSIVE_FLAG
TrackedData<Optional<LazyEntityReference<LivingEntity>>>: DATA_TRUSTED_ID_0, field_17951, OWNER
TrackedData<Optional<LazyEntityReference<LivingEntity>>>: DATA_TRUSTED_ID_1, field_17952, OTHER_TRUSTED
Predicate<ItemEntity>: ALLOWED_ITEMS, field_17953, PICKABLE_DROP_FILTER
Predicate<Entity>: TRUSTED_TARGET_SELECTOR, field_17954, JUST_ATTACKED_SOMETHING_FILTER
Predicate<Entity>: STALKABLE_PREY, field_17955, CHICKEN_AND_RABBIT_FILTER
Predicate<Entity>: AVOID_PLAYERS, field_17956, NOTICEABLE_PLAYER_FILTER
int: MIN_TICKS_BEFORE_EAT, field_30335, EATING_DURATION
EntityDimensions: BABY_DIMENSIONS, field_47772, BABY_BASE_DIMENSIONS
com.mojang.serialization.Codec<List<LazyEntityReference<LivingEntity>>>: TRUSTED_LIST_CODEC, field_56652, TRUSTED_ENTITIES_CODEC
boolean: DEFAULT_SLEEPING, field_57607, DEFAULT_SLEEPING
boolean: DEFAULT_SITTING, field_57608, DEFAULT_SITTING
boolean: DEFAULT_CROUCHING, field_57609, DEFAULT_CROUCHING
Goal: landTargetGoal, field_17957, followChickenAndRabbitGoal
Goal: turtleEggTargetGoal, field_17958, followBabyTurtleGoal
Goal: fishTargetGoal, field_17959, followFishGoal
float: interestedAngle, field_17960, headRollProgress
float: interestedAngleO, field_17961, lastHeadRollProgress
float: crouchAmount, field_17962, extraRollingHeight
float: crouchAmountO, field_17963, lastExtraRollingHeight
int: ticksSinceEaten, field_17964, eatingTime
Constructors
(EntityType<? extends FoxEntity>, World)
Methods
void (DataTracker$Builder): defineSynchedData, method_5693, initDataTracker
void (): registerGoals, method_5959, initGoals
void (): aiStep, method_6007, tickMovement
boolean (): isImmobile, method_6062, isImmobile
boolean (ItemStack): canEat, method_18430, canEat
boolean (ItemStack): isConsumableFood, method_76726, isConsumableFood
void (Random, LocalDifficulty): populateDefaultEquipmentSlots, method_5964, initEquipment
void (byte): handleEntityEvent, method_5711, handleStatus
DefaultAttributeContainer$Builder (): createAttributes, method_26885, createFoxAttributes
FoxEntity (ServerWorld, PassiveEntity): getBreedOffspring, method_5613, createChild
boolean (EntityType<FoxEntity>, WorldAccess, SpawnReason, BlockPos, Random): checkFoxSpawnRules, method_39449, canSpawn
EntityData (ServerWorldAccess, LocalDifficulty, SpawnReason, EntityData): finalizeSpawn, method_5943, initialize
void (): setTargetGoals, method_18280, addTypeSpecificGoals
void (): playEatingSound, method_61458, playEatSound
EntityDimensions (EntityPose): getDefaultDimensions, method_55694, getBaseDimensions
FoxEntity$Variant (): getVariant, method_47845, getVariant
void (FoxEntity$Variant): setVariant, method_47844, setVariant
<T> T (ComponentType<? extends T>): get, method_58694, get
void (ComponentsAccess): applyImplicitComponents, method_66649, copyComponentsFrom
<T> boolean (ComponentType<T>, T): applyImplicitComponent, method_66654, setApplicableComponent
Stream<LazyEntityReference<LivingEntity>> (): getTrustedEntities, method_66293, getTrustedEntities
void (LivingEntity): addTrustedEntity, method_66294, trust
void (LazyEntityReference<LivingEntity>): addTrustedEntity, method_66290, trust
void (WriteView): addAdditionalSaveData, method_5652, writeCustomData
void (ReadView): readAdditionalSaveData, method_5749, readCustomData
void (): clearTrusted, method_67659, clearTrusted
boolean (): isSitting, method_18272, isSitting
void (boolean): setSitting, method_18294, setSitting
boolean (): isFaceplanted, method_18273, isWalking
void (boolean): setFaceplanted, method_18295, setWalking
boolean (): isDefending, method_18282, isAggressive
void (boolean): setDefending, method_18301, setAggressive
boolean (): isSleeping, method_6113, isSleeping
void (boolean): setSleeping, method_18302, setSleeping
void (int, boolean): setFlag, method_18269, setFoxFlag
boolean (int): getFlag, method_18293, getFoxFlag
boolean (EquipmentSlot): canDispenserEquipIntoSlot, method_63626, canDispenserEquipSlot
boolean (ItemStack): canHoldItem, method_5939, canPickupItem
void (ItemStack): spitOutItem, method_18289, spit
void (ItemStack): dropItemStack, method_18291, dropItem
void (ServerWorld, ItemEntity): pickUpItem, method_5949, loot
void (): tick, method_5773, tick
boolean (ItemStack): isFood, method_6481, isBreedingItem
void (PlayerEntity, MobEntity): onOffspringSpawnedFromEgg, method_18249, onPlayerSpawnedChild
boolean (): isPouncing, method_18274, isChasing
void (boolean): setIsPouncing, method_18296, setChasing
boolean (): isFullyCrouched, method_18275, isFullyCrouched
void (boolean): setIsCrouching, method_18297, setCrouching
boolean (): isCrouching, method_18276, isInSneakingPose
void (boolean): setIsInterested, method_18299, setRollingHead
boolean (): isInterested, method_18277, isRollingHead
float (float): getHeadRollAngle, method_18298, getHeadRoll
float (float): getCrouchAmount, method_18300, getBodyRotationHeightOffset
void (LivingEntity): setTarget, method_5980, setTarget
void (): wakeUp, method_18283, stopSleeping
void (): clearStates, method_18284, stopActions
boolean (): canMove, method_18285, wantsToPickupItem
void (): playAmbientSound, method_5966, playAmbientSound
SoundEvent (): getAmbientSound, method_5994, getAmbientSound
SoundEvent (DamageSource): getHurtSound, method_6011, getHurtSound
SoundEvent (): getDeathSound, method_6002, getDeathSound
boolean (LivingEntity): trusts, method_18428, canTrust
void (ServerWorld, DamageSource): dropAllDeathLoot, method_16080, drop
boolean (FoxEntity, LivingEntity): isPathClear, method_18257, canJumpChase
Vec3d (): getLeashOffset, method_29919, getLeashOffset
PassiveEntity (ServerWorld, PassiveEntity): getBreedOffspring, method_5613, createChild
boolean (LivingEntity, LazyEntityReference): lambda$trusts$10, method_66291, method_66291
boolean (LivingEntity, ServerWorld): lambda$registerGoals$9, method_18429, method_18429
boolean (LivingEntity): lambda$registerGoals$8, method_24347, method_24347
boolean (LivingEntity): lambda$registerGoals$7, method_20451, method_20451
boolean (LivingEntity): lambda$registerGoals$6, method_18431, method_18431
boolean (LivingEntity, ServerWorld): lambda$registerGoals$5, method_18254, method_18254
boolean (LivingEntity, ServerWorld): lambda$registerGoals$4, method_18262, method_18262
boolean (Entity): lambda$static$3, method_18253, method_18253
boolean (Entity): lambda$static$2, method_18261, method_18261
boolean (Entity): lambda$static$1, method_18267, method_18267
boolean (ItemEntity): lambda$static$0, method_18265, method_18265
boolean (FoxEntity): access$000, method_36636, method_36636
Random (FoxEntity): access$100, method_18287, method_18287