|
1 |
| - |
2 |
| -// $FF: renamed from: c |
3 |
| -public class class_7 { |
4 |
| - |
5 |
| - // $FF: renamed from: a long |
6 |
| - public long usernameHash; |
7 |
| - // $FF: renamed from: b java.lang.String |
8 |
| - public String username; |
9 |
| - // $FF: renamed from: c int |
10 |
| - public int pid; |
11 |
| - // $FF: renamed from: d int |
12 |
| - public int appearanceId; |
13 |
| - // $FF: renamed from: e int |
14 |
| - public int currentX; |
15 |
| - // $FF: renamed from: f int |
16 |
| - public int currentY; |
17 |
| - // $FF: renamed from: g int |
18 |
| - public int field_612; |
19 |
| - // $FF: renamed from: h int |
20 |
| - public int field_613; |
21 |
| - // $FF: renamed from: i int |
22 |
| - public int animationCurrent; |
23 |
| - // $FF: renamed from: j int |
24 |
| - public int animationNext; |
25 |
| - // $FF: renamed from: k int |
26 |
| - public int movingStep; |
27 |
| - // $FF: renamed from: l int |
28 |
| - public int waypointCurrent; |
29 |
| - // $FF: renamed from: m int[] |
30 |
| - public int[] waypointsX; |
31 |
| - // $FF: renamed from: n int[] |
32 |
| - public int[] waypointsY; |
33 |
| - // $FF: renamed from: o int[] |
34 |
| - public int[] wornItems; |
35 |
| - // $FF: renamed from: p java.lang.String |
36 |
| - public String messageSent; |
37 |
| - // $FF: renamed from: q int |
38 |
| - public int messageTimer; |
39 |
| - // $FF: renamed from: r int |
40 |
| - public int bubbleItemId; |
41 |
| - // $FF: renamed from: s int |
42 |
| - public int bubbleTimer; |
43 |
| - // $FF: renamed from: t int |
44 |
| - public int damageTaken; |
45 |
| - // $FF: renamed from: u int |
46 |
| - public int healthCurrent; |
47 |
| - // $FF: renamed from: v int |
48 |
| - public int healthMax; |
49 |
| - // $FF: renamed from: w int |
50 |
| - public int combatTimeout; |
51 |
| - // $FF: renamed from: x int |
52 |
| - public int combatLevel; |
53 |
| - // $FF: renamed from: y int |
54 |
| - public int hairColour; |
55 |
| - // $FF: renamed from: z int |
56 |
| - public int topColour; |
57 |
| - // $FF: renamed from: A int |
58 |
| - public int trouserColour; |
59 |
| - // $FF: renamed from: B int |
60 |
| - public int skinColour; |
61 |
| - // $FF: renamed from: C int |
62 |
| - public int field_634; |
63 |
| - // $FF: renamed from: D int |
64 |
| - public int field_635; |
65 |
| - // $FF: renamed from: E int |
66 |
| - public int field_636; |
67 |
| - // $FF: renamed from: F int |
68 |
| - public int field_637; |
69 |
| - // $FF: renamed from: G boolean |
70 |
| - public boolean field_638; |
71 |
| - // $FF: renamed from: H int |
72 |
| - public int field_639; |
73 |
| - // $FF: renamed from: I int |
74 |
| - public int skullType; |
75 |
| - |
76 |
| - |
77 |
| - // $FF: renamed from: <init> () void |
78 |
| - public class_7() { |
79 |
| - super(); |
80 |
| - this.waypointsX = new int[10]; |
81 |
| - this.waypointsY = new int[10]; |
82 |
| - this.wornItems = new int[12]; |
83 |
| - this.combatLevel = -1; |
84 |
| - this.field_638 = false; |
85 |
| - this.field_639 = -1; |
86 |
| - } |
87 |
| -} |
| 1 | + |
| 2 | +// $FF: renamed from: c |
| 3 | +public class GameCharacter { |
| 4 | + |
| 5 | + // $FF: renamed from: a long |
| 6 | + public long usernameHash; |
| 7 | + // $FF: renamed from: b java.lang.String |
| 8 | + public String username; |
| 9 | + // $FF: renamed from: c int |
| 10 | + public int pid; |
| 11 | + // $FF: renamed from: d int |
| 12 | + public int appearanceId; |
| 13 | + // $FF: renamed from: e int |
| 14 | + public int currentX; |
| 15 | + // $FF: renamed from: f int |
| 16 | + public int currentY; |
| 17 | + // $FF: renamed from: g int |
| 18 | + public int field_612; |
| 19 | + // $FF: renamed from: h int |
| 20 | + public int field_613; |
| 21 | + // $FF: renamed from: i int |
| 22 | + public int animationCurrent; |
| 23 | + // $FF: renamed from: j int |
| 24 | + public int animationNext; |
| 25 | + // $FF: renamed from: k int |
| 26 | + public int movingStep; |
| 27 | + // $FF: renamed from: l int |
| 28 | + public int waypointCurrent; |
| 29 | + // $FF: renamed from: m int[] |
| 30 | + public int[] waypointsX; |
| 31 | + // $FF: renamed from: n int[] |
| 32 | + public int[] waypointsY; |
| 33 | + // $FF: renamed from: o int[] |
| 34 | + public int[] wornItems; |
| 35 | + // $FF: renamed from: p java.lang.String |
| 36 | + public String messageSent; |
| 37 | + // $FF: renamed from: q int |
| 38 | + public int messageTimer; |
| 39 | + // $FF: renamed from: r int |
| 40 | + public int bubbleItemId; |
| 41 | + // $FF: renamed from: s int |
| 42 | + public int bubbleTimer; |
| 43 | + // $FF: renamed from: t int |
| 44 | + public int damageTaken; |
| 45 | + // $FF: renamed from: u int |
| 46 | + public int healthCurrent; |
| 47 | + // $FF: renamed from: v int |
| 48 | + public int healthMax; |
| 49 | + // $FF: renamed from: w int |
| 50 | + public int combatTimeout; |
| 51 | + // $FF: renamed from: x int |
| 52 | + public int combatLevel; |
| 53 | + // $FF: renamed from: y int |
| 54 | + public int hairColour; |
| 55 | + // $FF: renamed from: z int |
| 56 | + public int topColour; |
| 57 | + // $FF: renamed from: A int |
| 58 | + public int trouserColour; |
| 59 | + // $FF: renamed from: B int |
| 60 | + public int skinColour; |
| 61 | + // $FF: renamed from: C int |
| 62 | + public int field_634; |
| 63 | + // $FF: renamed from: D int |
| 64 | + public int field_635; |
| 65 | + // $FF: renamed from: E int |
| 66 | + public int field_636; |
| 67 | + // $FF: renamed from: F int |
| 68 | + public int field_637; |
| 69 | + // $FF: renamed from: G boolean |
| 70 | + public boolean field_638; |
| 71 | + // $FF: renamed from: H int |
| 72 | + public int field_639; |
| 73 | + // $FF: renamed from: I int |
| 74 | + public int skullType; |
| 75 | + |
| 76 | + |
| 77 | + // $FF: renamed from: <init> () void |
| 78 | + public GameCharacter() { |
| 79 | + super(); |
| 80 | + this.waypointsX = new int[10]; |
| 81 | + this.waypointsY = new int[10]; |
| 82 | + this.wornItems = new int[12]; |
| 83 | + this.combatLevel = -1; |
| 84 | + this.field_638 = false; |
| 85 | + this.field_639 = -1; |
| 86 | + } |
| 87 | +} |
0 commit comments