package mcwebhooks; public class RaidStartWorldHookEvent extends PlayerHookEvent { public RaidStartWorldHookEvent(String displayName) { super(displayName); this.type = "raidStart"; } }