History - net.minecraft.entity.ai.brain.task.BoneMealTask
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.UseBonemeal
net.minecraft.class_4982
net.minecraft.entity.ai.brain.task.BoneMealTask
Fields
int: BONEMEALING_DURATION, field_30184, MAX_DURATION
long: nextWorkCycleTime, field_23222, startTime
long: lastBonemealingSession, field_23223, lastEndEntityAge
int: timeWorkedSoFar, field_23224, duration
Optional<BlockPos>: cropPos, field_23225, pos
Constructors
()
Methods
boolean (ServerWorld, VillagerEntity): checkExtraStartConditions, method_26327, shouldRun
boolean (ServerWorld, VillagerEntity, long): canStillUse, method_26328, shouldKeepRunning
Optional<BlockPos> (ServerWorld, VillagerEntity): pickNextTarget, method_26329, findBoneMealPos
boolean (BlockPos, ServerWorld): validPos, method_26326, canBoneMeal
void (ServerWorld, VillagerEntity, long): start, method_26330, run
void (VillagerEntity): setCurrentCropAsTarget, method_26324, addLookWalkTargets
void (ServerWorld, VillagerEntity, long): stop, method_26331, finishRunning
void (ServerWorld, VillagerEntity, long): tick, method_26332, keepRunning
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
void (VillagerEntity, BlockPos): lambda$setCurrentCropAsTarget$0, method_26325, method_26325