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