Package emu.grasscutter.net.proto
Interface NpcPositionInfoOuterClass.NpcPositionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NpcPositionInfoOuterClass.NpcPositionInfo,NpcPositionInfoOuterClass.NpcPositionInfo.Builder
- Enclosing class:
- NpcPositionInfoOuterClass
public static interface NpcPositionInfoOuterClass.NpcPositionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getNpcId
int getNpcId()uint32 npc_id = 1;- Returns:
- The npcId.
-
hasPos
boolean hasPos().Vector pos = 2;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 2;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 2;
-