Package emu.grasscutter.net.proto
Interface WidgetCaptureAnimalRspOuterClass.WidgetCaptureAnimalRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WidgetCaptureAnimalRspOuterClass.WidgetCaptureAnimalRsp,WidgetCaptureAnimalRspOuterClass.WidgetCaptureAnimalRsp.Builder
- Enclosing class:
- WidgetCaptureAnimalRspOuterClass
public static interface WidgetCaptureAnimalRspOuterClass.WidgetCaptureAnimalRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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 = 4;- Returns:
- The retcode.
-
getMaterialId
int getMaterialId()uint32 material_id = 7;- Returns:
- The materialId.
-
getEntityId
int getEntityId()uint32 entity_id = 11;- Returns:
- The entityId.
-
hasPos
boolean hasPos().Vector pos = 10;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 10;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 10;
-