Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

        private static final org.apache.logging.log4j.Logger LOGGER
    • Constructor Detail

      • CodecsTest

        public CodecsTest()
    • Method Detail

      • testFluidStackCodec

        private void testFluidStackCodec()
        Makes sure FluidStack.CODEC produces the same data as FluidStack.write