Interface RoguelikeGadgetInfoOuterClass.RoguelikeGadgetInfoOrBuilder

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

public static interface RoguelikeGadgetInfoOuterClass.RoguelikeGadgetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cell_config_id = 1;
    int
    uint32 cell_id = 4;
    int
    uint32 cell_state = 3;
    int
    uint32 cell_type = 2;

    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

    • getCellConfigId

      int getCellConfigId()
      uint32 cell_config_id = 1;
      Returns:
      The cellConfigId.
    • getCellType

      int getCellType()
      uint32 cell_type = 2;
      Returns:
      The cellType.
    • getCellState

      int getCellState()
      uint32 cell_state = 3;
      Returns:
      The cellState.
    • getCellId

      int getCellId()
      uint32 cell_id = 4;
      Returns:
      The cellId.