Class ChatData

java.lang.Object
studio.thevipershow.safechat.api.checks.ChatData

public class ChatData
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ChatData​(@NotNull org.bukkit.entity.Player player, @NotNull java.lang.String message, long sentAt)  
  • Method Summary

    Modifier and Type Method Description
    @NotNull java.lang.String getMessage()  
    @NotNull org.bukkit.entity.Player getPlayer()  
    long getSentAt()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChatData

      public ChatData​(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull java.lang.String message, long sentAt)
  • Method Details

    • getPlayer

      @NotNull public @NotNull org.bukkit.entity.Player getPlayer()
    • getMessage

      @NotNull public @NotNull java.lang.String getMessage()
    • getSentAt

      public long getSentAt()