Class NetworkTeleport
java.lang.Object
zombie.characters.NetworkTeleport
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic enum
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanfloat
- 
Constructor SummaryConstructorsConstructorDescriptionNetworkTeleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidprocess(int playerIndex) voidstop(int playerIndex) static booleanteleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) static booleanteleport(IsoGameCharacter chr, PlayerPacket packet, float _duration) static voidupdate(IsoGameCharacter chr, PlayerPacket packet) 
- 
Field Details- 
enablepublic static boolean enable
- 
enableInstantTeleportpublic static boolean enableInstantTeleport
- 
ndirectionpublic float ndirection
 
- 
- 
Constructor Details- 
NetworkTeleportpublic NetworkTeleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) 
 
- 
- 
Method Details- 
processpublic void process(int playerIndex) 
- 
stoppublic void stop(int playerIndex) 
- 
teleportpublic static boolean teleport(IsoGameCharacter chr, NetworkTeleport.Type type, float x, float y, byte z, float _duration) 
- 
teleport
- 
update
 
-