Package emu.grasscutter.net.proto
Interface TakeCompoundOutputReqOuterClass.TakeCompoundOutputReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeCompoundOutputReqOuterClass.TakeCompoundOutputReq,TakeCompoundOutputReqOuterClass.TakeCompoundOutputReq.Builder
- Enclosing class:
- TakeCompoundOutputReqOuterClass
public static interface TakeCompoundOutputReqOuterClass.TakeCompoundOutputReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 compound_group_id = 6;intuint32 compound_id = 3;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
-
getCompoundGroupId
int getCompoundGroupId()uint32 compound_group_id = 6;- Returns:
- The compoundGroupId.
-
getCompoundId
int getCompoundId()uint32 compound_id = 3;- Returns:
- The compoundId.
-