Class GrowableMutableContainer<T>

java.lang.Object
net.minecraft.world.item.component.SimpleMutableContainer<T>
net.minecraft.world.item.component.GrowableMutableContainer<T>
All Implemented Interfaces:
ContainerComponent.Mutable<T>, SlotCollection
Direct Known Subclasses:
BundleContents.Mutable, ChargedProjectiles.Mutable, ItemContainerContents.Mutable

public abstract class GrowableMutableContainer<T> extends SimpleMutableContainer<T>