Package emu.grasscutter.net.proto
Interface ProjectorOptionRspOuterClass.ProjectorOptionRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectorOptionRspOuterClass.ProjectorOptionRsp,ProjectorOptionRspOuterClass.ProjectorOptionRsp.Builder
- Enclosing class:
- ProjectorOptionRspOuterClass
public static interface ProjectorOptionRspOuterClass.ProjectorOptionRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 1;intuint32 op_type = 14;intint32 retcode = 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
-
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
getEntityId
int getEntityId()uint32 entity_id = 1;- Returns:
- The entityId.
-
getOpType
int getOpType()uint32 op_type = 14;- Returns:
- The opType.
-