Uses of Enum
nl.sbdeveloper.vehiclesplus.api.vehicles.HolderItemPosition
Packages that use HolderItemPosition
Package
Description
The Vehicles package contains all the vehicle related API.
The Parts package contains all the parts related API.
The Parts Implementation package contains all the Part implementations.
The Skin package contains all the Skin Part types.
The Rims package contains all the Rims related API.
-
Uses of HolderItemPosition in nl.sbdeveloper.vehiclesplus.api.vehicles
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles that return HolderItemPositionModifier and TypeMethodDescriptionstatic HolderItemPosition
Returns the enum constant of this type with the specified name.static HolderItemPosition[]
HolderItemPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HolderItemPosition in nl.sbdeveloper.vehiclesplus.api.vehicles.parts
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.parts that return HolderItemPositionModifier and TypeMethodDescriptionEquipablePart.getPosition()
The position of the item on the holder stand of the Part.Constructors in nl.sbdeveloper.vehiclesplus.api.vehicles.parts with parameters of type HolderItemPositionModifierConstructorDescriptionEquipablePart
(double xOffset, double yOffset, double zOffset, int rotationOffset, org.bukkit.inventory.ItemStack item, HolderItemPosition position) Construct a new EquipablePart.EquipablePart
(double xOffset, double yOffset, double zOffset, org.bukkit.inventory.ItemStack item, HolderItemPosition position) Construct a new EquipablePart. -
Uses of HolderItemPosition in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl that return HolderItemPositionModifier and TypeMethodDescriptionWheel.getPosition()
Overrides the position getter to ignore it for JSON serialization. -
Uses of HolderItemPosition in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.skin
Constructors in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.skin with parameters of type HolderItemPositionModifierConstructorDescriptionBikeSkin
(double xOffset, double yOffset, double zOffset, org.bukkit.inventory.ItemStack skin, HolderItemPosition position) Construct a new Skin partRotor
(double xOffset, double yOffset, double zOffset, org.bukkit.inventory.ItemStack skin, HolderItemPosition position) Construct a new Rotor partSkin
(double xOffset, double yOffset, double zOffset, org.bukkit.inventory.ItemStack skin, HolderItemPosition position) Construct a new Skin partTurret
(double xOffset, double yOffset, double zOffset, org.bukkit.inventory.ItemStack skin, HolderItemPosition position, float explosionSize, org.bukkit.inventory.ItemStack ammo) Construct a new Turret partTurret
(String identifier, double xOffset, double yOffset, double zOffset, org.bukkit.inventory.ItemStack skin, HolderItemPosition position, float explosionSize, org.bukkit.inventory.ItemStack ammo) Construct a new Turret part -
Uses of HolderItemPosition in nl.sbdeveloper.vehiclesplus.api.vehicles.rims
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.rims that return HolderItemPositionModifier and TypeMethodDescriptionRimDesign.getPosition()
The position of the rim on the armorstand.Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.rims with parameters of type HolderItemPositionModifier and TypeMethodDescriptionvoid
RimDesign.setPosition
(HolderItemPosition position) The position of the rim on the armorstand.Constructors in nl.sbdeveloper.vehiclesplus.api.vehicles.rims with parameters of type HolderItemPositionModifierConstructorDescriptionRimDesign
(String name, org.bukkit.inventory.ItemStack skin, HolderItemPosition position, float price) Creates a newRimDesign
instance.