Package emu.grasscutter.net.proto
Interface GCGMsgCostDiceOuterClass.GCGMsgCostDiceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgCostDiceOuterClass.GCGMsgCostDice,GCGMsgCostDiceOuterClass.GCGMsgCostDice.Builder
- Enclosing class:
- GCGMsgCostDiceOuterClass
public static interface GCGMsgCostDiceOuterClass.GCGMsgCostDiceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 controller_id = 7;.GCGReason reason = 1;int.GCGReason reason = 1;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
-
getReasonValue
int getReasonValue().GCGReason reason = 1;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GCGReasonOuterClass.GCGReason getReason().GCGReason reason = 1;- Returns:
- The reason.
-
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.
-
getControllerId
int getControllerId()uint32 controller_id = 7;- Returns:
- The controllerId.
-