Package emu.grasscutter.net.proto
Interface FurnitureMakeCancelRspOuterClass.FurnitureMakeCancelRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FurnitureMakeCancelRspOuterClass.FurnitureMakeCancelRsp,FurnitureMakeCancelRspOuterClass.FurnitureMakeCancelRsp.Builder
- Enclosing class:
- FurnitureMakeCancelRspOuterClass
public static interface FurnitureMakeCancelRspOuterClass.FurnitureMakeCancelRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.FurnitureMakeSlot furniture_make_slot = 11;.FurnitureMakeSlot furniture_make_slot = 11;intuint32 make_id = 1;intint32 retcode = 13;boolean.FurnitureMakeSlot furniture_make_slot = 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
-
hasFurnitureMakeSlot
boolean hasFurnitureMakeSlot().FurnitureMakeSlot furniture_make_slot = 11;- Returns:
- Whether the furnitureMakeSlot field is set.
-
getFurnitureMakeSlot
FurnitureMakeSlotOuterClass.FurnitureMakeSlot getFurnitureMakeSlot().FurnitureMakeSlot furniture_make_slot = 11;- Returns:
- The furnitureMakeSlot.
-
getFurnitureMakeSlotOrBuilder
FurnitureMakeSlotOuterClass.FurnitureMakeSlotOrBuilder getFurnitureMakeSlotOrBuilder().FurnitureMakeSlot furniture_make_slot = 11; -
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
getMakeId
int getMakeId()uint32 make_id = 1;- Returns:
- The makeId.
-