public static class PatrollerEntity.PatrolGoal<T extends PatrollerEntity> extends Goal
| Modifier and Type | Field and Description |
|---|---|
private double |
field_220840_b |
private double |
field_220841_c |
private long |
field_226542_d_ |
private T |
owner |
| Constructor and Description |
|---|
PatrolGoal(T p_i50070_1_,
double p_i50070_2_,
double p_i50070_4_) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<PatrollerEntity> |
func_226544_g_() |
private boolean |
func_226545_h_() |
void |
resetTask() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecuting, toStringprivate final T extends PatrollerEntity owner
private final double field_220840_b
private final double field_220841_c
private long field_226542_d_
public PatrolGoal(T p_i50070_1_, double p_i50070_2_, double p_i50070_4_)
public boolean shouldExecute()
shouldExecute in class Goalpublic void startExecuting()
startExecuting in class Goalprivate java.util.List<PatrollerEntity> func_226544_g_()
private boolean func_226545_h_()