Class BasicEventHooks

java.lang.Object
net.minecraftforge.fml.hooks.BasicEventHooks

public class BasicEventHooks extends Object
  • Constructor Details

    • BasicEventHooks

      public BasicEventHooks()
  • Method Details

    • firePlayerChangedDimensionEvent

      public static void firePlayerChangedDimensionEvent(PlayerEntity player, RegistryKey<World> fromDim, RegistryKey<World> toDim)
    • firePlayerLoggedIn

      public static void firePlayerLoggedIn(PlayerEntity player)
    • firePlayerLoggedOut

      public static void firePlayerLoggedOut(PlayerEntity player)
    • firePlayerRespawnEvent

      public static void firePlayerRespawnEvent(PlayerEntity player, boolean endConquered)
    • firePlayerItemPickupEvent

      public static void firePlayerItemPickupEvent(PlayerEntity player, ItemEntity item, ItemStack clone)
    • firePlayerCraftingEvent

      public static void firePlayerCraftingEvent(PlayerEntity player, ItemStack crafted, IInventory craftMatrix)
    • firePlayerSmeltedEvent

      public static void firePlayerSmeltedEvent(PlayerEntity player, ItemStack smelted)
    • onRenderTickStart

      public static void onRenderTickStart(float timer)
    • onRenderTickEnd

      public static void onRenderTickEnd(float timer)
    • onPlayerPreTick

      public static void onPlayerPreTick(PlayerEntity player)
    • onPlayerPostTick

      public static void onPlayerPostTick(PlayerEntity player)
    • onPreWorldTick

      public static void onPreWorldTick(World world)
    • onPostWorldTick

      public static void onPostWorldTick(World world)
    • onPreClientTick

      public static void onPreClientTick()
    • onPostClientTick

      public static void onPostClientTick()
    • onPreServerTick

      public static void onPreServerTick()
    • onPostServerTick

      public static void onPostServerTick()