Package emu.grasscutter.net.proto
Interface OpActivityTagBriefInfoOuterClass.OpActivityTagBriefInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpActivityTagBriefInfoOuterClass.OpActivityTagBriefInfo,OpActivityTagBriefInfoOuterClass.OpActivityTagBriefInfo.Builder
- Enclosing class:
- OpActivityTagBriefInfoOuterClass
public static interface OpActivityTagBriefInfoOuterClass.OpActivityTagBriefInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 config_id = 13;booleanbool has_reward = 14;intuint32 op_activity_type = 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
-
getHasReward
boolean getHasReward()bool has_reward = 14;- Returns:
- The hasReward.
-
getOpActivityType
int getOpActivityType()uint32 op_activity_type = 2;- Returns:
- The opActivityType.
-
getConfigId
int getConfigId()uint32 config_id = 13;- Returns:
- The configId.
-