Package emu.grasscutter.net.proto
Interface GCGChangeOnstageInfoOuterClass.GCGChangeOnstageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGChangeOnstageInfoOuterClass.GCGChangeOnstageInfo,GCGChangeOnstageInfoOuterClass.GCGChangeOnstageInfo.Builder
- Enclosing class:
- GCGChangeOnstageInfoOuterClass
public static interface GCGChangeOnstageInfoOuterClass.GCGChangeOnstageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_guid = 6;.GCGSkillPreviewInfo change_onstage_preview_info = 5;.GCGSkillPreviewInfo change_onstage_preview_info = 5;booleanbool is_quick = 11;boolean.GCGSkillPreviewInfo change_onstage_preview_info = 5;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
-
getIsQuick
boolean getIsQuick()bool is_quick = 11;- Returns:
- The isQuick.
-
getCardGuid
int getCardGuid()uint32 card_guid = 6;- Returns:
- The cardGuid.
-
hasChangeOnstagePreviewInfo
boolean hasChangeOnstagePreviewInfo().GCGSkillPreviewInfo change_onstage_preview_info = 5;- Returns:
- Whether the changeOnstagePreviewInfo field is set.
-
getChangeOnstagePreviewInfo
GCGSkillPreviewInfoOuterClass.GCGSkillPreviewInfo getChangeOnstagePreviewInfo().GCGSkillPreviewInfo change_onstage_preview_info = 5;- Returns:
- The changeOnstagePreviewInfo.
-
getChangeOnstagePreviewInfoOrBuilder
GCGSkillPreviewInfoOuterClass.GCGSkillPreviewInfoOrBuilder getChangeOnstagePreviewInfoOrBuilder().GCGSkillPreviewInfo change_onstage_preview_info = 5;
-