Package emu.grasscutter.net.proto
Interface CheckAddItemExceedLimitNotifyOuterClass.CheckAddItemExceedLimitNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckAddItemExceedLimitNotifyOuterClass.CheckAddItemExceedLimitNotify,CheckAddItemExceedLimitNotifyOuterClass.CheckAddItemExceedLimitNotify.Builder
- Enclosing class:
- CheckAddItemExceedLimitNotifyOuterClass
public static interface CheckAddItemExceedLimitNotifyOuterClass.CheckAddItemExceedLimitNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetDKMOFJKMINH(int index) repeated uint32 DKMOFJKMINH = 15;intrepeated uint32 DKMOFJKMINH = 15;repeated uint32 DKMOFJKMINH = 15;intgetIEKDCIFFABE(int index) repeated uint32 IEKDCIFFABE = 7;intrepeated uint32 IEKDCIFFABE = 7;repeated uint32 IEKDCIFFABE = 7;booleanbool is_drop = 14;.CheckAddItemExceedLimitNotify.ItemExceedLimitMsgType msg_type = 8;int.CheckAddItemExceedLimitNotify.ItemExceedLimitMsgType msg_type = 8;intuint32 reason = 4;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
-
getMsgTypeValue
int getMsgTypeValue().CheckAddItemExceedLimitNotify.ItemExceedLimitMsgType msg_type = 8;- Returns:
- The enum numeric value on the wire for msgType.
-
getMsgType
CheckAddItemExceedLimitNotifyOuterClass.CheckAddItemExceedLimitNotify.ItemExceedLimitMsgType getMsgType().CheckAddItemExceedLimitNotify.ItemExceedLimitMsgType msg_type = 8;- Returns:
- The msgType.
-
getIEKDCIFFABEList
repeated uint32 IEKDCIFFABE = 7;- Returns:
- A list containing the iEKDCIFFABE.
-
getIEKDCIFFABECount
int getIEKDCIFFABECount()repeated uint32 IEKDCIFFABE = 7;- Returns:
- The count of iEKDCIFFABE.
-
getIEKDCIFFABE
int getIEKDCIFFABE(int index) repeated uint32 IEKDCIFFABE = 7;- Parameters:
index- The index of the element to return.- Returns:
- The iEKDCIFFABE at the given index.
-
getIsDrop
boolean getIsDrop()bool is_drop = 14;- Returns:
- The isDrop.
-
getReason
int getReason()uint32 reason = 4;- Returns:
- The reason.
-
getDKMOFJKMINHList
repeated uint32 DKMOFJKMINH = 15;- Returns:
- A list containing the dKMOFJKMINH.
-
getDKMOFJKMINHCount
int getDKMOFJKMINHCount()repeated uint32 DKMOFJKMINH = 15;- Returns:
- The count of dKMOFJKMINH.
-
getDKMOFJKMINH
int getDKMOFJKMINH(int index) repeated uint32 DKMOFJKMINH = 15;- Parameters:
index- The index of the element to return.- Returns:
- The dKMOFJKMINH at the given index.
-