Package emu.grasscutter.net.proto
Interface OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorData,OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorData.Builder
- Enclosing class:
- OneoffGatherPointDetectorDataOuterClass
public static interface OneoffGatherPointDetectorDataOuterClass.OneoffGatherPointDetectorDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 config_id = 8;intuint32 group_id = 1;.Vector hint_center_pos = 9;.Vector hint_center_pos = 9;intuint32 hint_radius = 14;booleanbool is_all_collected = 13;booleanbool is_hint_valid = 3;intuint32 material_id = 15;boolean.Vector hint_center_pos = 9;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
-
getIsAllCollected
boolean getIsAllCollected()bool is_all_collected = 13;- Returns:
- The isAllCollected.
-
getMaterialId
int getMaterialId()uint32 material_id = 15;- Returns:
- The materialId.
-
getGroupId
int getGroupId()uint32 group_id = 1;- Returns:
- The groupId.
-
getIsHintValid
boolean getIsHintValid()bool is_hint_valid = 3;- Returns:
- The isHintValid.
-
getHintRadius
int getHintRadius()uint32 hint_radius = 14;- Returns:
- The hintRadius.
-
hasHintCenterPos
boolean hasHintCenterPos().Vector hint_center_pos = 9;- Returns:
- Whether the hintCenterPos field is set.
-
getHintCenterPos
VectorOuterClass.Vector getHintCenterPos().Vector hint_center_pos = 9;- Returns:
- The hintCenterPos.
-
getHintCenterPosOrBuilder
VectorOuterClass.VectorOrBuilder getHintCenterPosOrBuilder().Vector hint_center_pos = 9; -
getConfigId
int getConfigId()uint32 config_id = 8;- Returns:
- The configId.
-