Package emu.grasscutter.net.proto
Interface DungeonCandidateTeamDismissNotifyOuterClass.DungeonCandidateTeamDismissNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonCandidateTeamDismissNotifyOuterClass.DungeonCandidateTeamDismissNotify,DungeonCandidateTeamDismissNotifyOuterClass.DungeonCandidateTeamDismissNotify.Builder
- Enclosing class:
- DungeonCandidateTeamDismissNotifyOuterClass
public static interface DungeonCandidateTeamDismissNotifyOuterClass.DungeonCandidateTeamDismissNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 player_uid = 1;.DungeonCandidateTeamPlayerDismissReason reason = 7;int.DungeonCandidateTeamPlayerDismissReason reason = 7;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
-
getReasonValue
int getReasonValue().DungeonCandidateTeamPlayerDismissReason reason = 7;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
DungeonCandidateTeamPlayerDismissReasonOuterClass.DungeonCandidateTeamPlayerDismissReason getReason().DungeonCandidateTeamPlayerDismissReason reason = 7;- Returns:
- The reason.
-
getPlayerUid
int getPlayerUid()uint32 player_uid = 1;- Returns:
- The playerUid.
-