Package zombie.characters
Class NetworkTeleport
java.lang.Object
zombie.characters.NetworkTeleport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanfloat -
Constructor Summary
ConstructorsConstructorDescriptionNetworkTeleport(IsoGameCharacter gameCharacter, NetworkTeleport.Type type, float float1, float float2, byte byte1, float float3) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(int int1) voidstop(int int1) static booleanteleport(IsoGameCharacter gameCharacter, NetworkTeleport.Type type, float float1, float float2, byte byte1, float float3) static booleanteleport(IsoGameCharacter gameCharacter, PlayerPacket playerPacket, float float1) static voidupdate(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
-