public class StatementParameterItemStackExact extends java.lang.Object implements IStatementParameter
IStatementParameter.DrawType
Modifier and Type | Field and Description |
---|---|
protected net.minecraft.item.ItemStack |
stack |
Constructor and Description |
---|
StatementParameterItemStackExact() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getDescription()
Return the description in the UI.
|
net.minecraft.item.ItemStack |
getItemStack() |
IStatementParameter[] |
getPossible(IStatementContainer source) |
ISprite |
getSprite() |
java.lang.String |
getUniqueTag()
Every statement needs a unique tag, it should be in the format of "<modid>:<name>".
|
int |
hashCode() |
StatementParameterItemStackExact |
onClick(IStatementContainer source,
IStatement stmt,
net.minecraft.item.ItemStack stack,
StatementMouseClick mouse)
Return a non-null value to be set as the statement parameter if you handled the mouse click and do not want all
possible values to be shown, or null if you did nothing and wish to show all possible values.
|
static StatementParameterItemStackExact |
readFromNbt(net.minecraft.nbt.NBTTagCompound nbt) |
IStatementParameter |
rotateLeft()
This returns the parameter after a left rotation.
|
void |
writeToNbt(net.minecraft.nbt.NBTTagCompound compound) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDrawType, isPossibleOrdered, writeToBuf
getTooltip
@Nonnull public net.minecraft.item.ItemStack getItemStack()
getItemStack
in interface IStatementParameter
ItemStack
to render for this parameter, or ItemStack.EMPTY
if this should not render
an ItemStack
.public StatementParameterItemStackExact onClick(IStatementContainer source, IStatement stmt, net.minecraft.item.ItemStack stack, StatementMouseClick mouse)
IStatementParameter
onClick
in interface IStatementParameter
IStatementParameter.getPossible(IStatementContainer)
public void writeToNbt(net.minecraft.nbt.NBTTagCompound compound)
writeToNbt
in interface IStatementParameter
public static StatementParameterItemStackExact readFromNbt(net.minecraft.nbt.NBTTagCompound nbt)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getDescription()
IGuiSlot
IGuiSlot.getTooltip()
. (As such this might return null or throw an exception)getDescription
in interface IGuiSlot
public java.lang.String getUniqueTag()
IGuiSlot
getUniqueTag
in interface IGuiSlot
public IStatementParameter rotateLeft()
IStatementParameter
rotateLeft
in interface IStatementParameter
public ISprite getSprite()
public IStatementParameter[] getPossible(IStatementContainer source)
getPossible
in interface IStatementParameter