Package emu.grasscutter.net.proto
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 Summary
Modifier and TypeMethodDescriptionintuint32 controller_id = 1;getDiceSideList(int index) repeated .GCGDiceSideType dice_side_list = 8;intrepeated .GCGDiceSideType dice_side_list = 8;repeated .GCGDiceSideType dice_side_list = 8;intgetDiceSideListValue(int index) repeated .GCGDiceSideType dice_side_list = 8;repeated .GCGDiceSideType dice_side_list = 8;intgetSelectDiceIndexList(int index) repeated uint32 select_dice_index_list = 12;intrepeated uint32 select_dice_index_list = 12;repeated uint32 select_dice_index_list = 12;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getControllerId
int getControllerId()uint32 controller_id = 1;- Returns:
- The controllerId.
-
getDiceSideListList
List<GCGDiceSideTypeOuterClass.GCGDiceSideType> 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
repeated .GCGDiceSideType dice_side_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The diceSideList at the given index.
-
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
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.
-