1
1
package org .runejs .client ;
2
2
3
- import org .runejs .client .cache .def .ActorDefinition ;
4
- import org .runejs .client .cache .media .gameInterface .GameInterface ;
5
- import org .runejs .client .frame .ChatBox ;
6
- import org .runejs .client .media .Rasterizer ;
7
- import org .runejs .client .media .renderable .actor .Player ;
8
- import org .runejs .client .scene .tile .GenericTile ;
9
- import org .runejs .client .scene .tile .WallDecoration ;
10
-
11
3
import java .awt .event .KeyEvent ;
12
4
13
5
public class Class51 {
@@ -26,37 +18,6 @@ public static int getKeyChar(KeyEvent arg1) {
26
18
}
27
19
28
20
29
-
30
- public static void method940 (String arg1 , boolean arg2 , String arg3 ) {
31
- if (MovedStatics .clearScreen ) {
32
- MovedStatics .clearScreen = false ;
33
- MovedStatics .drawWelcomeScreenGraphics ();
34
- LinkedList .drawChatBoxGraphics ();
35
- Class55 .drawTabGraphics ();
36
- ActorDefinition .drawMapBack ();
37
- GenericTile .method943 (ChatBox .tradeMode , WallDecoration .fontNormal , ChatBox .privateChatMode , ChatBox .publicChatMode );
38
- MovedStatics .method527 (Player .currentTabId , Player .tabWidgetIds , GameInterface .tabAreaInterfaceId == -1 , -1 );
39
- MovedStatics .showSidePanelRedrawnText = true ;
40
- Class40_Sub3 .showIconsRedrawnText = true ;
41
- MovedStatics .showChatPanelRedrawnText = true ;
42
- }
43
- int i = 151 ;
44
- Class65 .method1018 ();
45
- i -= 3 ;
46
- WallDecoration .fontNormal .drawStringLeft (arg1 , 257 , i , 0 );
47
- WallDecoration .fontNormal .drawStringLeft (arg1 , 256 , i + -1 , 16777215 );
48
- if (arg3 != null ) {
49
- i += 15 ;
50
- if (arg2 ) {
51
- int i_0_ = 4 + WallDecoration .fontNormal .getStringWidth (arg3 );
52
- Rasterizer .drawFilledRectangle (257 - i_0_ / 2 , -11 + i , i_0_ , 11 , 0 );
53
- }
54
- WallDecoration .fontNormal .drawStringLeft (arg3 , 257 , i , 0 );
55
- WallDecoration .fontNormal .drawStringLeft (arg3 , 256 , i - 1 , 16777215 );
56
- }
57
- Player .drawGameScreenGraphics ();
58
- }
59
-
60
21
public static void clearModelCache () {
61
22
MovedStatics .modelCache .clear ();
62
23
}
0 commit comments