Interface PlacementStrategy


@Experimental public interface PlacementStrategy
  • Method Details

    • noop

      static PlacementStrategy noop()
      A placement strategy that simply does nothing.
    • clearBlocked

      void clearBlocked()
    • placeInWorld

      long placeInWorld(AEKey what, long amount, Actionable type, boolean placeAsEntity)
      Returns:
      The amount actually placed
    • register

      static void register(AEKeyType type, PlacementStrategy.Factory factory)