DriverSidedBlock
instead.@Deprecated public abstract class DriverBlock extends java.lang.Object implements Block
ManagedEnvironment
Modifier and Type | Field and Description |
---|---|
protected net.minecraft.item.ItemStack[] |
blocks
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
DriverBlock(net.minecraft.item.ItemStack... blocks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
worksWith(net.minecraft.block.Block referenceBlock,
int referenceMetadata)
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
protected DriverBlock(net.minecraft.item.ItemStack... blocks)
public boolean worksWith(net.minecraft.world.World world, int x, int y, int z)
Block
protected boolean worksWith(net.minecraft.block.Block referenceBlock, int referenceMetadata)