Package emu.grasscutter.net.proto
Interface ForgeQueueManipulateReqOuterClass.ForgeQueueManipulateReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ForgeQueueManipulateReqOuterClass.ForgeQueueManipulateReq,ForgeQueueManipulateReqOuterClass.ForgeQueueManipulateReq.Builder
- Enclosing class:
- ForgeQueueManipulateReqOuterClass
public static interface ForgeQueueManipulateReqOuterClass.ForgeQueueManipulateReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 forge_queue_id = 1;.ForgeQueueManipulateType manipulate_type = 5;int.ForgeQueueManipulateType manipulate_type = 5;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
-
getManipulateTypeValue
int getManipulateTypeValue().ForgeQueueManipulateType manipulate_type = 5;- Returns:
- The enum numeric value on the wire for manipulateType.
-
getManipulateType
ForgeQueueManipulateTypeOuterClass.ForgeQueueManipulateType getManipulateType().ForgeQueueManipulateType manipulate_type = 5;- Returns:
- The manipulateType.
-
getForgeQueueId
int getForgeQueueId()uint32 forge_queue_id = 1;- Returns:
- The forgeQueueId.
-