Package emu.grasscutter.net.proto
Interface RequestLiveInfoRspOuterClass.RequestLiveInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RequestLiveInfoRspOuterClass.RequestLiveInfoRsp,RequestLiveInfoRspOuterClass.RequestLiveInfoRsp.Builder
- Enclosing class:
- RequestLiveInfoRspOuterClass
public static interface RequestLiveInfoRspOuterClass.RequestLiveInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 live_id = 10;intint32 retcode = 13;string Unk3300_BDOGCPKPLOK = 11;com.google.protobuf.ByteStringstring Unk3300_BDOGCPKPLOK = 11;string Unk3300_DNGGIOIKLHC = 6;com.google.protobuf.ByteStringstring Unk3300_DNGGIOIKLHC = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
getUnk3300BDOGCPKPLOK
String getUnk3300BDOGCPKPLOK()string Unk3300_BDOGCPKPLOK = 11;- Returns:
- The unk3300BDOGCPKPLOK.
-
getUnk3300BDOGCPKPLOKBytes
com.google.protobuf.ByteString getUnk3300BDOGCPKPLOKBytes()string Unk3300_BDOGCPKPLOK = 11;- Returns:
- The bytes for unk3300BDOGCPKPLOK.
-
getUnk3300DNGGIOIKLHC
String getUnk3300DNGGIOIKLHC()string Unk3300_DNGGIOIKLHC = 6;- Returns:
- The unk3300DNGGIOIKLHC.
-
getUnk3300DNGGIOIKLHCBytes
com.google.protobuf.ByteString getUnk3300DNGGIOIKLHCBytes()string Unk3300_DNGGIOIKLHC = 6;- Returns:
- The bytes for unk3300DNGGIOIKLHC.
-
getLiveId
int getLiveId()uint32 live_id = 10;- Returns:
- The liveId.
-