summaryrefslogtreecommitdiff
path: root/NET/worlds/network/NetworkNobody.java
blob: f8cd0dc2bc8cc3757fc9a7e1f2ad873856a8c6fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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
 */