Package zombie.characters
Class NetworkTeleport
java.lang.Object
zombie.characters.NetworkTeleport
public class NetworkTeleport
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NetworkTeleport.NetworkTeleportDebug
static class
NetworkTeleport.Type
-
Field Summary
Fields Modifier and Type Field Description static boolean
enable
static boolean
enableInstantTeleport
float
ndirection
-
Constructor Summary
Constructors Constructor Description NetworkTeleport(IsoGameCharacter gameCharacter, NetworkTeleport.Type type, float float1, float float2, byte byte1, float float3)
-
Method Summary
Modifier and Type Method Description void
process(int int1)
void
stop(int int1)
static boolean
teleport(IsoGameCharacter gameCharacter, NetworkTeleport.Type type, float float1, float float2, byte byte1, float float3)
static boolean
teleport(IsoGameCharacter gameCharacter, PlayerPacket playerPacket, float float1)
static void
update(IsoGameCharacter gameCharacter, PlayerPacket playerPacket)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
enable
public static boolean enable -
enableInstantTeleport
public static boolean enableInstantTeleport -
ndirection
public float ndirection
-
-
Constructor Details
-
NetworkTeleport
public NetworkTeleport(IsoGameCharacter gameCharacter, NetworkTeleport.Type type, float float1, float float2, byte byte1, float float3)
-
-
Method Details
-
process
public void process(int int1) -
stop
public void stop(int int1) -
teleport
public static boolean teleport(IsoGameCharacter gameCharacter, NetworkTeleport.Type type, float float1, float float2, byte byte1, float float3) -
teleport
public static boolean teleport(IsoGameCharacter gameCharacter, PlayerPacket playerPacket, float float1) -
update
-