public static class ItemMemoryStick.MemoryStickLocator
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
net.minecraft.item.ItemStack |
getMemoryStick(net.minecraft.entity.player.PlayerEntity player) |
int |
hashCode() |
static ItemMemoryStick.MemoryStickLocator |
namedInv(java.lang.String name,
int slot) |
static ItemMemoryStick.MemoryStickLocator |
playerInv(int slot) |
public static ItemMemoryStick.MemoryStickLocator playerInv(int slot)
public static ItemMemoryStick.MemoryStickLocator namedInv(java.lang.String name, int slot)
public net.minecraft.item.ItemStack getMemoryStick(net.minecraft.entity.player.PlayerEntity player)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object