Interface AbilityGadgetInfoOuterClass.AbilityGadgetInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AbilityGadgetInfoOuterClass.AbilityGadgetInfo, AbilityGadgetInfoOuterClass.AbilityGadgetInfo.Builder
Enclosing class:
AbilityGadgetInfoOuterClass

public static interface AbilityGadgetInfoOuterClass.AbilityGadgetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 camp_id = 1;
    int
    uint32 camp_target_type = 2;
    int
    uint32 target_entity_id = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCampId

      int getCampId()
      uint32 camp_id = 1;
      Returns:
      The campId.
    • getCampTargetType

      int getCampTargetType()
      uint32 camp_target_type = 2;
      Returns:
      The campTargetType.
    • getTargetEntityId

      int getTargetEntityId()
      uint32 target_entity_id = 3;
      Returns:
      The targetEntityId.