Interface InBattleMechanicusBuildingInfoOuterClass.InBattleMechanicusBuildingInfoOrBuilder

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

public static interface InBattleMechanicusBuildingInfoOuterClass.InBattleMechanicusBuildingInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 building_id = 3;
    int
    uint32 cost_points = 15;
    int
    uint32 level = 13;
    int
    uint32 refund_points = 8;

    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

    • getRefundPoints

      int getRefundPoints()
      uint32 refund_points = 8;
      Returns:
      The refundPoints.
    • getCostPoints

      int getCostPoints()
      uint32 cost_points = 15;
      Returns:
      The costPoints.
    • getLevel

      int getLevel()
      uint32 level = 13;
      Returns:
      The level.
    • getBuildingId

      int getBuildingId()
      uint32 building_id = 3;
      Returns:
      The buildingId.