Class GameTestsFluids
java.lang.Object
org.cyclops.integrateddynamics.gametest.GameTestsFluids
Game tests for fluid block interaction (bucket pickup, block replacement).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestLiquidChorusFluidBucketPickup(net.minecraft.gametest.framework.GameTestHelper helper) voidtestLiquidChorusFluidReplaceable(net.minecraft.gametest.framework.GameTestHelper helper) voidtestMenrilResinFluidBucketPickup(net.minecraft.gametest.framework.GameTestHelper helper) voidtestMenrilResinFluidReplaceable(net.minecraft.gametest.framework.GameTestHelper helper)
-
Field Details
-
TEMPLATE_EMPTY
- See Also:
-
POS
public static final net.minecraft.core.BlockPos POS
-
-
Constructor Details
-
GameTestsFluids
public GameTestsFluids()
-
-
Method Details
-
testMenrilResinFluidReplaceable
public void testMenrilResinFluidReplaceable(net.minecraft.gametest.framework.GameTestHelper helper) -
testMenrilResinFluidBucketPickup
public void testMenrilResinFluidBucketPickup(net.minecraft.gametest.framework.GameTestHelper helper) -
testLiquidChorusFluidReplaceable
public void testLiquidChorusFluidReplaceable(net.minecraft.gametest.framework.GameTestHelper helper) -
testLiquidChorusFluidBucketPickup
public void testLiquidChorusFluidBucketPickup(net.minecraft.gametest.framework.GameTestHelper helper)
-