diff options
| author | Fuwn <[email protected]> | 2021-05-03 16:38:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 16:38:41 -0700 |
| commit | e1e781bb2135ef78592226f1a3eaba4925702f1f (patch) | |
| tree | 8a5b590463ed413e1c6eabb719130e701b95ca63 /NET/worlds/network/NetworkNobody.java | |
| download | worlds.jar-e1e781bb2135ef78592226f1a3eaba4925702f1f.tar.xz worlds.jar-e1e781bb2135ef78592226f1a3eaba4925702f1f.zip | |
Diffstat (limited to 'NET/worlds/network/NetworkNobody.java')
| -rw-r--r-- | NET/worlds/network/NetworkNobody.java | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/NET/worlds/network/NetworkNobody.java b/NET/worlds/network/NetworkNobody.java new file mode 100644 index 0000000..f8cd0dc --- /dev/null +++ b/NET/worlds/network/NetworkNobody.java @@ -0,0 +1,106 @@ +/* */ 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 + */
\ No newline at end of file |