Class NetworkTeleport
java.lang.Object
zombie.characters.NetworkTeleport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic boolean
static boolean
float
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkTeleport
(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(int playerIndex) void
stop
(int playerIndex) static boolean
teleport
(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) static boolean
teleport
(IsoGameCharacter chr, PlayerPacket packet, float _duration) static void
update
(IsoGameCharacter chr, PlayerPacket packet)
-
Field Details
-
enable
public static boolean enable -
enableInstantTeleport
public static boolean enableInstantTeleport -
ndirection
public float ndirection
-
-
Constructor Details
-
NetworkTeleport
public NetworkTeleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration)
-
-
Method Details
-
process
public void process(int playerIndex) -
stop
public void stop(int playerIndex) -
teleport
public static boolean teleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) -
teleport
-
update
-