Parts display correctly in WAILA

Register an method that can be overidden

Register the same method in the interface

New class that picks the item and displays it to WAILA

Register the new class and call the other class method

Import in PartWailaDataProvider

Fixed errors

Renamed all Display -> Stack

Stuff
This commit is contained in:
TheJulianJES
2015-05-16 20:58:00 +02:00
committed by thatsIch
parent b13f5ced01
commit f00d5c297f
5 changed files with 74 additions and 1 deletions
@@ -38,6 +38,7 @@ public class Waila extends BaseModule
{
final IWailaDataProvider partHost = new PartWailaDataProvider();
registrar.registerStackProvider( partHost, AEBaseTile.class );
registrar.registerBodyProvider( partHost, AEBaseTile.class );
registrar.registerNBTProvider( partHost, AEBaseTile.class );