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