Package emu.grasscutter.net.proto
Interface HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo,HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder
- Enclosing class:
- HideAndSeekMapInfoOuterClass
public static interface HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()uint32 id = 10;intgetMatchLockReasonList(int index) repeated uint32 match_lock_reason_list = 13;intrepeated uint32 match_lock_reason_list = 13;repeated uint32 match_lock_reason_list = 13;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
-
getId
int getId()uint32 id = 10;- Returns:
- The id.
-
getMatchLockReasonListList
repeated uint32 match_lock_reason_list = 13;- Returns:
- A list containing the matchLockReasonList.
-
getMatchLockReasonListCount
int getMatchLockReasonListCount()repeated uint32 match_lock_reason_list = 13;- Returns:
- The count of matchLockReasonList.
-
getMatchLockReasonList
int getMatchLockReasonList(int index) repeated uint32 match_lock_reason_list = 13;- Parameters:
index- The index of the element to return.- Returns:
- The matchLockReasonList at the given index.
-