Package emu.grasscutter.net.proto
Interface GCGSkillPreviewTokenInfoOuterClass.GCGSkillPreviewTokenInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGSkillPreviewTokenInfoOuterClass.GCGSkillPreviewTokenInfo,GCGSkillPreviewTokenInfoOuterClass.GCGSkillPreviewTokenInfo.Builder
- Enclosing class:
- GCGSkillPreviewTokenInfoOuterClass
public static interface GCGSkillPreviewTokenInfoOuterClass.GCGSkillPreviewTokenInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 token_type = 11;intuint32 Unk3300_IKICJMEFEON = 3;intuint32 Unk3300_MMIKPPJMHAD = 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
-
getTokenType
int getTokenType()uint32 token_type = 11;- Returns:
- The tokenType.
-
getUnk3300MMIKPPJMHAD
int getUnk3300MMIKPPJMHAD()uint32 Unk3300_MMIKPPJMHAD = 10;- Returns:
- The unk3300MMIKPPJMHAD.
-
getUnk3300IKICJMEFEON
int getUnk3300IKICJMEFEON()uint32 Unk3300_IKICJMEFEON = 3;- Returns:
- The unk3300IKICJMEFEON.
-