Class GameTestsVanillaCapabilitiesItemItemHandler
java.lang.Object
org.cyclops.commoncapabilities.gametest.GameTestsVanillaCapabilitiesItemItemHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestEntityItemCapItemBundleRemove(net.minecraft.gametest.framework.GameTestHelper helper) voidtestEntityItemCapItemBundleRemoveMultiple(net.minecraft.gametest.framework.GameTestHelper helper) voidtestEntityItemCapItemShulkerboxRemove(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemBundleAdd(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemBundleAddMultiple(net.minecraft.gametest.framework.GameTestHelper helper) voidtestItemItemHandlerCapItemShulkerboxAdd(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) -
testEntityItemCapItemShulkerboxRemove
public void testEntityItemCapItemShulkerboxRemove(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleAdd
public void testItemItemHandlerCapItemBundleAdd(net.minecraft.gametest.framework.GameTestHelper helper) -
testEntityItemCapItemBundleRemove
public void testEntityItemCapItemBundleRemove(net.minecraft.gametest.framework.GameTestHelper helper) -
testItemItemHandlerCapItemBundleAddMultiple
public void testItemItemHandlerCapItemBundleAddMultiple(net.minecraft.gametest.framework.GameTestHelper helper) -
testEntityItemCapItemBundleRemoveMultiple
public void testEntityItemCapItemBundleRemoveMultiple(net.minecraft.gametest.framework.GameTestHelper helper)
-