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