Package emu.grasscutter.net.proto
Interface ChannelerSlabWearBuffRspOuterClass.ChannelerSlabWearBuffRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelerSlabWearBuffRspOuterClass.ChannelerSlabWearBuffRsp,ChannelerSlabWearBuffRspOuterClass.ChannelerSlabWearBuffRsp.Builder
- Enclosing class:
- ChannelerSlabWearBuffRspOuterClass
public static interface ChannelerSlabWearBuffRspOuterClass.ChannelerSlabWearBuffRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 buff_id = 8;booleangetIsMp()bool is_mp = 7;intint32 retcode = 13;intuint32 slot_id = 11;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
-
getIsMp
boolean getIsMp()bool is_mp = 7;- Returns:
- The isMp.
-
getBuffId
int getBuffId()uint32 buff_id = 8;- Returns:
- The buffId.
-
getSlotId
int getSlotId()uint32 slot_id = 11;- Returns:
- The slotId.
-
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-