Package emu.grasscutter.net.proto
Interface PublishCustomDungeonReqOuterClass.PublishCustomDungeonReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublishCustomDungeonReqOuterClass.PublishCustomDungeonReq,PublishCustomDungeonReqOuterClass.PublishCustomDungeonReq.Builder
- Enclosing class:
- PublishCustomDungeonReqOuterClass
public static interface PublishCustomDungeonReqOuterClass.PublishCustomDungeonReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 dungeon_guid = 6;intgetTagList(int index) repeated uint32 tag_list = 9;intrepeated uint32 tag_list = 9;repeated uint32 tag_list = 9;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
-
getDungeonGuid
long getDungeonGuid()uint64 dungeon_guid = 6;- Returns:
- The dungeonGuid.
-
getTagListList
repeated uint32 tag_list = 9;- Returns:
- A list containing the tagList.
-
getTagListCount
int getTagListCount()repeated uint32 tag_list = 9;- Returns:
- The count of tagList.
-
getTagList
int getTagList(int index) repeated uint32 tag_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The tagList at the given index.
-