equivalent-exchange-3/src/main/java/com/pahimar/ee3/handler
Pahimar 30c0eb46b7 Fix a possible NPE in the FluidStack comparator
Post calculation energy values set by command now send the new energy value mapping to all currently logged in players
Added methods for devs to see what items are currently blacklisted in the blacklist registry proxy
Added methods for devs to see what energy values are currently assigned in the energy value registry proxy
BlacklistRegistry contents are now synchronized with players when they log into a server, enabling players to play on different servers with different blacklist configurations without needing to update their own configs
Fixed issue in synching of all energy values where the incorrect map was used to synch against on the client side
2016-05-24 23:12:49 -04:00
..
ConfigurationHandler.java More work on the new player knowledge system 2016-05-20 22:55:49 -04:00
CraftingHandler.java Hey working on a super cool new Admin Panel to make it way easier to set EE3 related values/settings on items. Woo! 2015-11-27 23:07:45 -05:00
FuelHandler.java Bump to Forge 1095, and proper use of ObjectHolder (protip: instance variable names should match object names for easier ObjectHolder use) 2014-05-26 11:28:51 -04:00
GuiHandler.java Hey working on a super cool new Admin Panel to make it way easier to set EE3 related values/settings on items. Woo! 2015-11-27 23:07:45 -05:00
ItemEventHandler.java Closes #714 and #719 thanks Dynious! 2015-04-10 08:32:55 -04:00
PlayerEventHandler.java Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
WorldEventHandler.java Closes #1055 2016-05-22 23:28:30 -04:00