summaryrefslogtreecommitdiffstats
path: root/src/test/java/FakePlayerJoinEvent.java
blob: 194e84c988f69fa45518277704d4d1a1bef84977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//import org.bukkit.entity.Player;
//import org.bukkit.event.player.PlayerJoinEvent;
//
///**
// * fake join event for testing (implements 1.12.2)
// */
//public class FakePlayerJoinEvent extends PlayerJoinEvent {
//
//    public FakePlayerJoinEvent(Player playerJoined, String joinMessage) {
//        super(playerJoined, joinMessage);
//    }
//
//}