Class EventType.PlayerJoin

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

public static class EventType.PlayerJoin extends Object
Called after connecting; when a player receives world data and is ready to play. Fired only once, after initial connection.
  • Field Details

    • player

      public final mindustry.gen.Player player
  • Constructor Details

    • PlayerJoin

      public PlayerJoin(mindustry.gen.Player player)