ITileDefinition
and its sub-classes@Deprecated
public interface AEItemDefinition
Modifier and Type | Method and Description |
---|---|
net.minecraft.block.Block |
block()
Deprecated.
|
java.lang.Class<? extends net.minecraft.tileentity.TileEntity> |
entity()
Deprecated.
|
net.minecraft.item.Item |
item()
Deprecated.
|
boolean |
sameAsBlock(net.minecraft.world.IBlockAccess world,
int x,
int y,
int z)
Deprecated.
|
boolean |
sameAsStack(net.minecraft.item.ItemStack comparableItem)
Deprecated.
|
net.minecraft.item.ItemStack |
stack(int stackSize)
Deprecated.
|
@Deprecated @Nullable net.minecraft.block.Block block()
IBlockDefinition.maybeBlock()
Block
Implementation if applicable@Deprecated @Nullable net.minecraft.item.Item item()
IItemDefinition.maybeItem()
Item
Implementation if applicable@Deprecated @Nullable java.lang.Class<? extends net.minecraft.tileentity.TileEntity> entity()
ITileDefinition.maybeEntity()
TileEntity
Class if applicable.@Deprecated @Nullable net.minecraft.item.ItemStack stack(int stackSize)
IItemDefinition.maybeStack(int)
ItemStack
with specified quantity of this item.@Deprecated boolean sameAsStack(net.minecraft.item.ItemStack comparableItem)
IComparableDefinition.isSameAs(ItemStack)
ItemStack
with thiscomparableItem
- compared item@Deprecated boolean sameAsBlock(net.minecraft.world.IBlockAccess world, int x, int y, int z)
IComparableDefinition.isSameAs(IBlockAccess, int, int, int)
}world
- world of blockx
- x pos of blocky
- y pos of blockz
- z pos of block