Package emu.grasscutter.net.proto
Interface MusicGameStartToPlayOthersBeatmapRspOuterClass.MusicGameStartToPlayOthersBeatmapRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MusicGameStartToPlayOthersBeatmapRspOuterClass.MusicGameStartToPlayOthersBeatmapRsp,MusicGameStartToPlayOthersBeatmapRspOuterClass.MusicGameStartToPlayOthersBeatmapRsp.Builder
- Enclosing class:
- MusicGameStartToPlayOthersBeatmapRspOuterClass
public static interface MusicGameStartToPlayOthersBeatmapRspOuterClass.MusicGameStartToPlayOthersBeatmapRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetAMNODOLNOIM(int index) repeated uint64 AMNODOLNOIM = 6;intrepeated uint64 AMNODOLNOIM = 6;repeated uint64 AMNODOLNOIM = 6;intint32 retcode = 2;.MusicGameUnknown1Enum unknown_enum1 = 11;int.MusicGameUnknown1Enum unknown_enum1 = 11;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 = 2;- Returns:
- The retcode.
-
getUnknownEnum1Value
int getUnknownEnum1Value().MusicGameUnknown1Enum unknown_enum1 = 11;- Returns:
- The enum numeric value on the wire for unknownEnum1.
-
getUnknownEnum1
MusicGameUnknown1EnumOuterClass.MusicGameUnknown1Enum getUnknownEnum1().MusicGameUnknown1Enum unknown_enum1 = 11;- Returns:
- The unknownEnum1.
-
getAMNODOLNOIMList
repeated uint64 AMNODOLNOIM = 6;- Returns:
- A list containing the aMNODOLNOIM.
-
getAMNODOLNOIMCount
int getAMNODOLNOIMCount()repeated uint64 AMNODOLNOIM = 6;- Returns:
- The count of aMNODOLNOIM.
-
getAMNODOLNOIM
long getAMNODOLNOIM(int index) repeated uint64 AMNODOLNOIM = 6;- Parameters:
index- The index of the element to return.- Returns:
- The aMNODOLNOIM at the given index.
-