Package emu.grasscutter.net.proto
Interface DungeonCandidateTeamCreateReqOuterClass.DungeonCandidateTeamCreateReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonCandidateTeamCreateReqOuterClass.DungeonCandidateTeamCreateReq,DungeonCandidateTeamCreateReqOuterClass.DungeonCandidateTeamCreateReq.Builder
- Enclosing class:
- DungeonCandidateTeamCreateReqOuterClass
public static interface DungeonCandidateTeamCreateReqOuterClass.DungeonCandidateTeamCreateReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 dungeon_id = 3;intuint32 point_id = 1;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 = 3;- Returns:
- The dungeonId.
-
getPointId
int getPointId()uint32 point_id = 1;- Returns:
- The pointId.
-