Package emu.grasscutter.net.proto
Interface SceneDataNotifyOuterClass.SceneDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneDataNotifyOuterClass.SceneDataNotify,SceneDataNotifyOuterClass.SceneDataNotify.Builder
- Enclosing class:
- SceneDataNotifyOuterClass
public static interface SceneDataNotifyOuterClass.SceneDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLevelConfigNameList(int index) repeated string level_config_name_list = 6;com.google.protobuf.ByteStringgetLevelConfigNameListBytes(int index) repeated string level_config_name_list = 6;intrepeated string level_config_name_list = 6;repeated string level_config_name_list = 6;intgetSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 3;intrepeated uint32 scene_tag_id_list = 3;repeated uint32 scene_tag_id_list = 3;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
-
getSceneTagIdListList
repeated uint32 scene_tag_id_list = 3;- Returns:
- A list containing the sceneTagIdList.
-
getSceneTagIdListCount
int getSceneTagIdListCount()repeated uint32 scene_tag_id_list = 3;- Returns:
- The count of sceneTagIdList.
-
getSceneTagIdList
int getSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The sceneTagIdList at the given index.
-
getLevelConfigNameListList
repeated string level_config_name_list = 6;- Returns:
- A list containing the levelConfigNameList.
-
getLevelConfigNameListCount
int getLevelConfigNameListCount()repeated string level_config_name_list = 6;- Returns:
- The count of levelConfigNameList.
-
getLevelConfigNameList
repeated string level_config_name_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The levelConfigNameList at the given index.
-
getLevelConfigNameListBytes
com.google.protobuf.ByteString getLevelConfigNameListBytes(int index) repeated string level_config_name_list = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the levelConfigNameList at the given index.
-