Package emu.grasscutter.net.proto
Interface PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq,PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReq.Builder
- Enclosing class:
- PlayerEnterDungeonReqOuterClass
public static interface PlayerEnterDungeonReqOuterClass.PlayerEnterDungeonReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_id = 4;.DungeonEnterPosInfo enter_pos_info = 12;.DungeonEnterPosInfo enter_pos_info = 12;intuint32 point_id = 15;boolean.DungeonEnterPosInfo enter_pos_info = 12;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
-
getPointId
int getPointId()uint32 point_id = 15;- Returns:
- The pointId.
-
hasEnterPosInfo
boolean hasEnterPosInfo().DungeonEnterPosInfo enter_pos_info = 12;- Returns:
- Whether the enterPosInfo field is set.
-
getEnterPosInfo
DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo getEnterPosInfo().DungeonEnterPosInfo enter_pos_info = 12;- Returns:
- The enterPosInfo.
-
getEnterPosInfoOrBuilder
DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder getEnterPosInfoOrBuilder().DungeonEnterPosInfo enter_pos_info = 12; -
getDungeonId
int getDungeonId()uint32 dungeon_id = 4;- Returns:
- The dungeonId.
-