Interface GCGMsgDiceRerollOuterClass.GCGMsgDiceRerollOrBuilder

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

public static interface GCGMsgDiceRerollOuterClass.GCGMsgDiceRerollOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getControllerId

      int getControllerId()
      uint32 controller_id = 1;
      Returns:
      The controllerId.
    • getDiceSideListList

      repeated .GCGDiceSideType dice_side_list = 8;
      Returns:
      A list containing the diceSideList.
    • getDiceSideListCount

      int getDiceSideListCount()
      repeated .GCGDiceSideType dice_side_list = 8;
      Returns:
      The count of diceSideList.
    • getDiceSideList

      GCGDiceSideTypeOuterClass.GCGDiceSideType getDiceSideList(int index)
      repeated .GCGDiceSideType dice_side_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The diceSideList at the given index.
    • getDiceSideListValueList

      List<Integer> getDiceSideListValueList()
      repeated .GCGDiceSideType dice_side_list = 8;
      Returns:
      A list containing the enum numeric values on the wire for diceSideList.
    • getDiceSideListValue

      int getDiceSideListValue(int index)
      repeated .GCGDiceSideType dice_side_list = 8;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of diceSideList at the given index.
    • getSelectDiceIndexListList

      List<Integer> getSelectDiceIndexListList()
      repeated uint32 select_dice_index_list = 12;
      Returns:
      A list containing the selectDiceIndexList.
    • getSelectDiceIndexListCount

      int getSelectDiceIndexListCount()
      repeated uint32 select_dice_index_list = 12;
      Returns:
      The count of selectDiceIndexList.
    • getSelectDiceIndexList

      int getSelectDiceIndexList(int index)
      repeated uint32 select_dice_index_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The selectDiceIndexList at the given index.