Class TestVariables
java.lang.Object
org.cyclops.integrateddynamics.gametest.integration.TestVariables
Test the different variable types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static net.minecraft.nbt.Tag
serializeFluidStack
(net.neoforged.neoforge.fluids.FluidStack fluidStack) protected static net.minecraft.nbt.Tag
serializeStack
(net.minecraft.world.item.ItemStack itemStack) void
void
-
Constructor Details
-
TestVariables
public TestVariables()
-
-
Method Details
-
serializeStack
protected static net.minecraft.nbt.Tag serializeStack(net.minecraft.world.item.ItemStack itemStack) -
serializeFluidStack
protected static net.minecraft.nbt.Tag serializeFluidStack(net.neoforged.neoforge.fluids.FluidStack fluidStack) -
testIngredientsType
public void testIngredientsType() -
testRecipeType
public void testRecipeType()
-