Package emu.grasscutter.net.proto
Interface ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify,ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotify.Builder
- Enclosing class:
- ScenePointUnlockNotifyOuterClass
public static interface ScenePointUnlockNotifyOuterClass.ScenePointUnlockNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetHidePointList(int index) repeated uint32 hide_point_list = 9;intrepeated uint32 hide_point_list = 9;repeated uint32 hide_point_list = 9;intgetLockedPointList(int index) JOMDNANCHNDintJOMDNANCHNDJOMDNANCHNDintgetPointList(int index) repeated uint32 point_list = 3;intrepeated uint32 point_list = 3;repeated uint32 point_list = 3;intuint32 scene_id = 6;intgetUnhidePointList(int index) LLLIACPHNEHintLLLIACPHNEHLLLIACPHNEHMethods 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
-
getLockedPointListList
JOMDNANCHND
repeated uint32 locked_point_list = 14;- Returns:
- A list containing the lockedPointList.
-
getLockedPointListCount
int getLockedPointListCount()JOMDNANCHND
repeated uint32 locked_point_list = 14;- Returns:
- The count of lockedPointList.
-
getLockedPointList
int getLockedPointList(int index) JOMDNANCHND
repeated uint32 locked_point_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The lockedPointList at the given index.
-
getHidePointListList
repeated uint32 hide_point_list = 9;- Returns:
- A list containing the hidePointList.
-
getHidePointListCount
int getHidePointListCount()repeated uint32 hide_point_list = 9;- Returns:
- The count of hidePointList.
-
getHidePointList
int getHidePointList(int index) repeated uint32 hide_point_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The hidePointList at the given index.
-
getPointListList
repeated uint32 point_list = 3;- Returns:
- A list containing the pointList.
-
getPointListCount
int getPointListCount()repeated uint32 point_list = 3;- Returns:
- The count of pointList.
-
getPointList
int getPointList(int index) repeated uint32 point_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The pointList at the given index.
-
getUnhidePointListList
LLLIACPHNEH
repeated uint32 unhide_point_list = 7;- Returns:
- A list containing the unhidePointList.
-
getUnhidePointListCount
int getUnhidePointListCount()LLLIACPHNEH
repeated uint32 unhide_point_list = 7;- Returns:
- The count of unhidePointList.
-
getUnhidePointList
int getUnhidePointList(int index) LLLIACPHNEH
repeated uint32 unhide_point_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The unhidePointList at the given index.
-
getSceneId
int getSceneId()uint32 scene_id = 6;- Returns:
- The sceneId.
-