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 = 9;.DungeonEnterPosInfo enter_pos_info = 9;intuint32 point_id = 1;boolean.DungeonEnterPosInfo enter_pos_info = 9;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
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 4;- Returns:
- The dungeonId.
-
hasEnterPosInfo
boolean hasEnterPosInfo().DungeonEnterPosInfo enter_pos_info = 9;- Returns:
- Whether the enterPosInfo field is set.
-
getEnterPosInfo
DungeonEnterPosInfoOuterClass.DungeonEnterPosInfo getEnterPosInfo().DungeonEnterPosInfo enter_pos_info = 9;- Returns:
- The enterPosInfo.
-
getEnterPosInfoOrBuilder
DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder getEnterPosInfoOrBuilder().DungeonEnterPosInfo enter_pos_info = 9; -
getPointId
int getPointId()uint32 point_id = 1;- Returns:
- The pointId.
-