equivalent-exchange-3/src/main/java/com/pahimar/ee3/util
Pahimar f41b0279a6 Added some more NPE protection to the ID based ItemStack comparator
Added back in the small and medium sized Alchemical Chest aludel recipes
Added a recipe to make a chalk block from 4 pieces of chalk
Created an EE test suite to test EE specific energy values
Re-registered several EE items
Removed a duplicate Gson type adapter registration
Changed the ItemStackSerializer to return JsonNull in the event that there is no registered name for the item (the item would never deserialize as it wouldn't have a name to lookup)
Changed the EnergyValueMapSerializer to allow serializing of null energy values (as JsonNull). Used for energy value testing.
2016-05-26 12:02:37 -04:00
..
serialize Added some more NPE protection to the ID based ItemStack comparator 2016-05-26 12:02:37 -04:00
CalcinationHelper.java Deprecating Verdant and Azure Dust 2015-11-25 16:00:37 -05:00
ColorHelper.java Don't be scared - it's easier to start from the bottom. There's also still the MC 1.6.4 branch :) 2014-03-28 15:54:15 -04:00
CommonParticleHelper.java Another whack of stuff with varying levels of won't break 2015-03-23 11:07:47 -04:00
CommonSoundHelper.java Add some more functionality to sending sounds, and some preliminary work on an abstract way to spawn particles from the server side 2015-03-22 18:52:04 -04:00
CompressionHelper.java Death to the old energy value registry - long live the new one! 2016-05-18 13:53:13 -04:00
ConfigurationHelper.java Yeah, another whack of code. 2014-07-18 22:26:59 -04:00
DebugUtils.java Dat big commit of partially working stuff before taking the laptop to PAX East and having no assurances that the code will survive the trip 2015-03-04 23:31:43 -05:00
EntityHelper.java Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
FilterUtils.java Better Singleton implementation of RecipeRegistry, and fix up the getStacksInRange to be more flexible about bounds 2016-05-20 13:56:53 -04:00
FluidHelper.java Fix a possible NPE in the FluidStack comparator 2016-05-24 23:12:49 -04:00
IChargeable.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
IKeyBound.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
IModalTool.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
INBTTaggable.java Checking in some progress on a more unified way of serializing data to disk. Should really help in the future. 2015-01-26 23:17:32 -05:00
IOverlayItem.java Just a whack of work, nothing to see here 2014-10-03 15:55:22 -04:00
IOwnable.java Move some interfaces into the util package 2014-07-18 15:55:10 -04:00
ItemHelper.java Make some changes to comparators, switch the recipe registry to a TreeMultimap (from HashMultimap), and dump WrappedStack's hashCode as we are no longer using HashMaps/etc (and it wasn't a great implementation anyways) 2016-05-19 21:10:55 -04:00
LoaderHelper.java Set API version to a build property, and add in some prelim logging of what mods set what values when in the energy value registry 2015-05-07 14:47:54 -04:00
LogHelper.java Lots more Marker usage, for much better logging options (making my dev life so so so much easier) 2015-11-19 15:24:40 -05:00
NBTHelper.java Add some more stuff to the NBTHelper 2014-07-21 16:19:25 -04:00
OreDictionaryHelper.java Death to the old energy value registry - long live the new one! 2016-05-18 13:53:13 -04:00
PlayerHelper.java Some more work on commands. Not long now and set-energy-value will be working and admins can change values on the fly :) 2014-09-09 15:59:07 -04:00
RecipeHelper.java Yay test cases pass successfully! 2015-04-19 15:01:35 -04:00
ResourceLocationHelper.java Whole whackload of stuff. More to come in the morning Vike 2015-02-04 23:48:07 -05:00
SerializationHelper.java Added some more NPE protection to the ID based ItemStack comparator 2016-05-26 12:02:37 -04:00
TileEntityDataHelper.java Various states of working. Lots of things happening. 2015-02-25 00:03:59 -05:00