@Environment(value=CLIENT) public class HotbarStorageEntry extends ForwardingList<ItemStack>
| Modifier and Type | Field and Description |
|---|---|
private DefaultedList<ItemStack> |
delegate |
| Constructor and Description |
|---|
HotbarStorageEntry() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ItemStack> |
delegate() |
void |
fromListTag(ListTag listTag) |
boolean |
isEmpty() |
ListTag |
toListTag() |
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListadd, addAll, clear, contains, containsAll, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArraytoStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprivate final DefaultedList<ItemStack> delegate
protected List<ItemStack> delegate()
delegate in class ForwardingList<ItemStack>public ListTag toListTag()
public void fromListTag(ListTag listTag)
public boolean isEmpty()
isEmpty in interface Collection<ItemStack>isEmpty in interface List<ItemStack>isEmpty in class ForwardingCollection<ItemStack>