Package emu.grasscutter.net.proto
Interface SceneAreaUnlockNotifyOuterClass.SceneAreaUnlockNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneAreaUnlockNotifyOuterClass.SceneAreaUnlockNotify,SceneAreaUnlockNotifyOuterClass.SceneAreaUnlockNotify.Builder
- Enclosing class:
- SceneAreaUnlockNotifyOuterClass
public static interface SceneAreaUnlockNotifyOuterClass.SceneAreaUnlockNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAreaList(int index) repeated uint32 area_list = 8;intrepeated uint32 area_list = 8;repeated uint32 area_list = 8;intuint32 scene_id = 1;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
-
getAreaListList
repeated uint32 area_list = 8;- Returns:
- A list containing the areaList.
-
getAreaListCount
int getAreaListCount()repeated uint32 area_list = 8;- Returns:
- The count of areaList.
-
getAreaList
int getAreaList(int index) repeated uint32 area_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The areaList at the given index.
-
getSceneId
int getSceneId()uint32 scene_id = 1;- Returns:
- The sceneId.
-