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