Package emu.grasscutter.net.proto
Interface VehicleLocationInfoOuterClass.VehicleLocationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VehicleLocationInfoOuterClass.VehicleLocationInfo,VehicleLocationInfoOuterClass.VehicleLocationInfo.Builder
- Enclosing class:
- VehicleLocationInfoOuterClass
public static interface VehicleLocationInfoOuterClass.VehicleLocationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entity_id = 2;intuint32 gadget_id = 11;floatfloat ICHELNHEJEK = 12;floatfloat KCHLIBBDFCG = 10;intuint32 owner_uid = 7;getPos().Vector pos = 9;.Vector pos = 9;getRot().Vector rot = 13;.Vector rot = 13;intgetUidList(int index) repeated uint32 uid_list = 8;intrepeated uint32 uid_list = 8;repeated uint32 uid_list = 8;booleanhasPos().Vector pos = 9;booleanhasRot().Vector rot = 13;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
-
getUidListList
repeated uint32 uid_list = 8;- Returns:
- A list containing the uidList.
-
getUidListCount
int getUidListCount()repeated uint32 uid_list = 8;- Returns:
- The count of uidList.
-
getUidList
int getUidList(int index) repeated uint32 uid_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-
getEntityId
int getEntityId()uint32 entity_id = 2;- Returns:
- The entityId.
-
getGadgetId
int getGadgetId()uint32 gadget_id = 11;- Returns:
- The gadgetId.
-
getICHELNHEJEK
float getICHELNHEJEK()float ICHELNHEJEK = 12;- Returns:
- The iCHELNHEJEK.
-
getKCHLIBBDFCG
float getKCHLIBBDFCG()float KCHLIBBDFCG = 10;- Returns:
- The kCHLIBBDFCG.
-
hasRot
boolean hasRot().Vector rot = 13;- Returns:
- Whether the rot field is set.
-
getRot
VectorOuterClass.Vector getRot().Vector rot = 13;- Returns:
- The rot.
-
getRotOrBuilder
VectorOuterClass.VectorOrBuilder getRotOrBuilder().Vector rot = 13; -
hasPos
boolean hasPos().Vector pos = 9;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 9;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 9; -
getOwnerUid
int getOwnerUid()uint32 owner_uid = 7;- Returns:
- The ownerUid.
-