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