Revert using internal API

This commit is contained in:
yueh
2020-06-07 17:21:20 +02:00
parent 7715f605eb
commit 23b6e195ac
148 changed files with 472 additions and 498 deletions
@@ -42,7 +42,7 @@ public class BlockChargedQuartzOre extends BlockQuartzOre
// @Override
// public Item getItemDropped( final BlockState state, final Random rand, final int fortune )
// {
// return Api.INSTANCE
// return AEApi.instance()
// .definitions()
// .materials()
// .certusQuartzCrystalCharged()
@@ -53,7 +53,7 @@ public class BlockChargedQuartzOre extends BlockQuartzOre
// @Override
// public int damageDropped( final BlockState state )
// {
// return Api.INSTANCE
// return AEApi.instance()
// .definitions()
// .materials()
// .certusQuartzCrystalCharged()
@@ -65,7 +65,7 @@ public class BlockChargedQuartzOre extends BlockQuartzOre
// @Override
// public ItemStack getPickBlock( BlockState state, RayTraceResult target, World world, BlockPos pos, PlayerEntity player )
// {
// return Api.INSTANCE
// return AEApi.instance()
// .definitions()
// .blocks()
// .quartzOreCharged()
@@ -74,7 +74,7 @@ public class BlockQuartzOre extends AEBaseBlock
// @Override
// public Item getItemDropped( final BlockState state, final Random rand, final int fortune )
// {
// return Api.INSTANCE
// return AEApi.instance()
// .definitions()
// .materials()
// .certusQuartzCrystal()
@@ -86,7 +86,7 @@ public class BlockQuartzOre extends AEBaseBlock
// @Override
// public int damageDropped( final BlockState state )
// {
// return Api.INSTANCE
// return AEApi.instance()
// .definitions()
// .materials()
// .certusQuartzCrystal()