public interface ICommonTile
Modifier and Type | Method and Description |
---|---|
void |
getDrops(net.minecraft.world.World world,
int x,
int y,
int z,
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, int x, int y, int z, java.util.List<net.minecraft.item.ItemStack> drops)
world
- world of tile entityx
- x pos of tile entityy
- y pos of tile entityz
- z pos of tile entitydrops
- drops of tile entity