Package net.minecraftforge.debug
Class CodecsTest
java.lang.Object
net.minecraftforge.debug.CodecsTest
Created to host any custom codecs forge may be adding.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
Makes sure FluidStack.CODEC produces the same data as FluidStack.write
-
Field Details
-
ENABLE
public static final boolean ENABLE- See Also:
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
-
Constructor Details
-
CodecsTest
public CodecsTest()
-
-
Method Details
-
testFluidStackCodec
private void testFluidStackCodec()Makes sure FluidStack.CODEC produces the same data as FluidStack.write
-