Package net.minecraft.client.settings
Class HotbarSnapshot
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingCollection<E>
-
- com.google.common.collect.ForwardingList<ItemStack>
-
- net.minecraft.client.settings.HotbarSnapshot
-
-
Field Summary
Fields Modifier and Type Field Description private NonNullList<ItemStack>
items
-
Constructor Summary
Constructors Constructor Description HotbarSnapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListNBT
createTag()
protected java.util.List<ItemStack>
delegate()
void
fromTag(ListNBT p_192833_1_)
boolean
isEmpty()
-
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
-
-
-
-
Field Detail
-
items
private final NonNullList<ItemStack> items
-
-