Package emu.grasscutter.net.proto
Interface GCGDSDeckUpdateNotifyOuterClass.GCGDSDeckUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDSDeckUpdateNotifyOuterClass.GCGDSDeckUpdateNotify,GCGDSDeckUpdateNotifyOuterClass.GCGDSDeckUpdateNotify.Builder
- Enclosing class:
- GCGDSDeckUpdateNotifyOuterClass
public static interface GCGDSDeckUpdateNotifyOuterClass.GCGDSDeckUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 deck_id = 15;booleanbool is_valid = 2;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
-
getIsValid
boolean getIsValid()bool is_valid = 2;- Returns:
- The isValid.
-
getDeckId
int getDeckId()uint32 deck_id = 15;- Returns:
- The deckId.
-