Modifier and Type | Field and Description |
---|---|
Path |
PointOfInterestDebugRenderer.BrainInfo.field_222930_g |
Path |
BeeDebugRenderer.Bee.field_229001_d_ |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,Path> |
PathfindingDebugRenderer.pathMap |
Modifier and Type | Method and Description |
---|---|
void |
PathfindingDebugRenderer.addPath(int eid,
Path pathIn,
float distance) |
static void |
PathfindingDebugRenderer.func_229031_a_(Path p_229031_0_,
double p_229031_1_,
double p_229031_3_,
double p_229031_5_) |
static void |
PathfindingDebugRenderer.func_229032_a_(Path p_229032_0_,
float p_229032_1_,
boolean p_229032_2_,
boolean p_229032_3_,
double p_229032_4_,
double p_229032_6_,
double p_229032_8_) |
private static void |
PathfindingDebugRenderer.func_229034_b_(Path p_229034_0_,
float p_229034_1_,
boolean p_229034_2_,
boolean p_229034_3_,
double p_229034_4_,
double p_229034_6_,
double p_229034_8_) |
Constructor and Description |
---|
Bee(java.util.UUID p_i226028_1_,
int p_i226028_2_,
IPosition p_i226028_3_,
Path p_i226028_4_,
BlockPos p_i226028_5_,
BlockPos p_i226028_6_,
int p_i226028_7_) |
BrainInfo(java.util.UUID p_i51529_1_,
int p_i51529_2_,
java.lang.String p_i51529_3_,
java.lang.String p_i51529_4_,
int p_i51529_5_,
IPosition p_i51529_6_,
java.lang.String p_i51529_7_,
Path p_i51529_8_,
boolean p_i51529_9_) |
Modifier and Type | Field and Description |
---|---|
static MemoryModuleType<Path> |
MemoryModuleType.PATH |
Modifier and Type | Field and Description |
---|---|
private Path |
WalkToTargetTask.field_220488_a |
Modifier and Type | Field and Description |
---|---|
protected Path |
AvoidEntityGoal.path |
private Path |
MoveThroughVillageGoal.path |
private Path |
MeleeAttackGoal.path |
Modifier and Type | Method and Description |
---|---|
Path |
EnderDragonEntity.findPath(int startIdx,
int finishIdx,
PathPoint andThen) |
private Path |
EnderDragonEntity.makePath(PathPoint start,
PathPoint finish) |
Modifier and Type | Field and Description |
---|---|
private Path |
LandingApproachPhase.currentPath |
private Path |
TakeoffPhase.currentPath |
private Path |
StrafePlayerPhase.currentPath |
private Path |
HoldingPatternPhase.currentPath |
Modifier and Type | Field and Description |
---|---|
private Path |
BeeEntity.FindBeehiveGoal.path |
Modifier and Type | Method and Description |
---|---|
static void |
DebugPacketSender.sendPath(World worldIn,
MobEntity p_218803_1_,
Path p_218803_2_,
float p_218803_3_) |
Modifier and Type | Field and Description |
---|---|
protected Path |
PathNavigator.currentPath |
Modifier and Type | Method and Description |
---|---|
private Path |
PathFinder.func_224780_a(PathPoint p_224780_1_,
BlockPos p_224780_2_,
boolean p_224780_3_) |
Path |
PathNavigator.func_225463_a(java.util.stream.Stream<BlockPos> p_225463_1_,
int p_225463_2_) |
protected Path |
PathNavigator.func_225464_a(java.util.Set<BlockPos> p_225464_1_,
int p_225464_2_,
boolean p_225464_3_,
int p_225464_4_) |
Path |
PathFinder.func_227478_a_(Region p_227478_1_,
MobEntity p_227478_2_,
java.util.Set<BlockPos> p_227478_3_,
float p_227478_4_,
int p_227478_5_,
float p_227478_6_) |
private Path |
PathFinder.func_227479_a_(PathPoint p_227479_1_,
java.util.Map<FlaggedPathPoint,BlockPos> p_227479_2_,
float p_227479_3_,
int p_227479_4_,
float p_227479_5_) |
Path |
PathNavigator.getPath() |
Path |
PathNavigator.getPathToEntity(Entity entityIn,
int p_75494_2_) |
Path |
GroundPathNavigator.getPathToEntity(Entity entityIn,
int p_75494_2_) |
Path |
ClimberPathNavigator.getPathToEntity(Entity entityIn,
int p_75494_2_) |
Path |
FlyingPathNavigator.getPathToEntity(Entity entityIn,
int p_75494_2_) |
Path |
PathNavigator.getPathToPos(BlockPos pos,
int p_179680_2_) |
Path |
GroundPathNavigator.getPathToPos(BlockPos pos,
int p_179680_2_) |
Path |
ClimberPathNavigator.getPathToPos(BlockPos pos,
int p_179680_2_) |
Path |
PathNavigator.getPathToPos(double p_225466_1_,
double p_225466_3_,
double p_225466_5_,
int p_225466_7_) |
static Path |
Path.read(PacketBuffer buf) |
Modifier and Type | Method and Description |
---|---|
boolean |
Path.isSamePath(Path pathentityIn) |
boolean |
PathNavigator.setPath(Path pathentityIn,
double speedIn) |