Uses of Class
zombie.scripting.objects.VehicleScript.Position
Packages that use VehicleScript.Position
-
Uses of VehicleScript.Position in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type VehicleScript.PositionModifier and TypeFieldDescriptionfinal ArrayList
<VehicleScript.Position> VehicleScript.Passenger.positions
Methods in zombie.scripting.objects that return VehicleScript.PositionModifier and TypeMethodDescriptionVehicleScript.Passenger.getPosition
(int index) VehicleScript.Passenger.getPositionById
(String _id) -
Uses of VehicleScript.Position in zombie.vehicles
Methods in zombie.vehicles that return VehicleScript.PositionMethods in zombie.vehicles with parameters of type VehicleScript.PositionModifier and TypeMethodDescriptionorg.joml.Vector3f
BaseVehicle.getPassengerPositionWorldPos
(VehicleScript.Position position, org.joml.Vector3f vector3f)