Class GameTestsVanillaCapabilitiesItemItemHandler
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestItemItemHandlerCapItemBundleAdd(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemBundleAddMultiple(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemBundleAddRejectOverfullOtherSlot(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemBundleAddRejectOverfullSameSlot(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemBundleRemove(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemBundleRemoveMultiple(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemShulkerboxAdd(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemShulkerboxRemove(net.minecraft.gametest.framework.GameTestHelper helper)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
POS
public static final net.minecraft.core.BlockPos POS
-
-
Constructor Details
-
GameTestsVanillaCapabilitiesItemItemHandler
public GameTestsVanillaCapabilitiesItemItemHandler()
-
-
Method Details
-
testItemItemHandlerCapItemShulkerboxAdd
public void testItemItemHandlerCapItemShulkerboxAdd(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemShulkerboxRemove
public void testItemItemHandlerCapItemShulkerboxRemove(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleAdd
public void testItemItemHandlerCapItemBundleAdd(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleRemove
public void testItemItemHandlerCapItemBundleRemove(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleAddMultiple
public void testItemItemHandlerCapItemBundleAddMultiple(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleRemoveMultiple
public void testItemItemHandlerCapItemBundleRemoveMultiple(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleAddRejectOverfullSameSlot
public void testItemItemHandlerCapItemBundleAddRejectOverfullSameSlot(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleAddRejectOverfullOtherSlot
public void testItemItemHandlerCapItemBundleAddRejectOverfullOtherSlot(net.minecraft.gametest.framework.GameTestHelper helper)
-