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 = 8;intuint32 enter_reason = 1508;intuint32 enter_scene_token = 11;booleanbool is_first_login_enter_scene = 292;booleanbool is_skip_ui = 5;getPos().Vector pos = 4;.Vector pos = 4;.Vector prev_pos = 15;.Vector prev_pos = 15;intuint32 prev_scene_id = 1;longuint64 scene_begin_time = 9;intuint32 scene_id = 10;intgetSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 14;intrepeated uint32 scene_tag_id_list = 14;repeated uint32 scene_tag_id_list = 14;string scene_transaction = 1465;com.google.protobuf.ByteStringstring scene_transaction = 1465;intuint32 target_uid = 6;getType().EnterType type = 7;int.EnterType type = 7;intuint32 world_level = 12;intuint32 world_type = 95;booleanhasPos().Vector pos = 4;boolean.Vector prev_pos = 15;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
-
getTargetUid
int getTargetUid()uint32 target_uid = 6;- Returns:
- The targetUid.
-
hasPrevPos
boolean hasPrevPos().Vector prev_pos = 15;- Returns:
- Whether the prevPos field is set.
-
getPrevPos
VectorOuterClass.Vector getPrevPos().Vector prev_pos = 15;- Returns:
- The prevPos.
-
getPrevPosOrBuilder
VectorOuterClass.VectorOrBuilder getPrevPosOrBuilder().Vector prev_pos = 15; -
getWorldType
int getWorldType()uint32 world_type = 95;- Returns:
- The worldType.
-
getEnterReason
int getEnterReason()uint32 enter_reason = 1508;- Returns:
- The enterReason.
-
getTypeValue
int getTypeValue().EnterType type = 7;- Returns:
- The enum numeric value on the wire for type.
-
getType
EnterTypeOuterClass.EnterType getType().EnterType type = 7;- Returns:
- The type.
-
getEnterSceneToken
int getEnterSceneToken()uint32 enter_scene_token = 11;- Returns:
- The enterSceneToken.
-
getIsFirstLoginEnterScene
boolean getIsFirstLoginEnterScene()bool is_first_login_enter_scene = 292;- Returns:
- The isFirstLoginEnterScene.
-
getWorldLevel
int getWorldLevel()uint32 world_level = 12;- Returns:
- The worldLevel.
-
getIsSkipUi
boolean getIsSkipUi()bool is_skip_ui = 5;- Returns:
- The isSkipUi.
-
getSceneTransaction
String getSceneTransaction()string scene_transaction = 1465;- Returns:
- The sceneTransaction.
-
getSceneTransactionBytes
com.google.protobuf.ByteString getSceneTransactionBytes()string scene_transaction = 1465;- Returns:
- The bytes for sceneTransaction.
-
hasPos
boolean hasPos().Vector pos = 4;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 4;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 4; -
getPrevSceneId
int getPrevSceneId()uint32 prev_scene_id = 1;- Returns:
- The prevSceneId.
-
getSceneTagIdListList
repeated uint32 scene_tag_id_list = 14;- Returns:
- A list containing the sceneTagIdList.
-
getSceneTagIdListCount
int getSceneTagIdListCount()repeated uint32 scene_tag_id_list = 14;- Returns:
- The count of sceneTagIdList.
-
getSceneTagIdList
int getSceneTagIdList(int index) repeated uint32 scene_tag_id_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The sceneTagIdList at the given index.
-
getSceneId
int getSceneId()uint32 scene_id = 10;- Returns:
- The sceneId.
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 8;- Returns:
- The dungeonId.
-
getSceneBeginTime
long getSceneBeginTime()uint64 scene_begin_time = 9;- Returns:
- The sceneBeginTime.
-