Package emu.grasscutter.net.proto
Interface PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerLocationInfoOuterClass.PlayerLocationInfo,PlayerLocationInfoOuterClass.PlayerLocationInfo.Builder
- Enclosing class:
- PlayerLocationInfoOuterClass
public static interface PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder
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
-
getUid
int getUid()uint32 uid = 5;- Returns:
- The uid.
-
hasRot
boolean hasRot().Vector rot = 3;- Returns:
- Whether the rot field is set.
-
getRot
VectorOuterClass.Vector getRot().Vector rot = 3;- Returns:
- The rot.
-
getRotOrBuilder
VectorOuterClass.VectorOrBuilder getRotOrBuilder().Vector rot = 3; -
hasPos
boolean hasPos().Vector pos = 7;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 7;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 7;
-