mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-05 00:56:42 +00:00
Formatting
This commit is contained in:
@ -6,6 +6,7 @@ import org.bukkit.event.Cancellable;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
||||
//TODO: Event doesn't look like it is called
|
||||
|
||||
/**
|
||||
* Event that is called when a player is frozen or unfrozen
|
||||
*/
|
||||
@ -21,8 +22,9 @@ public class PunishedPlayerMuteEvent extends PunishedPlayerEvent implements Canc
|
||||
|
||||
/**
|
||||
* Creates a new event instance
|
||||
*
|
||||
* @param punishedPlayer The player who was punished
|
||||
* @param muted The new muted status
|
||||
* @param muted The new muted status
|
||||
*/
|
||||
public PunishedPlayerMuteEvent(PunishedPlayer punishedPlayer, boolean muted)
|
||||
{
|
||||
|
Reference in New Issue
Block a user