Package emu.grasscutter.net.proto
Interface SkyCrystalDetectorDataOuterClass.SkyCrystalDetectorDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SkyCrystalDetectorDataOuterClass.SkyCrystalDetectorData,SkyCrystalDetectorDataOuterClass.SkyCrystalDetectorData.Builder
- Enclosing class:
- SkyCrystalDetectorDataOuterClass
public static interface SkyCrystalDetectorDataOuterClass.SkyCrystalDetectorDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 config_id = 14;intuint32 group_id = 7;.Vector hint_center_pos = 12;.Vector hint_center_pos = 12;booleanbool is_hint_valid = 6;boolean.Vector hint_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
-
hasHintCenterPos
boolean hasHintCenterPos().Vector hint_center_pos = 12;- Returns:
- Whether the hintCenterPos field is set.
-
getHintCenterPos
VectorOuterClass.Vector getHintCenterPos().Vector hint_center_pos = 12;- Returns:
- The hintCenterPos.
-
getHintCenterPosOrBuilder
VectorOuterClass.VectorOrBuilder getHintCenterPosOrBuilder().Vector hint_center_pos = 12; -
getGroupId
int getGroupId()uint32 group_id = 7;- Returns:
- The groupId.
-
getConfigId
int getConfigId()uint32 config_id = 14;- Returns:
- The configId.
-
getIsHintValid
boolean getIsHintValid()bool is_hint_valid = 6;- Returns:
- The isHintValid.
-