|
EvenBetterArcheology unspecified
|


Public Member Functions | |
| FleeBlockGoal (PathAwareEntity mob, Class< T > fleeFromType, double slowSpeed, double fastSpeed) | |
| boolean | canStart () |
| boolean | shouldContinue () |
| void | start () |
| void | stop () |
| void | tick () |
Protected Attributes | |
| final PathAwareEntity | mob |
| BlockEntity | targetBlock |
| Path | fleePath |
| final EntityNavigation | fleeingEntityNavigation |
| final Class< T > | classToFleeFrom |
| de.sakurajin.evenbetterarcheology.util.FleeBlockGoal< T extends BlockEntity >.FleeBlockGoal | ( | PathAwareEntity | mob, |
| Class< T > | fleeFromType, | ||
| double | slowSpeed, | ||
| double | fastSpeed | ||
| ) |
| boolean de.sakurajin.evenbetterarcheology.util.FleeBlockGoal< T extends BlockEntity >.canStart | ( | ) |
| boolean de.sakurajin.evenbetterarcheology.util.FleeBlockGoal< T extends BlockEntity >.shouldContinue | ( | ) |
| void de.sakurajin.evenbetterarcheology.util.FleeBlockGoal< T extends BlockEntity >.start | ( | ) |
| void de.sakurajin.evenbetterarcheology.util.FleeBlockGoal< T extends BlockEntity >.stop | ( | ) |
| void de.sakurajin.evenbetterarcheology.util.FleeBlockGoal< T extends BlockEntity >.tick | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |