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 TypeMethodDescriptionfloatgetCurHp()float cur_hp = 2;intuint32 entity_id = 14;intuint32 gadget_id = 1;floatgetMaxHp()float max_hp = 15;intuint32 owner_uid = 11;getPos().Vector pos = 9;.Vector pos = 9;getRot().Vector rot = 5;.Vector rot = 5;intgetUidList(int index) repeated uint32 uid_list = 4;intrepeated uint32 uid_list = 4;repeated uint32 uid_list = 4;booleanhasPos().Vector pos = 9;booleanhasRot().Vector rot = 5;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
-
hasRot
boolean hasRot().Vector rot = 5;- Returns:
- Whether the rot field is set.
-
getRot
VectorOuterClass.Vector getRot().Vector rot = 5;- Returns:
- The rot.
-
getRotOrBuilder
VectorOuterClass.VectorOrBuilder getRotOrBuilder().Vector rot = 5; -
getOwnerUid
int getOwnerUid()uint32 owner_uid = 11;- Returns:
- The ownerUid.
-
getUidListList
repeated uint32 uid_list = 4;- Returns:
- A list containing the uidList.
-
getUidListCount
int getUidListCount()repeated uint32 uid_list = 4;- Returns:
- The count of uidList.
-
getUidList
int getUidList(int index) repeated uint32 uid_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-
getCurHp
float getCurHp()float cur_hp = 2;- Returns:
- The curHp.
-
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; -
getGadgetId
int getGadgetId()uint32 gadget_id = 1;- Returns:
- The gadgetId.
-
getEntityId
int getEntityId()uint32 entity_id = 14;- Returns:
- The entityId.
-
getMaxHp
float getMaxHp()float max_hp = 15;- Returns:
- The maxHp.
-