Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
opencomputers
/
395aafa03ab1d81b5ee2d131f01daaa353385bfa
/
.
/
src
/
api
/
java
/
cofh
/
api
/
tileentity
/
IPlacedTile.java
blob: df54a969ad5ccd04a0581f71f2a51950486577e5 [
file
] [
log
] [
blame
] [
raw
]
package
cofh
.
api
.
tileentity
;
/**
* Implement this interface on Tile Entities which need to know when they are placed into the world.
*
* @author Zeldo
*
*/
public
interface
IPlacedTile
{
public
void
tilePlaced
();
}