Uses of Enum
nl.sbdeveloper.vehiclesplus.api.vehicles.collision.HitboxSide
Packages that use HitboxSide
Package
Description
The Events Implementation package contains all the events VehiclesPlus fires.
The Collision package contains all the collision / hitbox related classes.
-
Uses of HitboxSide in nl.sbdeveloper.vehiclesplus.api.events.impl
Methods in nl.sbdeveloper.vehiclesplus.api.events.impl that return HitboxSideModifier and TypeMethodDescriptionVehicleCollisionEvent.getCollisionSide()
The side of the vehicle that was hitConstructors in nl.sbdeveloper.vehiclesplus.api.events.impl with parameters of type HitboxSideModifierConstructorDescriptionVehicleCollisionEvent
(SpawnedVehicle thisVehicle, SpawnedVehicle collidingVehicle, boolean vehicleDamaged, double collisionSpeed, HitboxSide collisionSide) VehicleCollisionEvent
(SpawnedVehicle thisVehicle, org.bukkit.entity.Entity collidingEntity, boolean entityPushed, double collisionSpeed, HitboxSide collisionSide) -
Uses of HitboxSide in nl.sbdeveloper.vehiclesplus.api.vehicles.collision
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.collision that return HitboxSideModifier and TypeMethodDescriptionHitboxPoint.getSide()
The side of the hitbox this point is onstatic HitboxSide
Returns the enum constant of this type with the specified name.static HitboxSide[]
HitboxSide.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in nl.sbdeveloper.vehiclesplus.api.vehicles.collision with parameters of type HitboxSideModifierConstructorDescriptionHitboxPoint
(org.bukkit.util.Vector offset, HitboxSide side) Creates a newHitboxPoint
instance.