/* */ package NET.worlds.network; /* */ /* */ import NET.worlds.scape.Room; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class NetworkNobody /* */ { /* */ String _longID; /* */ WorldServer _server; /* */ /* */ public NetworkNobody(String longID, WorldServer server) /* */ { /* 23 */ this._longID = longID; /* 24 */ this._server = server; /* */ } /* */ /* */ public WorldServer getServer() { /* 28 */ return this._server; /* */ } /* */ /* */ public String getLongID() { /* 32 */ return this._longID; /* */ } /* */ /* */ public void appear(Room rm, short x, short y, short z, short yaw) { /* 36 */ if (!$assertionsDisabled) { throw new AssertionError(); /* */ } /* */ } /* */ /* */ /* */ public void disappear() /* */ { /* 43 */ if (!$assertionsDisabled) { throw new AssertionError(); /* */ } /* */ } /* */ /* */ public void longLoc(short x, short y, short z, short yaw) /* */ { /* 49 */ if (!$assertionsDisabled) { throw new AssertionError(); /* */ } /* */ } /* */ /* */ public void roomChange(Room newRoom, short x, short y, short z, short yaw) /* */ { /* 55 */ if (!$assertionsDisabled) throw new AssertionError(); /* */ } /* */ /* */ public void shortLoc(byte dx, byte dy, byte dyaw) { /* 59 */ if (!$assertionsDisabled) throw new AssertionError(); /* */ } /* */ /* */ public void teleport(WorldServer serv, byte exitType, byte entryType, Room newRoom, short x, short y, short z, short yaw) /* */ { /* 64 */ if (!$assertionsDisabled) { throw new AssertionError(); /* */ } /* */ } /* */ /* */ /* */ /* */ /* */ /* */ public void property(OldPropertyList propList) {} /* */ /* */ /* */ /* */ /* */ /* */ public void propertyUpdate(PropertyList propList) {} /* */ /* */ /* */ /* */ /* */ public void register() /* */ { /* 85 */ if (!$assertionsDisabled) throw new AssertionError(); /* */ } /* */ /* */ public void galaxyDisconnected() { /* 89 */ if (!$assertionsDisabled) throw new AssertionError(); /* */ } /* */ /* */ public void reacquireServer(WorldServer oldServ) { /* 93 */ if (!$assertionsDisabled) throw new AssertionError(); /* */ } /* */ /* */ public void changeChannel(Galaxy g, String oldChannel, String newChannel) /* */ { /* 98 */ if (!$assertionsDisabled) throw new AssertionError(); /* */ } /* */ } /* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\network\NetworkNobody.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */