public final class ItemStackResponseContainer
extends java.lang.Object
| Constructor and Description |
|---|
ItemStackResponseContainer(ContainerSlotType container,
java.util.List<ItemStackResponseSlot> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ContainerSlotType |
getContainer()
container that the slots that follow are in.
|
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)
public ContainerSlotType getContainer()
public java.util.List<ItemStackResponseSlot> getItems()
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