Interface WorldBorder.BorderExtent

All Known Implementing Classes:
WorldBorder.MovingBorderExtent, WorldBorder.StaticBorderExtent
Enclosing class:
WorldBorder

static interface WorldBorder.BorderExtent
  • Method Details

    • getMinX

      double getMinX(float pPartialTick)
    • getMaxX

      double getMaxX(float pPartialTick)
    • getMinZ

      double getMinZ(float pPartialTick)
    • getMaxZ

      double getMaxZ(float pPartialTick)
    • getSize

      double getSize()
    • getLerpSpeed

      double getLerpSpeed()
    • getLerpTime

      long getLerpTime()
    • getLerpTarget

      double getLerpTarget()
    • getStatus

      BorderStatus getStatus()
    • onAbsoluteMaxSizeChange

      void onAbsoluteMaxSizeChange()
    • onCenterChange

      void onCenterChange()
    • update

    • getCollisionShape

      VoxelShape getCollisionShape()