Package net.minecraftforge.debug
Class CodecsTest
- java.lang.Object
-
- net.minecraftforge.debug.CodecsTest
-
public class CodecsTest extends java.lang.Object
Created to host any custom codecs forge may be adding.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description CodecsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
testFluidStackCodec()
Makes sure FluidStack.CODEC produces the same data as FluidStack.write
-