Package emu.grasscutter.net.proto
Interface QueryPathReqOuterClass.QueryPathReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryPathReqOuterClass.QueryPathReq,QueryPathReqOuterClass.QueryPathReq.Builder
- Enclosing class:
- QueryPathReqOuterClass
public static interface QueryPathReqOuterClass.QueryPathReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDestinationPos(int index) repeated .Vector destination_pos = 2;intrepeated .Vector destination_pos = 2;repeated .Vector destination_pos = 2;getDestinationPosOrBuilder(int index) repeated .Vector destination_pos = 2;List<? extends VectorOuterClass.VectorOrBuilder>repeated .Vector destination_pos = 2;.QueryFilter filter = 10;.QueryFilter filter = 10;.Vector3Int FOJHBGHIMDG = 3;.Vector3Int FOJHBGHIMDG = 3;.Vector3Int LCOAPOJGMKL = 6;.Vector3Int LCOAPOJGMKL = 6;intint32 query_id = 15;.QueryPathReq.OptionType query_type = 14;int.QueryPathReq.OptionType query_type = 14;intuint32 scene_id = 9;.Vector source_pos = 7;.Vector source_pos = 7;boolean.QueryFilter filter = 10;boolean.Vector3Int FOJHBGHIMDG = 3;boolean.Vector3Int LCOAPOJGMKL = 6;boolean.Vector source_pos = 7;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
-
hasSourcePos
boolean hasSourcePos().Vector source_pos = 7;- Returns:
- Whether the sourcePos field is set.
-
getSourcePos
VectorOuterClass.Vector getSourcePos().Vector source_pos = 7;- Returns:
- The sourcePos.
-
getSourcePosOrBuilder
VectorOuterClass.VectorOrBuilder getSourcePosOrBuilder().Vector source_pos = 7; -
hasFilter
boolean hasFilter().QueryFilter filter = 10;- Returns:
- Whether the filter field is set.
-
getFilter
QueryFilterOuterClass.QueryFilter getFilter().QueryFilter filter = 10;- Returns:
- The filter.
-
getFilterOrBuilder
QueryFilterOuterClass.QueryFilterOrBuilder getFilterOrBuilder().QueryFilter filter = 10; -
getDestinationPosList
List<VectorOuterClass.Vector> getDestinationPosList()repeated .Vector destination_pos = 2; -
getDestinationPos
repeated .Vector destination_pos = 2; -
getDestinationPosCount
int getDestinationPosCount()repeated .Vector destination_pos = 2; -
getDestinationPosOrBuilderList
List<? extends VectorOuterClass.VectorOrBuilder> getDestinationPosOrBuilderList()repeated .Vector destination_pos = 2; -
getDestinationPosOrBuilder
repeated .Vector destination_pos = 2; -
getQueryId
int getQueryId()int32 query_id = 15;- Returns:
- The queryId.
-
hasFOJHBGHIMDG
boolean hasFOJHBGHIMDG().Vector3Int FOJHBGHIMDG = 3;- Returns:
- Whether the fOJHBGHIMDG field is set.
-
getFOJHBGHIMDG
Vector3IntOuterClass.Vector3Int getFOJHBGHIMDG().Vector3Int FOJHBGHIMDG = 3;- Returns:
- The fOJHBGHIMDG.
-
getFOJHBGHIMDGOrBuilder
Vector3IntOuterClass.Vector3IntOrBuilder getFOJHBGHIMDGOrBuilder().Vector3Int FOJHBGHIMDG = 3; -
getSceneId
int getSceneId()uint32 scene_id = 9;- Returns:
- The sceneId.
-
getQueryTypeValue
int getQueryTypeValue().QueryPathReq.OptionType query_type = 14;- Returns:
- The enum numeric value on the wire for queryType.
-
getQueryType
QueryPathReqOuterClass.QueryPathReq.OptionType getQueryType().QueryPathReq.OptionType query_type = 14;- Returns:
- The queryType.
-
hasLCOAPOJGMKL
boolean hasLCOAPOJGMKL().Vector3Int LCOAPOJGMKL = 6;- Returns:
- Whether the lCOAPOJGMKL field is set.
-
getLCOAPOJGMKL
Vector3IntOuterClass.Vector3Int getLCOAPOJGMKL().Vector3Int LCOAPOJGMKL = 6;- Returns:
- The lCOAPOJGMKL.
-
getLCOAPOJGMKLOrBuilder
Vector3IntOuterClass.Vector3IntOrBuilder getLCOAPOJGMKLOrBuilder().Vector3Int LCOAPOJGMKL = 6;
-