Class RestingSupport

java.lang.Object
com.hypixel.hytale.server.core.modules.physics.RestingSupport

public class RestingSupport extends Object
  • Field Details

    • supportMinX

      protected int supportMinX
    • supportMaxX

      protected int supportMaxX
    • supportMinZ

      protected int supportMinZ
    • supportMaxZ

      protected int supportMaxZ
    • supportMinY

      protected int supportMinY
    • supportMaxY

      protected int supportMaxY
    • supportBlocks

      @Nullable protected int[] supportBlocks
  • Constructor Details

    • RestingSupport

      public RestingSupport()
  • Method Details

    • hasChanged

      public boolean hasChanged(@Nonnull World world)
    • rest

      public void rest(@Nonnull World world, @Nonnull Box boundingBox, @Nonnull Vector3d position)
    • clear

      public void clear()