Package zombie.characters
Class NetworkTeleport
java.lang.Object
zombie.characters.NetworkTeleport
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static boolean
float
-
Constructor Summary
ConstructorDescriptionNetworkTeleport
(IsoGameCharacter gameCharacter, NetworkTeleport.Type type, float float1, float float2, byte byte1, float float3) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
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
-