Class CollideWithObstaclesPoly
java.lang.Object
zombie.pathfind.CollideWithObstaclesPoly
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canStandAt
(float float1, float float3, float float6, BaseVehicle vehicle, int int0) boolean
isNotClear
(float arg0, float arg1, float arg2, float arg3, int arg4, boolean arg5, BaseVehicle arg6, boolean arg7, boolean arg8) void
render()
resolveCollision
(IsoGameCharacter arg0, float arg1, float arg2, Vector2f arg3) void
vehicleMoved
(VehiclePoly arg0, VehiclePoly arg1)
-
Constructor Details
-
CollideWithObstaclesPoly
public CollideWithObstaclesPoly()
-
-
Method Details
-
resolveCollision
-
canStandAt
-
isNotClear
public boolean isNotClear(float arg0, float arg1, float arg2, float arg3, int arg4, boolean arg5, BaseVehicle arg6, boolean arg7, boolean arg8) -
vehicleMoved
-
render
public void render()
-