History - net.minecraft.entity.ai.brain.task.BreedTask
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
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.world.entity.ai.behavior.AnimalMakeLove
net.minecraft.class_4806
net.minecraft.entity.ai.brain.task.BreedTask
Fields
int: BREED_RANGE, field_30104, MAX_RANGE
int: MIN_DURATION, field_30105, MIN_BREED_TIME
int: MAX_DURATION, field_30106, RUN_TIME
EntityType<? extends AnimalEntity>: partnerType, field_22283, targetType
float: speedModifier, field_23129, speed
int: closeEnoughDistance, field_48327, approachDistance
int: DEFAULT_CLOSE_ENOUGH_DISTANCE, field_48328, DEFAULT_APPROACH_DISTANCE
long: spawnChildAtTime, field_22284, breedTime
Constructors
(EntityType<? extends AnimalEntity>)
(EntityType<? extends AnimalEntity>, float, int)
Methods
boolean (ServerWorld, AnimalEntity): checkExtraStartConditions, method_24543, shouldRun
void (ServerWorld, AnimalEntity, long): start, method_24544, run
boolean (ServerWorld, AnimalEntity, long): canStillUse, method_24547, shouldKeepRunning
void (ServerWorld, AnimalEntity, long): tick, method_24549, keepRunning
void (ServerWorld, AnimalEntity, long): stop, method_24550, finishRunning
AnimalEntity (AnimalEntity): getBreedTarget, method_24542, getBreedTarget
boolean (AnimalEntity): hasBreedTargetOfRightType, method_24546, hasBreedTarget
Optional<? extends AnimalEntity> (AnimalEntity): findValidBreedPartner, method_24548, findBreedTarget
boolean (ServerWorld, LivingEntity): checkExtraStartConditions, method_18919, shouldRun
boolean (ServerWorld, LivingEntity, long): canStillUse, method_18927, shouldKeepRunning
void (ServerWorld, LivingEntity, long): stop, method_18926, finishRunning
void (ServerWorld, LivingEntity, long): tick, method_18924, keepRunning
void (ServerWorld, LivingEntity, long): start, method_18920, run
boolean (AnimalEntity, LivingEntity): lambda$findValidBreedPartner$0, method_24545, method_24545