Class EventType.WithdrawEvent

java.lang.Object
mindustry.game.EventType.WithdrawEvent
Enclosing class:
EventType

public static class EventType.WithdrawEvent extends Object
Called when the player withdraws items from a block.
  • Field Details

    • tile

      public final mindustry.gen.Building tile
    • player

      public final mindustry.gen.Player player
    • item

      public final Item item
    • amount

      public final int amount
  • Constructor Details

    • WithdrawEvent

      public WithdrawEvent(mindustry.gen.Building tile, mindustry.gen.Player player, Item item, int amount)