Class ServerPlayerMixin

java.lang.Object
com.lightning.northstar.mixin.entity.ServerPlayerMixin
All Implemented Interfaces:
NorthstarPlayer

@ParametersAreNonnullByDefault public abstract class ServerPlayerMixin extends Object implements NorthstarPlayer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.server.network.ServerGamePacketListenerImpl
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    northstar$showTitle(net.minecraft.network.chat.Component title, net.minecraft.network.chat.Component subtitle, int fadeInTime, int displayTime, int fadeOutTime)
     

    Methods inherited from class java.lang.Object

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

    • connection

      public net.minecraft.server.network.ServerGamePacketListenerImpl connection
  • Constructor Details

    • ServerPlayerMixin

      public ServerPlayerMixin()
  • Method Details

    • northstar$showTitle

      public void northstar$showTitle(net.minecraft.network.chat.Component title, net.minecraft.network.chat.Component subtitle, int fadeInTime, int displayTime, int fadeOutTime)
      Specified by:
      northstar$showTitle in interface NorthstarPlayer