Class SimpleContainer

java.lang.Object
net.minecraft.world.SimpleContainer
All Implemented Interfaces:
Clearable, Container, StackedContentsCompatible
Direct Known Subclasses:
ComposterBlock.EmptyContainer, ComposterBlock.InputContainer, ComposterBlock.OutputContainer, PlayerEnderChestContainer, RecipeBookExtensionTest.RecipeBookTestContainer

public class SimpleContainer extends Object implements Container, StackedContentsCompatible
  • Field Details

  • Constructor Details

    • SimpleContainer

      public SimpleContainer(int pSize)
    • SimpleContainer

      public SimpleContainer(ItemStack... pItems)
  • Method Details