Package emu.grasscutter.net.proto
Interface PlayerEnterSceneNotifyOuterClass.PlayerEnterSceneNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerEnterSceneNotifyOuterClass.PlayerEnterSceneNotify,PlayerEnterSceneNotifyOuterClass.PlayerEnterSceneNotify.Builder
- Enclosing class:
- PlayerEnterSceneNotifyOuterClass
public static interface PlayerEnterSceneNotifyOuterClass.PlayerEnterSceneNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_id = 13;intuint32 enter_reason = 482;intuint32 enter_scene_token = 8;booleanbool is_first_login_enter_scene = 6;booleanbool is_skip_ui = 1748;getPos().Vector pos = 10;.Vector pos = 10;.Vector prev_pos = 14;.Vector prev_pos = 14;intuint32 prev_scene_id = 3;longuint64 scene_begin_time = 7;intuint32 scene_id = 1;intgetSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 12;intrepeated uint32 scene_tag_id_list = 12;repeated uint32 scene_tag_id_list = 12;string scene_transaction = 1931;com.google.protobuf.ByteStringstring scene_transaction = 1931;intuint32 target_uid = 4;getType().EnterType type = 9;int.EnterType type = 9;intuint32 world_level = 11;intuint32 world_type = 952;booleanhasPos().Vector pos = 10;boolean.Vector prev_pos = 14;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
-
getSceneId
int getSceneId()uint32 scene_id = 1;- Returns:
- The sceneId.
-
getEnterReason
int getEnterReason()uint32 enter_reason = 482;- Returns:
- The enterReason.
-
getSceneTagIdListList
repeated uint32 scene_tag_id_list = 12;- Returns:
- A list containing the sceneTagIdList.
-
getSceneTagIdListCount
int getSceneTagIdListCount()repeated uint32 scene_tag_id_list = 12;- Returns:
- The count of sceneTagIdList.
-
getSceneTagIdList
int getSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The sceneTagIdList at the given index.
-
getSceneTransaction
String getSceneTransaction()string scene_transaction = 1931;- Returns:
- The sceneTransaction.
-
getSceneTransactionBytes
com.google.protobuf.ByteString getSceneTransactionBytes()string scene_transaction = 1931;- Returns:
- The bytes for sceneTransaction.
-
hasPrevPos
boolean hasPrevPos().Vector prev_pos = 14;- Returns:
- Whether the prevPos field is set.
-
getPrevPos
VectorOuterClass.Vector getPrevPos().Vector prev_pos = 14;- Returns:
- The prevPos.
-
getPrevPosOrBuilder
VectorOuterClass.VectorOrBuilder getPrevPosOrBuilder().Vector prev_pos = 14; -
getTargetUid
int getTargetUid()uint32 target_uid = 4;- Returns:
- The targetUid.
-
getWorldType
int getWorldType()uint32 world_type = 952;- Returns:
- The worldType.
-
getIsSkipUi
boolean getIsSkipUi()bool is_skip_ui = 1748;- Returns:
- The isSkipUi.
-
getTypeValue
int getTypeValue().EnterType type = 9;- Returns:
- The enum numeric value on the wire for type.
-
getType
EnterTypeOuterClass.EnterType getType().EnterType type = 9;- Returns:
- The type.
-
getIsFirstLoginEnterScene
boolean getIsFirstLoginEnterScene()bool is_first_login_enter_scene = 6;- Returns:
- The isFirstLoginEnterScene.
-
getWorldLevel
int getWorldLevel()uint32 world_level = 11;- Returns:
- The worldLevel.
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 13;- Returns:
- The dungeonId.
-
hasPos
boolean hasPos().Vector pos = 10;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 10;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 10; -
getPrevSceneId
int getPrevSceneId()uint32 prev_scene_id = 3;- Returns:
- The prevSceneId.
-
getEnterSceneToken
int getEnterSceneToken()uint32 enter_scene_token = 8;- Returns:
- The enterSceneToken.
-
getSceneBeginTime
long getSceneBeginTime()uint64 scene_begin_time = 7;- Returns:
- The sceneBeginTime.
-