public interface AEColoredItemDefinition
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack[] |
allStacks(int stackSize) |
net.minecraft.block.Block |
block(AEColor color) |
java.lang.Class<? extends net.minecraft.tileentity.TileEntity> |
entity(AEColor color) |
net.minecraft.item.Item |
item(AEColor color) |
boolean |
sameAs(AEColor color,
net.minecraft.item.ItemStack comparableItem)
Compare
ItemStack with this |
net.minecraft.item.ItemStack |
stack(AEColor color,
int stackSize) |
net.minecraft.block.Block block(AEColor color)
Block Implementation if applicablenet.minecraft.item.Item item(AEColor color)
Item Implementation if applicablejava.lang.Class<? extends net.minecraft.tileentity.TileEntity> entity(AEColor color)
TileEntity Class if applicable.net.minecraft.item.ItemStack stack(AEColor color, int stackSize)
ItemStack with specified quantity of this item.net.minecraft.item.ItemStack[] allStacks(int stackSize)
stackSize - - stack size of the result.boolean sameAs(AEColor color, net.minecraft.item.ItemStack comparableItem)
ItemStack with thiscolor - compared color of itemcomparableItem - compared item