public final class ItemStackRequestSlotData
extends java.lang.Object
| Constructor and Description |
|---|
ItemStackRequestSlotData(ContainerSlotType container,
int slot,
int stackNetworkId,
FullContainerName containerName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ContainerSlotType |
getContainer()
Deprecated.
since v712
|
FullContainerName |
getContainerName() |
int |
getSlot()
slot is the index of the slot within the container
|
int |
getStackNetworkId()
stackNetworkId is the unique stack ID that the client assumes to be present in this slot.
|
int |
hashCode() |
java.lang.String |
toString() |
public ItemStackRequestSlotData(ContainerSlotType container, int slot, int stackNetworkId, FullContainerName containerName)
@Deprecated public ContainerSlotType getContainer()
public int getSlot()
public int getStackNetworkId()
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