Fixes #2675: Set fullBlock correctly afterwards.

Reduces the visibility of some methods as these should be access through the public methods of Block or the overridden ones.
Removes now useless getCheckedSubBlocks.
This commit is contained in:
yueh
2016-12-02 22:15:56 +01:00
committed by GitHub
parent 12dbd17320
commit d377af9a69
6 changed files with 95 additions and 104 deletions
@@ -85,7 +85,7 @@ public class BlockCraftingMonitor extends BlockCraftingUnit
@Override
@SideOnly( Side.CLIENT )
public void getCheckedSubBlocks( final Item item, final CreativeTabs tabs, final List<ItemStack> itemStacks )
public void getSubBlocks( final Item item, final CreativeTabs tabs, final List<ItemStack> itemStacks )
{
itemStacks.add( new ItemStack( this, 1, 0 ) );
}