first commit
This commit is contained in:
9
src/main/java/mcwebhooks/JoinHookEvent.java
Normal file
9
src/main/java/mcwebhooks/JoinHookEvent.java
Normal file
@ -0,0 +1,9 @@
|
||||
package mcwebhooks;
|
||||
|
||||
final class JoinHookEvent extends PlayerHookEvent
|
||||
{
|
||||
public JoinHookEvent(String displayName) {
|
||||
super(displayName);
|
||||
this.type = "login";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user