Package emu.grasscutter.net.proto
Interface MusicGameCreateBeatmapRspOuterClass.MusicGameCreateBeatmapRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MusicGameCreateBeatmapRspOuterClass.MusicGameCreateBeatmapRsp,MusicGameCreateBeatmapRspOuterClass.MusicGameCreateBeatmapRsp.Builder
- Enclosing class:
- MusicGameCreateBeatmapRspOuterClass
public static interface MusicGameCreateBeatmapRspOuterClass.MusicGameCreateBeatmapRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 music_share_id = 5;intint32 retcode = 10;.MusicGameUnknown1Enum unknown_enum1 = 12;int.MusicGameUnknown1Enum unknown_enum1 = 12;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 = 10;- Returns:
- The retcode.
-
getUnknownEnum1Value
int getUnknownEnum1Value().MusicGameUnknown1Enum unknown_enum1 = 12;- Returns:
- The enum numeric value on the wire for unknownEnum1.
-
getUnknownEnum1
MusicGameUnknown1EnumOuterClass.MusicGameUnknown1Enum getUnknownEnum1().MusicGameUnknown1Enum unknown_enum1 = 12;- Returns:
- The unknownEnum1.
-