Package appeng.api.behaviors
Interface PlacementStrategy
@Experimental
public interface PlacementStrategy
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
static PlacementStrategy
noop()
A placement strategy that simply does nothing.long
placeInWorld
(AEKey what, long amount, Actionable type, boolean placeAsEntity) static void
register
(AEKeyType type, PlacementStrategy.Factory factory)
-
Method Details
-
noop
A placement strategy that simply does nothing. -
clearBlocked
void clearBlocked() -
placeInWorld
- Returns:
- The amount actually placed
-
register
-