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 = 13;intuint32 group_id = 9;.Vector hint_center_pos = 4;.Vector hint_center_pos = 4;booleanbool is_hint_valid = 5;boolean.Vector hint_center_pos = 4;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
-
getGroupId
int getGroupId()uint32 group_id = 9;- Returns:
- The groupId.
-
getConfigId
int getConfigId()uint32 config_id = 13;- Returns:
- The configId.
-
getIsHintValid
boolean getIsHintValid()bool is_hint_valid = 5;- Returns:
- The isHintValid.
-
hasHintCenterPos
boolean hasHintCenterPos().Vector hint_center_pos = 4;- Returns:
- Whether the hintCenterPos field is set.
-
getHintCenterPos
VectorOuterClass.Vector getHintCenterPos().Vector hint_center_pos = 4;- Returns:
- The hintCenterPos.
-
getHintCenterPosOrBuilder
VectorOuterClass.VectorOrBuilder getHintCenterPosOrBuilder().Vector hint_center_pos = 4;
-