History - net.minecraft.entity.passive.WolfEntity
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
EntityDimensions: BABY_DIMENSIONS, field_1_6066, field_1_6066
Constructors
Methods
EntityDimensions (EntityPose): getDefaultDimensions, method_55694, getBaseDimensions
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
Optional (RegistryKey): lambda$readAdditionalSaveData$2, method_68128, method_68128
Optional (RegistryKey): lambda$readAdditionalSaveData$0, method_68128, method_68128
void (WriteView, RegistryKey): lambda$addAdditionalSaveData$1, method_68130, method_68130
void (WriteView, RegistryKey): lambda$addAdditionalSaveData$0, method_68130, method_68130
WolfSoundVariant$Subvariant (): getSoundSet, method_1_786, getSounds
1.21.11_unobfuscated
Names
net.minecraft.world.entity.animal.wolf.Wolf
net.minecraft.class_1493
net.minecraft.entity.passive.WolfEntity
Fields
TrackedData<Boolean>: DATA_INTERESTED_ID, field_6946, BEGGING
TrackedData<Integer>: DATA_COLLAR_COLOR, field_6950, COLLAR_COLOR
TrackedData<Long>: DATA_ANGER_END_TIME, field_63374, ANGER_END_TIME
TrackedData<RegistryEntry<WolfVariant>>: DATA_VARIANT_ID, field_49722, VARIANT
TrackedData<RegistryEntry<WolfSoundVariant>>: DATA_SOUND_VARIANT_ID, field_57075, SOUND_VARIANT
TargetPredicate$EntityPredicate: PREY_SELECTOR, field_18004, FOLLOW_TAMED_PREDICATE
float: START_HEALTH, field_30386, WILD_MAX_HEALTH
float: TAME_HEALTH, field_30387, TAMED_MAX_HEALTH
float: ARMOR_REPAIR_UNIT, field_49237, field_49237
float: DEFAULT_TAIL_ANGLE, field_52477, field_52477
DyeColor: DEFAULT_COLLAR_COLOR, field_56658, DEFAULT_COLLAR_COLOR
float: interestedAngle, field_6952, begAnimationProgress
float: interestedAngleO, field_6949, lastBegAnimationProgress
boolean: isWet, field_6944, furWet
boolean: isShaking, field_6951, canShakeWaterOff
float: shakeAnim, field_6947, shakeProgress
float: shakeAnimO, field_6945, lastShakeProgress
UniformIntProvider: PERSISTENT_ANGER_TIME, field_25371, ANGER_TIME_RANGE
LazyEntityReference<LivingEntity>: persistentAngerTarget, field_25372, angryAt
Constructors
(EntityType<? extends WolfEntity>, World)
Methods
void (): registerGoals, method_5959, initGoals
Identifier (): getTexture, method_58061, getTextureId
RegistryEntry<WolfVariant> (): getVariant, method_58062, getVariant
void (RegistryEntry<WolfVariant>): setVariant, method_58063, setVariant
RegistryEntry<WolfSoundVariant> (): getSoundVariant, method_68131, getSoundVariant
void (RegistryEntry<WolfSoundVariant>): setSoundVariant, method_68132, setSoundVariant
<T> T (ComponentType<? extends T>): get, method_58694, get
void (ComponentsAccess): applyImplicitComponents, method_66649, copyComponentsFrom
<T> boolean (ComponentType<T>, T): applyImplicitComponent, method_66654, setApplicableComponent
DefaultAttributeContainer$Builder (): createAttributes, method_26897, createWolfAttributes
void (DataTracker$Builder): defineSynchedData, method_5693, initDataTracker
void (BlockPos, BlockState): playStepSound, method_5712, playStepSound
void (WriteView): addAdditionalSaveData, method_5652, writeCustomData
void (ReadView): readAdditionalSaveData, method_5749, readCustomData
EntityData (ServerWorldAccess, LocalDifficulty, SpawnReason, EntityData): finalizeSpawn, method_5943, initialize
SoundEvent (): getAmbientSound, method_5994, getAmbientSound
SoundEvent (DamageSource): getHurtSound, method_6011, getHurtSound
SoundEvent (): getDeathSound, method_6002, getDeathSound
float (): getSoundVolume, method_6107, getSoundVolume
void (): aiStep, method_6007, tickMovement
void (): tick, method_5773, tick
void (): cancelShake, method_31167, resetShake
void (DamageSource): die, method_6078, onDeath
float (float): getWetShade, method_6707, getFurWetBrightnessMultiplier
float (float): getShakeAnim, method_61477, getShakeProgress
float (float): getHeadRollAngle, method_6719, getBegAnimationProgress
int (): getMaxHeadXRot, method_5978, getMaxLookPitchChange
boolean (ServerWorld, DamageSource, float): hurtServer, method_64397, damage
void (ServerWorld, DamageSource, float): actuallyHurt, method_6074, applyDamage
boolean (DamageSource): canArmorAbsorb, method_57304, shouldArmorAbsorbDamage
void (): applyTamingSideEffects, method_56996, updateAttributesForTamed
void (DamageSource, float): hurtArmor, method_6105, damageArmor
boolean (PlayerEntity): canShearEquipment, method_71768, canRemoveSaddle
ActionResult (PlayerEntity, Hand): mobInteract, method_5992, interactMob
void (PlayerEntity): tryToTame, method_58169, tryTame
void (byte): handleEntityEvent, method_5711, handleStatus
float (): getTailAngle, method_6714, getTailAngle
boolean (ItemStack): isFood, method_6481, isBreedingItem
int (): getMaxSpawnClusterSize, method_5945, getLimitPerChunk
long (): getPersistentAngerEndTime, method_75130, getAngerEndTime
void (long): setPersistentAngerEndTime, method_75132, setAngerEndTime
void (): startPersistentAngerTimer, method_29509, chooseRandomAngerTime
LazyEntityReference<LivingEntity> (): getPersistentAngerTarget, method_29508, getAngryAt
void (LazyEntityReference<LivingEntity>): setPersistentAngerTarget, method_29513, setAngryAt
DyeColor (): getCollarColor, method_6713, getCollarColor
void (DyeColor): setCollarColor, method_6708, setCollarColor
WolfEntity (ServerWorld, PassiveEntity): getBreedOffspring, method_5613, createChild
void (boolean): setIsInterested, method_6712, setBegging
boolean (AnimalEntity): canMate, method_6474, canBreedWith
boolean (): isInterested, method_6710, isBegging
boolean (LivingEntity, LivingEntity): wantsToAttack, method_6178, canAttackWithOwner
boolean (): canBeLeashed, method_5931, canBeLeashed
Vec3d (): getLeashOffset, method_29919, getLeashOffset
boolean (EntityType<WolfEntity>, WorldAccess, SpawnReason, BlockPos, Random): checkWolfSpawnRules, method_39450, canSpawn
PassiveEntity (ServerWorld, PassiveEntity): getBreedOffspring, method_5613, createChild
Optional (RegistryKey): lambda$readAdditionalSaveData$2, method_68128, method_68128
void (WriteView, RegistryKey): lambda$addAdditionalSaveData$1, method_68130, method_68130
boolean (LivingEntity, ServerWorld): lambda$static$0, method_18444, method_18444
Random (WolfEntity): access$000, method_6716, method_6716