Class CTCommonEventHandler

java.lang.Object
com.blamejared.crafttweaker.impl.event.CTCommonEventHandler

public class CTCommonEventHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    attribute(net.minecraftforge.event.ItemAttributeModifierEvent e)
     
    static void
    blockInteract(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock e)
     
    static void
    burnTimeTweaker(net.minecraftforge.event.furnace.FurnaceFuelBurnTimeEvent e)
     
    static void
    clientTick(net.minecraftforge.event.TickEvent.ClientTickEvent e)
     
    static void
    entityInteract(net.minecraftforge.event.entity.player.PlayerInteractEvent.EntityInteract e)
     
    static void
    playerLogin(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
     
    static void
    playerLogout(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent event)
     
    static void
    registerCommands(net.minecraftforge.event.RegisterCommandsEvent event)
     
    static void
    resourceReload(net.minecraftforge.event.AddReloadListenerEvent event)
     
    static void
    serverTick(net.minecraftforge.event.TickEvent.ServerTickEvent e)
     
    static void
    villagerTradesTweaker(net.minecraftforge.event.village.VillagerTradesEvent e)
     
    static void
    wanderingTradesTweaker(net.minecraftforge.event.village.WandererTradesEvent e)
     

    Methods inherited from class java.lang.Object

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

    • CTCommonEventHandler

      public CTCommonEventHandler()
  • Method Details

    • serverTick

      public static void serverTick(net.minecraftforge.event.TickEvent.ServerTickEvent e)
    • clientTick

      public static void clientTick(net.minecraftforge.event.TickEvent.ClientTickEvent e)
    • blockInteract

      public static void blockInteract(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock e)
    • entityInteract

      public static void entityInteract(net.minecraftforge.event.entity.player.PlayerInteractEvent.EntityInteract e)
    • attribute

      public static void attribute(net.minecraftforge.event.ItemAttributeModifierEvent e)
    • wanderingTradesTweaker

      public static void wanderingTradesTweaker(net.minecraftforge.event.village.WandererTradesEvent e)
    • villagerTradesTweaker

      public static void villagerTradesTweaker(net.minecraftforge.event.village.VillagerTradesEvent e)
    • burnTimeTweaker

      public static void burnTimeTweaker(net.minecraftforge.event.furnace.FurnaceFuelBurnTimeEvent e)
    • playerLogin

      public static void playerLogin(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent event)
    • playerLogout

      public static void playerLogout(net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent event)
    • registerCommands

      public static void registerCommands(net.minecraftforge.event.RegisterCommandsEvent event)
    • resourceReload

      public static void resourceReload(net.minecraftforge.event.AddReloadListenerEvent event)