first commit
This commit is contained in:
51
p000/HudBase.java
Normal file
51
p000/HudBase.java
Normal file
@@ -0,0 +1,51 @@
|
||||
package p000;
|
||||
|
||||
import javax.microedition.lcdui.Graphics;
|
||||
|
||||
/* renamed from: i */
|
||||
/* loaded from: microcounterstrike.jar:i.class */
|
||||
public abstract class HudBase {
|
||||
|
||||
/* renamed from: a */
|
||||
private static HudBase hudBase199;
|
||||
|
||||
/* JADX WARN: Multi-variable type inference failed */
|
||||
/* JADX WARN: Type inference failed for: r0v0, types: [i] */
|
||||
/* JADX WARN: Type inference failed for: r0v1, types: [java.lang.Throwable] */
|
||||
/* JADX WARN: Type inference failed for: r0v2, types: [java.lang.Throwable] */
|
||||
/* JADX WARN: Type inference failed for: r0v6, types: [i] */
|
||||
/* renamed from: a */
|
||||
public static HudBase getInstance() {
|
||||
?? r0 = hudBase199;
|
||||
if (r0 == 0) {
|
||||
try {
|
||||
r0 = (HudBase) PlatformServices.getInstance().getHudRendererClass().newInstance();
|
||||
hudBase199 = r0;
|
||||
} catch (IllegalAccessException e) {
|
||||
r0.printStackTrace();
|
||||
} catch (InstantiationException e2) {
|
||||
r0.printStackTrace();
|
||||
}
|
||||
}
|
||||
return hudBase199;
|
||||
}
|
||||
|
||||
/* renamed from: a */
|
||||
public abstract void execute236(Graphics graphics, GameRenderCanvas c0002ab);
|
||||
|
||||
/* renamed from: a */
|
||||
public abstract void execute237(int i, String str);
|
||||
|
||||
/* renamed from: b */
|
||||
public abstract void execute238();
|
||||
|
||||
/* renamed from: c */
|
||||
public static void execute239() {
|
||||
PlatformServices.getInstance().loadHudResources();
|
||||
}
|
||||
|
||||
/* renamed from: d */
|
||||
public static void execute240() {
|
||||
PlatformServices.getInstance().unloadHudResources();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user