Class DynamicBox

java.lang.Object
com.ticxo.modelengine.api.entity.DynamicBox
All Implemented Interfaces:
Box

public class DynamicBox extends Object implements Box
  • Constructor Details

    • DynamicBox

      public DynamicBox()
  • Method Details

    • reset

      public void reset()
    • expand

      public void expand(@NotNull @NotNull org.bukkit.util.BoundingBox other)
    • createBoundingBox

      @NotNull public @NotNull org.bukkit.util.BoundingBox createBoundingBox(org.bukkit.util.Vector vector)
      Specified by:
      createBoundingBox in interface Box