Class SolidBlockTracker

java.lang.Object
me.tomski.utils.SolidBlockTracker
All Implemented Interfaces:
Runnable

public class SolidBlockTracker extends Object implements Runnable
  • Field Details

    • movementTracker

      public static Map<String,​Integer> movementTracker
    • currentLocation

      public static Map<String,​org.bukkit.Location> currentLocation
    • solidBlocks

      public static Map<String,​SolidBlock> solidBlocks
  • Constructor Details

    • SolidBlockTracker

      public SolidBlockTracker(PropHunt plugin)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • hasMoved

      public boolean hasMoved(org.bukkit.Location loc, org.bukkit.Location test)