public interface ICommonTile
| Modifier and Type | Method and Description |
|---|---|
void |
getDrops(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
java.util.List<net.minecraft.item.ItemStack> drops)
implemented on AE's Tile Entities, Gets a list of drops that the entity will normally drop, this doesn't include
the block itself.
|
void getDrops(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
java.util.List<net.minecraft.item.ItemStack> drops)
world - world of tile entitypos - location of the blockdrops - drops of tile entity