Package emu.grasscutter.net.proto
Interface DungeonRestartInviteNotifyOuterClass.DungeonRestartInviteNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonRestartInviteNotifyOuterClass.DungeonRestartInviteNotify,DungeonRestartInviteNotifyOuterClass.DungeonRestartInviteNotify.Builder
- Enclosing class:
- DungeonRestartInviteNotifyOuterClass
public static interface DungeonRestartInviteNotifyOuterClass.DungeonRestartInviteNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCd()uint32 cd = 5;intuint32 dungeon_id = 8;intuint32 player_uid = 6;intuint32 point_id = 12;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 = 8;- Returns:
- The dungeonId.
-
getCd
int getCd()uint32 cd = 5;- Returns:
- The cd.
-
getPlayerUid
int getPlayerUid()uint32 player_uid = 6;- Returns:
- The playerUid.
-
getPointId
int getPointId()uint32 point_id = 12;- Returns:
- The pointId.
-