Class JokeHandler

java.lang.Object
com.mrbysco.dailydad.handler.JokeHandler

public class JokeHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onDrawScreen(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics)
     
    static void
    onLoggedIn(@Nullable net.minecraft.world.entity.player.Player player)
     
    static void
    onPlayerRespawn(net.minecraft.world.entity.player.Player oldPlayer, net.minecraft.world.entity.player.Player newPlayer)
     
    static void
    onScreenOpen(net.minecraft.client.gui.screens.Screen screen)
     

    Methods inherited from class Object

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

    • JokeHandler

      public JokeHandler()
  • Method Details

    • onScreenOpen

      public static void onScreenOpen(net.minecraft.client.gui.screens.Screen screen)
    • onDrawScreen

      public static void onDrawScreen(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics)
    • onLoggedIn

      public static void onLoggedIn(@Nullable @Nullable net.minecraft.world.entity.player.Player player)
    • onPlayerRespawn

      public static void onPlayerRespawn(net.minecraft.world.entity.player.Player oldPlayer, net.minecraft.world.entity.player.Player newPlayer)