Interface MainClass


public interface MainClass
Abstraction for sending messages to players in BuildMC.

This interface exists to provide a consistent way to send messages to players using Components, regardless of whether the underlying plugin implementation is Paper or Spigot.

Implementations of this interface handle the differences between server platforms internally, so external code can simply call these methods without worrying about platform-specific APIs.