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

io.github.bakedlibs.dough.chat.ChatInputHandler Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package io.github.bakedlibs.dough.chat;

import java.util.function.Predicate;

import javax.annotation.ParametersAreNonnullByDefault;

import org.bukkit.entity.Player;

public interface ChatInputHandler extends Predicate {

    @ParametersAreNonnullByDefault
    void onChat(Player p, String msg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy