public final class ItemStackResponseContainer
extends java.lang.Object
| Constructor and Description |
|---|
ItemStackResponseContainer(ContainerSlotType container,
java.util.List<ItemStackResponseSlot> items,
FullContainerName containerName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ContainerSlotType |
getContainer()
Deprecated.
since v712
|
FullContainerName |
getContainerName() |
java.util.List<ItemStackResponseSlot> |
getItems()
items holds information on what item stack should be present in specific slots in the container.
|
int |
hashCode() |
java.lang.String |
toString() |
public ItemStackResponseContainer(ContainerSlotType container, java.util.List<ItemStackResponseSlot> items, FullContainerName containerName)
@Deprecated public ContainerSlotType getContainer()
public java.util.List<ItemStackResponseSlot> getItems()
public FullContainerName getContainerName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object