Package net.minecraft.client.option
Class HotbarStorageEntry
java.lang.Object
- Mappings:
Namespace Name official fsl
intermediary net/minecraft/class_748
named net/minecraft/client/option/HotbarStorageEntry
-
Field Summary
-
Constructor Summary
-
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
- Mappings:
Namespace Name Mixin selector official a
Lfsl;a:Liq;
intermediary field_3948
Lnet/minecraft/class_748;field_3948:Lnet/minecraft/class_2371;
named delegate
Lnet/minecraft/client/option/HotbarStorageEntry;delegate:Lnet/minecraft/util/collection/DefaultedList;
-
-
Constructor Details
-
HotbarStorageEntry
public HotbarStorageEntry()
-
-
Method Details
-
delegate
- Specified by:
delegate
in classForwardingList<ItemStack>
- Mappings:
Namespace Name Mixin selector official delegate
Lfsl;delegate()Ljava/util/List;
intermediary delegate
Lnet/minecraft/class_748;delegate()Ljava/util/List;
named delegate
Lnet/minecraft/client/option/HotbarStorageEntry;delegate()Ljava/util/List;
-
toNbtList
- Mappings:
Namespace Name Mixin selector official a
Lfsl;a()Lst;
intermediary method_3153
Lnet/minecraft/class_748;method_3153()Lnet/minecraft/class_2499;
named toNbtList
Lnet/minecraft/client/option/HotbarStorageEntry;toNbtList()Lnet/minecraft/nbt/NbtList;
-
readNbtList
- Mappings:
Namespace Name Mixin selector official a
Lfsl;a(Lst;)V
intermediary method_3152
Lnet/minecraft/class_748;method_3152(Lnet/minecraft/class_2499;)V
named readNbtList
Lnet/minecraft/client/option/HotbarStorageEntry;readNbtList(Lnet/minecraft/nbt/NbtList;)V
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<ItemStack>
- Specified by:
isEmpty
in interfaceList<ItemStack>
- Overrides:
isEmpty
in classForwardingCollection<ItemStack>
-