Class PlayerJoinWorldEvent

java.lang.Object
de.ellpeck.rockbottom.api.event.Event
de.ellpeck.rockbottom.api.event.impl.PlayerJoinWorldEvent

public final class PlayerJoinWorldEvent extends Event
This event is fired when an AbstractPlayerEntity connects to a world. The isConnected variable determines if the player is connecting to a server that they aren't hosting themselves.
  • Field Details

  • Constructor Details

    • PlayerJoinWorldEvent

      public PlayerJoinWorldEvent(AbstractPlayerEntity player, boolean isConnected)