Package emu.grasscutter.net.proto
Interface DungeonRestartInviteReplyNotifyOuterClass.DungeonRestartInviteReplyNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonRestartInviteReplyNotifyOuterClass.DungeonRestartInviteReplyNotify,DungeonRestartInviteReplyNotifyOuterClass.DungeonRestartInviteReplyNotify.Builder
- Enclosing class:
- DungeonRestartInviteReplyNotifyOuterClass
public static interface DungeonRestartInviteReplyNotifyOuterClass.DungeonRestartInviteReplyNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_accept = 12;intuint32 player_uid = 11;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
-
getPlayerUid
int getPlayerUid()uint32 player_uid = 11;- Returns:
- The playerUid.
-
getIsAccept
boolean getIsAccept()bool is_accept = 12;- Returns:
- The isAccept.
-