Package appeng.api.behaviors
Interface PlacementStrategy
@Experimental
public interface PlacementStrategy
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic PlacementStrategynoop()A placement strategy that simply does nothing.longplaceInWorld(AEKey what, long amount, Actionable type, boolean placeAsEntity) static voidregister(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
-