Class RegistryCodecTests<T>

java.lang.Object
net.darkhax.bookshelf.impl.gametest.tests.CodecTests<T>
net.darkhax.bookshelf.impl.gametest.tests.RegistryCodecTests<T>
All Implemented Interfaces:
ITestable

public class RegistryCodecTests<T> extends CodecTests<T>
  • Constructor Details

    • RegistryCodecTests

      public RegistryCodecTests(String type, CodecHelper<T> codecHelper, T... collection)
  • Method Details

    • test_missing_gives_null

      public void test_missing_gives_null(net.minecraft.gametest.framework.GameTestHelper helper)