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.positionsMethods 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.Vector3fBaseVehicle.getPassengerPositionWorldPos(VehicleScript.Position posn, org.joml.Vector3f out)