java.lang.Object
me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox

public class StorageHitbox extends Object
  • Constructor Details

    • StorageHitbox

      public StorageHitbox(Double length, Double width, Double height)
    • StorageHitbox

      public StorageHitbox()
  • Method Details

    • getLength

      public Double getLength()
      Hit box length
    • getWidth

      public Double getWidth()
      Hit box width
    • getHeight

      public Double getHeight()
      Hit box height
    • setLength

      public void setLength(Double length)
      Hit box length
    • setWidth

      public void setWidth(Double width)
      Hit box width
    • setHeight

      public void setHeight(Double height)
      Hit box height