Package mindustry.game
Class EventType.WithdrawEvent
java.lang.Object
mindustry.game.EventType.WithdrawEvent
- Enclosing class:
- EventType
Called when the player withdraws items from a block.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionWithdrawEvent
(mindustry.gen.Building tile, mindustry.gen.Player player, Item item, int amount) -
Method Summary
-
Field Details
-
tile
public final mindustry.gen.Building tile -
player
public final mindustry.gen.Player player -
item
-
amount
public final int amount
-
-
Constructor Details
-
WithdrawEvent
public WithdrawEvent(mindustry.gen.Building tile, mindustry.gen.Player player, Item item, int amount)
-