Package emu.grasscutter.net.proto
Interface GCGDSCardProficiencyNotifyOuterClass.GCGDSCardProficiencyNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDSCardProficiencyNotifyOuterClass.GCGDSCardProficiencyNotify,GCGDSCardProficiencyNotifyOuterClass.GCGDSCardProficiencyNotify.Builder
- Enclosing class:
- GCGDSCardProficiencyNotifyOuterClass
public static interface GCGDSCardProficiencyNotifyOuterClass.GCGDSCardProficiencyNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_id = 13;intuint32 proficiency = 10;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
-
getProficiency
int getProficiency()uint32 proficiency = 10;- Returns:
- The proficiency.
-
getCardId
int getCardId()uint32 card_id = 13;- Returns:
- The cardId.
-