Package emu.grasscutter.net.proto
Interface EnterCustomDungeonReqOuterClass.EnterCustomDungeonReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EnterCustomDungeonReqOuterClass.EnterCustomDungeonReq,EnterCustomDungeonReqOuterClass.EnterCustomDungeonReq.Builder
- Enclosing class:
- EnterCustomDungeonReqOuterClass
public static interface EnterCustomDungeonReqOuterClass.EnterCustomDungeonReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 dungeon_guid = 4;intuint32 dungeon_id = 7;.EnterCustomDungeonType enter_type = 8;int.EnterCustomDungeonType enter_type = 8;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 = 7;- Returns:
- The dungeonId.
-
getEnterTypeValue
int getEnterTypeValue().EnterCustomDungeonType enter_type = 8;- Returns:
- The enum numeric value on the wire for enterType.
-
getEnterType
EnterCustomDungeonTypeOuterClass.EnterCustomDungeonType getEnterType().EnterCustomDungeonType enter_type = 8;- Returns:
- The enterType.
-
getDungeonGuid
long getDungeonGuid()uint64 dungeon_guid = 4;- Returns:
- The dungeonGuid.
-