Files
rr3-apk/smali_classes2/com/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

116 lines
3.7 KiB
Smali

.class Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus;
.super Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "RealEventBus"
.end annotation
# instance fields
.field private final mEventBus:Lcsdk/glucentralservices/eventbus/IServerEventBus;
# direct methods
.method public constructor <init>(Lcsdk/glucentralservices/eventbus/IServerEventBus;)V
.locals 0
.line 198
invoke-direct {p0}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus;-><init>()V
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus;->mEventBus:Lcsdk/glucentralservices/eventbus/IServerEventBus;
return-void
.end method
# virtual methods
.method public globalToken()Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus;->mEventBus:Lcsdk/glucentralservices/eventbus/IServerEventBus;
.line 242
invoke-interface {v0}, Lcsdk/glucentralservices/eventbus/IServerEventBus;->globalToken()Ljava/lang/Object;
move-result-object v0
return-object v0
.end method
.method public isConnected()Z
.locals 1
const/4 v0, 0x1
return v0
.end method
.method public publish(Ljava/lang/Object;Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$Event;)V
.locals 1
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus;->mEventBus:Lcsdk/glucentralservices/eventbus/IServerEventBus;
.line 237
invoke-interface {v0, p1, p2}, Lcsdk/glucentralservices/eventbus/IServerEventBus;->publish(Ljava/lang/Object;Ljava/util/Map;)V
return-void
.end method
.method public subscribe(Ljava/lang/Object;Ljava/lang/String;Ljava/util/Collection;Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$IEventHandler;)Ljava/lang/Object;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Object;",
"Ljava/lang/String;",
"Ljava/util/Collection<",
"Ljava/lang/String;",
">;",
"Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$IEventHandler;",
")",
"Ljava/lang/Object;"
}
.end annotation
if-eqz p4, :cond_0
.line 211
new-instance v0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus$1;
invoke-direct {v0, p0, p4}, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus$1;-><init>(Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus;Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$IEventHandler;)V
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
iget-object p4, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus;->mEventBus:Lcsdk/glucentralservices/eventbus/IServerEventBus;
.line 227
invoke-interface {p4, p1, p2, p3, v0}, Lcsdk/glucentralservices/eventbus/IServerEventBus;->subscribe(Ljava/lang/Object;Ljava/lang/String;Ljava/util/Collection;Lcsdk/glucentralservices/eventbus/IServerEventHandler;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public unsubscribe(Ljava/lang/Object;)V
.locals 1
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/eventbus/GluEventBus$RealEventBus;->mEventBus:Lcsdk/glucentralservices/eventbus/IServerEventBus;
.line 232
invoke-interface {v0, p1}, Lcsdk/glucentralservices/eventbus/IServerEventBus;->unsubscribe(Ljava/lang/Object;)V
return-void
.end method