Package emu.grasscutter.net.proto
Interface GCGMsgSelectOnStageByEffectOuterClass.GCGMsgSelectOnStageByEffectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgSelectOnStageByEffectOuterClass.GCGMsgSelectOnStageByEffect,GCGMsgSelectOnStageByEffectOuterClass.GCGMsgSelectOnStageByEffect.Builder
- Enclosing class:
- GCGMsgSelectOnStageByEffectOuterClass
public static interface GCGMsgSelectOnStageByEffectOuterClass.GCGMsgSelectOnStageByEffectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_guid = 15;intuint32 controller_id = 2;intuint32 skill_id = 6;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
-
getCardGuid
int getCardGuid()uint32 card_guid = 15;- Returns:
- The cardGuid.
-
getControllerId
int getControllerId()uint32 controller_id = 2;- Returns:
- The controllerId.
-
getSkillId
int getSkillId()uint32 skill_id = 6;- Returns:
- The skillId.
-