Package emu.grasscutter.net.proto
Interface ProjectorOptionReqOuterClass.ProjectorOptionReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectorOptionReqOuterClass.ProjectorOptionReq,ProjectorOptionReqOuterClass.ProjectorOptionReq.Builder
- Enclosing class:
- ProjectorOptionReqOuterClass
public static interface ProjectorOptionReqOuterClass.ProjectorOptionReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 8;intuint32 op_type = 2;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
-
getOpType
int getOpType()uint32 op_type = 2;- Returns:
- The opType.
-
getEntityId
int getEntityId()uint32 entity_id = 8;- Returns:
- The entityId.
-