Package net.minecraft.client.options
Class HotbarStorageEntry
java.lang.Object
@Environment(CLIENT) public class HotbarStorageEntry extends ForwardingList<ItemStack>
-
Field Summary
Fields Modifier and Type Field Description private DefaultedList<ItemStack>
delegate
-
Constructor Summary
Constructors Constructor Description HotbarStorageEntry()
-
Method Summary
Methods inherited from class com.google.common.collect.ForwardingList
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
Methods inherited from class com.google.common.collect.ForwardingObject
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
delegate
-
-
Constructor Details
-
HotbarStorageEntry
public HotbarStorageEntry()
-
-
Method Details
-
delegate
- Specified by:
delegate
in classForwardingList<ItemStack>
-
toListTag
-
fromListTag
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<ItemStack>
- Specified by:
isEmpty
in interfaceList<ItemStack>
- Overrides:
isEmpty
in classForwardingCollection<ItemStack>
-