Uses of Annotation Interface
nl.mtvehicles.core.infrastructure.annotations.ToDo
Package
Description
Custom enums used in the plugin
Useful methods and classes used by the plugin
Classes for handling vehicles
Classes concerning the movement of vehicles
-
Uses of ToDo in nl.mtvehicles.core.infrastructure.enums
Modifier and TypeMethodDescriptionstatic String[]
Language.getAllLanguages()
Get an array of all languages (in their country codes) -
Uses of ToDo in nl.mtvehicles.core.infrastructure.utils
Modifier and TypeClassDescriptionclass
The class responsible for plugin's auto-updater -
Uses of ToDo in nl.mtvehicles.core.infrastructure.vehicle
Modifier and TypeMethodDescriptionstatic void
VehicleUtils.enterVehicle(String licensePlate, org.bukkit.entity.Player p)
CreateVehicleData
(necessary for driving to work), helicopter blades, and make player enter a vehicle.static Vehicle
VehicleUtils.getVehicle(String licensePlate)
Get the Vehicle instance by a vehicle's license place -
Uses of ToDo in nl.mtvehicles.core.movement
Modifier and TypeMethodDescriptionprotected boolean
VehicleMovement.blockCheck()
Check the next block - carpets, slabs, snow - and do an appropriate action.static boolean
PacketHandler.isObjectPacket(Object object)
Check whether a given object is a valid steering packet (PacketPlayInSteerVehicle).