Package emu.grasscutter.net.proto
Interface PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfo,PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfo.Builder
- Enclosing class:
- PlayerWorldSceneInfoOuterClass
public static interface PlayerWorldSceneInfoOuterClass.PlayerWorldSceneInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_locked = 6;intuint32 scene_id = 8;intgetSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 7;intrepeated uint32 scene_tag_id_list = 7;repeated uint32 scene_tag_id_list = 7;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
-
getIsLocked
boolean getIsLocked()bool is_locked = 6;- Returns:
- The isLocked.
-
getSceneId
int getSceneId()uint32 scene_id = 8;- Returns:
- The sceneId.
-
getSceneTagIdListList
repeated uint32 scene_tag_id_list = 7;- Returns:
- A list containing the sceneTagIdList.
-
getSceneTagIdListCount
int getSceneTagIdListCount()repeated uint32 scene_tag_id_list = 7;- Returns:
- The count of sceneTagIdList.
-
getSceneTagIdList
int getSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The sceneTagIdList at the given index.
-