Package emu.grasscutter.net.proto
Interface ToTheMoonQueryPathReqOuterClass.ToTheMoonQueryPathReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToTheMoonQueryPathReqOuterClass.ToTheMoonQueryPathReq,ToTheMoonQueryPathReqOuterClass.ToTheMoonQueryPathReq.Builder
- Enclosing class:
- ToTheMoonQueryPathReqOuterClass
public static interface ToTheMoonQueryPathReqOuterClass.ToTheMoonQueryPathReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ToTheMoonQueryPathReq.AStarMethod astar_method = 12;int.ToTheMoonQueryPathReq.AStarMethod astar_method = 12;.Vector destination_pos = 3;.Vector destination_pos = 3;.ToTheMoonQueryPathReq.FilterType filter_type = 13;int.ToTheMoonQueryPathReq.FilterType filter_type = 13;intint32 fuzzy_range = 7;intint32 query_id = 2;.ToTheMoonQueryPathReq.OptionType query_type = 5;int.ToTheMoonQueryPathReq.OptionType query_type = 5;intuint32 scene_id = 4;.Vector source_pos = 11;.Vector source_pos = 11;booleanbool Unk3300_BBLMBILIOGP = 8;booleanbool Unk3300_OFGONAMNIJG = 6;boolean.Vector destination_pos = 3;boolean.Vector source_pos = 11;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
-
getQueryTypeValue
int getQueryTypeValue().ToTheMoonQueryPathReq.OptionType query_type = 5;- Returns:
- The enum numeric value on the wire for queryType.
-
getQueryType
.ToTheMoonQueryPathReq.OptionType query_type = 5;- Returns:
- The queryType.
-
getUnk3300BBLMBILIOGP
boolean getUnk3300BBLMBILIOGP()bool Unk3300_BBLMBILIOGP = 8;- Returns:
- The unk3300BBLMBILIOGP.
-
getFilterTypeValue
int getFilterTypeValue().ToTheMoonQueryPathReq.FilterType filter_type = 13;- Returns:
- The enum numeric value on the wire for filterType.
-
getFilterType
ToTheMoonQueryPathReqOuterClass.ToTheMoonQueryPathReq.FilterType getFilterType().ToTheMoonQueryPathReq.FilterType filter_type = 13;- Returns:
- The filterType.
-
getQueryId
int getQueryId()int32 query_id = 2;- Returns:
- The queryId.
-
getAstarMethodValue
int getAstarMethodValue().ToTheMoonQueryPathReq.AStarMethod astar_method = 12;- Returns:
- The enum numeric value on the wire for astarMethod.
-
getAstarMethod
ToTheMoonQueryPathReqOuterClass.ToTheMoonQueryPathReq.AStarMethod getAstarMethod().ToTheMoonQueryPathReq.AStarMethod astar_method = 12;- Returns:
- The astarMethod.
-
hasSourcePos
boolean hasSourcePos().Vector source_pos = 11;- Returns:
- Whether the sourcePos field is set.
-
getSourcePos
VectorOuterClass.Vector getSourcePos().Vector source_pos = 11;- Returns:
- The sourcePos.
-
getSourcePosOrBuilder
VectorOuterClass.VectorOrBuilder getSourcePosOrBuilder().Vector source_pos = 11; -
hasDestinationPos
boolean hasDestinationPos().Vector destination_pos = 3;- Returns:
- Whether the destinationPos field is set.
-
getDestinationPos
VectorOuterClass.Vector getDestinationPos().Vector destination_pos = 3;- Returns:
- The destinationPos.
-
getDestinationPosOrBuilder
VectorOuterClass.VectorOrBuilder getDestinationPosOrBuilder().Vector destination_pos = 3; -
getFuzzyRange
int getFuzzyRange()int32 fuzzy_range = 7;- Returns:
- The fuzzyRange.
-
getUnk3300OFGONAMNIJG
boolean getUnk3300OFGONAMNIJG()bool Unk3300_OFGONAMNIJG = 6;- Returns:
- The unk3300OFGONAMNIJG.
-
getSceneId
int getSceneId()uint32 scene_id = 4;- Returns:
- The sceneId.
-