Class Rabbit.RabbitAvoidEntityGoal<T extends LivingEntity>
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.AvoidEntityGoal<T>
net.minecraft.world.entity.animal.Rabbit.RabbitAvoidEntityGoal<T>
- Enclosing class:
- Rabbit
- 
Nested Class Summary
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.goal.AvoidEntityGoalavoidClass, avoidPredicate, maxDist, mob, path, pathNav, predicateOnAvoidEntity, toAvoid
- 
Constructor SummaryConstructorsConstructorDescriptionRabbitAvoidEntityGoal(Rabbit p_29743_, Class<T> p_29744_, float p_29745_, double p_29746_, double p_29747_)
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.AvoidEntityGoalcanContinueToUse, start, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoalgetFlags, isInterruptable, setFlags, toString
- 
Field Details- 
rabbit
 
- 
- 
Constructor Details- 
RabbitAvoidEntityGoal
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- AvoidEntityGoal<T extends LivingEntity>
 
 
-