ForgePatch/common/net/minecraftforge/event
HoBoS_TaCo 06e2f914c1 Added ItemTooltipEvent
This event is fired at the end of ItemStack.getTooltip(EntityPlayer, boolean), which in turn is called from it's respective GUIContainer. It allows an itemstack's tooltip to be changed depending on the player, itemstack or whether the advanced information on item tooltips is being shown, toggled by F3+H.
2013-09-30 12:41:52 +10:00
..
brewing Merge branch 'mithionchanges' of github.com:Mithion/MinecraftForge into mithionchanges 2013-03-23 16:56:01 -04:00
entity Added ItemTooltipEvent 2013-09-30 12:41:52 +10:00
terraingen Defer firing CreateDecorator until it's likely mods have had a chance to register their listener. Should close #759 2013-09-05 10:08:02 -04:00
world Add some javadoc to the HarvestBlock event. 2013-09-05 16:24:50 -04:00
ASMEventHandler.java Add cache for ASM Event Handler bridge classes, should not need to redefine a class to invoke the same method on different instances. 2013-06-02 21:27:09 -07:00
Cancelable.java More conversions, added all the entity living events. 2012-08-07 01:24:06 -07:00
CommandEvent.java Automatically resolved imports. 2012-12-12 21:58:35 -08:00
Event.java Fixed issue with Event.hasAnnotation ignoring it's parameter. And cached its values for potential performance gain. Closes #482 2013-03-26 10:38:55 -07:00
EventBus.java Ignore registration of a object that is already registered. Preventing duplicate callback invocations. Thanks King_Lemming for pointing this out. 2013-06-02 21:44:34 -07:00
EventPriority.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
ForgeEventFactory.java Added ItemTooltipEvent 2013-09-30 12:41:52 +10:00
ForgeSubscribe.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
IEventListener.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
ListenerList.java Replaced derpy tabs with spaces 2013-04-26 21:53:09 +02:00
ServerChatEvent.java Small fixup, need to Update GuiIngameForge for new HUD changes. 2013-06-30 18:13:01 -07:00