Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

V

valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.libraries.commandlibrary.objects.ArgumentOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.libraries.gui.objects.MenuItem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.libraries.nbtsaving.NBTDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.collision.CollisionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.spawn.SpawnMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.hitbox.HitBoxSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.legacy.vehicles.enums.VehicleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.locale.enums.Message
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MomentumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MovementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.TiltType
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.legofreak107.vehiclesplus.libraries.commandlibrary.objects.ArgumentOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.libraries.gui.objects.MenuItem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.libraries.nbtsaving.NBTDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.collision.CollisionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.api.objects.spawn.SpawnMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.hitbox.HitBoxSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.legacy.vehicles.enums.VehicleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.locale.enums.Message
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MomentumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.MovementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum me.legofreak107.vehiclesplus.vehicles.vehicles.enums.TiltType
Returns an array containing the constants of this enum type, in the order they are declared.
Vehicle - Class in me.legofreak107.vehiclesplus.vehicles.legacy.vehicles.objects
 
Vehicle() - Constructor for class me.legofreak107.vehiclesplus.vehicles.legacy.vehicles.objects.Vehicle
 
VehicleAddonMenu - Class in me.legofreak107.vehiclesplus.vehicles.menus
 
VehicleAddonMenu() - Constructor for class me.legofreak107.vehiclesplus.vehicles.menus.VehicleAddonMenu
 
VehicleCollisionEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
 
VehicleCollisionEvent(SpawnedVehicle, SpawnedVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
This event is triggered when a vehicle hits another vehicle
VehicleCollisionEvent(SpawnedVehicle, Entity) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleCollisionEvent
This event is triggered when a vehicle hits another entity
VehicleDamageEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
 
VehicleDamageEvent(SpawnedVehicle, int) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDamageEvent
This event is being triggered when a vehicle is getting damage
VehicleDestroyEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
 
VehicleDestroyEvent(SpawnedVehicle) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleDestroyEvent
This is triggered when a vehicle gets destroyed
VehicleEnterEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
 
VehicleEnterEvent(SpawnedVehicle, Player, Seat) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleEnterEvent
This event is triggered when a player enters the vehicle
VehicleEnterMenu - Class in me.legofreak107.vehiclesplus.vehicles.menus
 
VehicleEnterMenu() - Constructor for class me.legofreak107.vehiclesplus.vehicles.menus.VehicleEnterMenu
 
VehicleLeaveEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
 
VehicleLeaveEvent(SpawnedVehicle, Player, Seat) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleLeaveEvent
This event is triggered when a player leaves a vehicle
VehiclesCommand - Class in me.legofreak107.vehiclesplus.vehicles.commands
 
VehiclesCommand() - Constructor for class me.legofreak107.vehiclesplus.vehicles.commands.VehiclesCommand
 
VehicleSettingsMenu - Class in me.legofreak107.vehiclesplus.vehicles.menus
 
VehicleSettingsMenu() - Constructor for class me.legofreak107.vehiclesplus.vehicles.menus.VehicleSettingsMenu
 
VehicleSpawnEvent - Class in me.legofreak107.vehiclesplus.vehicles.api.events
 
VehicleSpawnEvent(StorageVehicle, SpawnMode) - Constructor for class me.legofreak107.vehiclesplus.vehicles.api.events.VehicleSpawnEvent
This event is triggered when a vehicle is spawned
VehicleStats - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects
 
VehicleStats() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehicleStats
 
VehicleType - Enum in me.legofreak107.vehiclesplus.vehicles.legacy.vehicles.enums
 
VehicleType - Class in me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base
 
VehicleType() - Constructor for class me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.base.VehicleType
 
VehicleUpgradeMenu - Class in me.legofreak107.vehiclesplus.vehicles.menus
 
VehicleUpgradeMenu() - Constructor for class me.legofreak107.vehiclesplus.vehicles.menus.VehicleUpgradeMenu
 
VPSerializable - Annotation Type in me.legofreak107.vehiclesplus.libraries.serialization.annotations
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links