| Constructor and Description |
|---|
DriverTileEntity() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Class<?> |
getTileEntityClass() |
boolean |
worksWith(net.minecraft.world.World world,
int x,
int y,
int z)
Used to determine the block types this driver handles.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEnvironmentpublic abstract java.lang.Class<?> getTileEntityClass()
public boolean worksWith(net.minecraft.world.World world,
int x,
int y,
int z)
Block