Package emu.grasscutter.net.proto
Interface TreasureMapDetectorDataOuterClass.TreasureMapDetectorDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TreasureMapDetectorDataOuterClass.TreasureMapDetectorData,TreasureMapDetectorDataOuterClass.TreasureMapDetectorData.Builder
- Enclosing class:
- TreasureMapDetectorDataOuterClass
public static interface TreasureMapDetectorDataOuterClass.TreasureMapDetectorDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector center_pos = 12;.Vector center_pos = 12;booleanbool is_region_detected = 11;intuint32 radius = 2;intuint32 region_id = 1;getSpotList(int index) repeated .Vector spot_list = 7;intrepeated .Vector spot_list = 7;repeated .Vector spot_list = 7;getSpotListOrBuilder(int index) repeated .Vector spot_list = 7;List<? extends VectorOuterClass.VectorOrBuilder>repeated .Vector spot_list = 7;boolean.Vector center_pos = 12;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
-
getRegionId
int getRegionId()uint32 region_id = 1;- Returns:
- The regionId.
-
getIsRegionDetected
boolean getIsRegionDetected()bool is_region_detected = 11;- Returns:
- The isRegionDetected.
-
getRadius
int getRadius()uint32 radius = 2;- Returns:
- The radius.
-
getSpotListList
List<VectorOuterClass.Vector> getSpotListList()repeated .Vector spot_list = 7; -
getSpotList
repeated .Vector spot_list = 7; -
getSpotListCount
int getSpotListCount()repeated .Vector spot_list = 7; -
getSpotListOrBuilderList
List<? extends VectorOuterClass.VectorOrBuilder> getSpotListOrBuilderList()repeated .Vector spot_list = 7; -
getSpotListOrBuilder
repeated .Vector spot_list = 7; -
hasCenterPos
boolean hasCenterPos().Vector center_pos = 12;- Returns:
- Whether the centerPos field is set.
-
getCenterPos
VectorOuterClass.Vector getCenterPos().Vector center_pos = 12;- Returns:
- The centerPos.
-
getCenterPosOrBuilder
VectorOuterClass.VectorOrBuilder getCenterPosOrBuilder().Vector center_pos = 12;
-