Class RecipeBookExtensionTest.RecipeBookTestContainer
java.lang.Object
net.minecraft.world.SimpleContainer
net.neoforged.neoforge.oldtest.recipebook.RecipeBookExtensionTest.RecipeBookTestContainer
- All Implemented Interfaces:
Iterable<net.minecraft.world.item.ItemStack>
,net.minecraft.world.Clearable
,net.minecraft.world.Container
,net.minecraft.world.inventory.StackedContentsCompatible
- Enclosing class:
RecipeBookExtensionTest
public static class RecipeBookExtensionTest.RecipeBookTestContainer
extends net.minecraft.world.SimpleContainer
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.Container
net.minecraft.world.Container.ContainerIterator
-
Field Summary
Fields inherited from interface net.minecraft.world.Container
DEFAULT_DISTANCE_BUFFER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.CraftingInput
net.minecraft.world.item.crafting.CraftingInput.Positioned
Methods inherited from class net.minecraft.world.SimpleContainer
addItem, addListener, canAddItem, clearContent, createTag, fillStackedContents, fromTag, getContainerSize, getItem, getItems, isEmpty, removeAllItems, removeItem, removeItemNoUpdate, removeItemType, removeListener, setChanged, setItem, stillValid, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.world.Container
canPlaceItem, canTakeItem, countItem, getMaxStackSize, getMaxStackSize, hasAnyMatching, hasAnyOf, iterator, startOpen, stopOpen
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RecipeBookTestContainer
public RecipeBookTestContainer()
-
-
Method Details
-
asCraftingInput
public net.minecraft.world.item.crafting.CraftingInput asCraftingInput() -
asPositionedCraftInput
public net.minecraft.world.item.crafting.CraftingInput.Positioned asPositionedCraftInput()
-