All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.confuser.banmanager.bungee.api.events.PlayerNoteCreatedEvent Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
package me.confuser.banmanager.bungee.api.events;

import lombok.Getter;
import me.confuser.banmanager.common.data.PlayerNoteData;


public class PlayerNoteCreatedEvent extends CustomCancellableEvent {

  @Getter
  private PlayerNoteData note;

  public PlayerNoteCreatedEvent(PlayerNoteData note) {
    super();
    this.note = note;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy