Interface RogueCellInfoOuterClass.RogueCellInfoOrBuilder

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

public static interface RogueCellInfoOuterClass.RogueCellInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cell_config_id = 14;
    int
    uint32 cell_id = 2;
    int
    uint32 cell_type = 13;
    int
    uint32 dungeon_id = 1;
    .RogueCellState state = 9;
    int
    .RogueCellState state = 9;

    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

    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 1;
      Returns:
      The dungeonId.
    • getCellConfigId

      int getCellConfigId()
      uint32 cell_config_id = 14;
      Returns:
      The cellConfigId.
    • getCellId

      int getCellId()
      uint32 cell_id = 2;
      Returns:
      The cellId.
    • getStateValue

      int getStateValue()
      .RogueCellState state = 9;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .RogueCellState state = 9;
      Returns:
      The state.
    • getCellType

      int getCellType()
      uint32 cell_type = 13;
      Returns:
      The cellType.