Class MixinPlayerList

java.lang.Object
dev.ultreon.mods.xinexlib.mixin.MixinPlayerList

public abstract class MixinPlayerList extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    broadcastChatMessage(net.minecraft.network.chat.PlayerChatMessage pMessage, Predicate<net.minecraft.server.level.ServerPlayer> pShouldFilterMessageTo, @Nullable net.minecraft.server.level.ServerPlayer pSender, net.minecraft.network.chat.ChatType.Bound pBoundChatType)
     

    Methods inherited from class java.lang.Object

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

    • MixinPlayerList

      public MixinPlayerList()
  • Method Details

    • broadcastChatMessage

      protected abstract void broadcastChatMessage(net.minecraft.network.chat.PlayerChatMessage pMessage, Predicate<net.minecraft.server.level.ServerPlayer> pShouldFilterMessageTo, @Nullable @Nullable net.minecraft.server.level.ServerPlayer pSender, net.minecraft.network.chat.ChatType.Bound pBoundChatType)