Package emu.grasscutter.net.proto
Interface SceneGalleryHideAndSeekInfoOuterClass.SceneGalleryHideAndSeekInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryHideAndSeekInfoOuterClass.SceneGalleryHideAndSeekInfo,SceneGalleryHideAndSeekInfoOuterClass.SceneGalleryHideAndSeekInfo.Builder
- Enclosing class:
- SceneGalleryHideAndSeekInfoOuterClass
public static interface SceneGalleryHideAndSeekInfoOuterClass.SceneGalleryHideAndSeekInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCaughtUidList(int index) repeated uint32 caught_uid_list = 7;intrepeated uint32 caught_uid_list = 7;repeated uint32 caught_uid_list = 7;intgetVisibleUidList(int index) repeated uint32 visible_uid_list = 10;intrepeated uint32 visible_uid_list = 10;repeated uint32 visible_uid_list = 10;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
-
getVisibleUidListList
repeated uint32 visible_uid_list = 10;- Returns:
- A list containing the visibleUidList.
-
getVisibleUidListCount
int getVisibleUidListCount()repeated uint32 visible_uid_list = 10;- Returns:
- The count of visibleUidList.
-
getVisibleUidList
int getVisibleUidList(int index) repeated uint32 visible_uid_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The visibleUidList at the given index.
-
getCaughtUidListList
repeated uint32 caught_uid_list = 7;- Returns:
- A list containing the caughtUidList.
-
getCaughtUidListCount
int getCaughtUidListCount()repeated uint32 caught_uid_list = 7;- Returns:
- The count of caughtUidList.
-
getCaughtUidList
int getCaughtUidList(int index) repeated uint32 caught_uid_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The caughtUidList at the given index.
-