Package emu.grasscutter.net.proto
Interface FurnitureMakeInfoOuterClass.FurnitureMakeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FurnitureMakeInfoOuterClass.FurnitureMakeInfo,FurnitureMakeInfoOuterClass.FurnitureMakeInfo.Builder
- Enclosing class:
- FurnitureMakeInfoOuterClass
public static interface FurnitureMakeInfoOuterClass.FurnitureMakeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 furnitureId = 7;intuint32 makeCount = 9;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
-
getMakeCount
int getMakeCount()uint32 makeCount = 9;- Returns:
- The makeCount.
-
getFurnitureId
int getFurnitureId()uint32 furnitureId = 7;- Returns:
- The furnitureId.
-