Class ChargedProjectiles.Mutable
java.lang.Object
net.minecraft.world.item.component.SimpleMutableContainer<ChargedProjectiles>
net.minecraft.world.item.component.GrowableMutableContainer<ChargedProjectiles>
net.minecraft.world.item.component.ChargedProjectiles.Mutable
- All Implemented Interfaces:
ContainerComponent.Mutable<ChargedProjectiles>, SlotCollection
- Enclosing class:
ChargedProjectiles
-
Nested Class Summary
Nested classes/interfaces inherited from interface SlotCollection
SlotCollection.Filtered, SlotCollection.FlatMapped, SlotCollection.Limited -
Field Summary
Fields inherited from class SimpleMutableContainer
itemsFields inherited from interface SlotCollection
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanaddSlotWithItem(ItemProvider newItems) booleanMethods inherited from class GrowableMutableContainer
replaceSlotItemsMethods inherited from class SimpleMutableContainer
itemCopies, modifySlots, setItem, sizeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SlotCollection
filter, flatMap, limit, modifySlots, replaceSlotItems
-
Constructor Details
-
Mutable
-
-
Method Details
-
addSlotWithItem
- Overrides:
addSlotWithItemin classGrowableMutableContainer<ChargedProjectiles>
-
canInsertNewSlots
public boolean canInsertNewSlots()- Specified by:
canInsertNewSlotsin classGrowableMutableContainer<ChargedProjectiles>
-
toImmutable
-