Package emu.grasscutter.net.proto
Interface GCGWaitingCharacterOuterClass.GCGWaitingCharacterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGWaitingCharacterOuterClass.GCGWaitingCharacter,GCGWaitingCharacterOuterClass.GCGWaitingCharacter.Builder
- Enclosing class:
- GCGWaitingCharacterOuterClass
public static interface GCGWaitingCharacterOuterClass.GCGWaitingCharacterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_id = 11;intuint32 cond_count = 1;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
-
getCondCount
int getCondCount()uint32 cond_count = 1;- Returns:
- The condCount.
-
getCardId
int getCardId()uint32 card_id = 11;- Returns:
- The cardId.
-