java.lang.Object
com.blamejared.crafttweaker.annotation.processor.document.model.type.Type
com.blamejared.crafttweaker.annotation.processor.document.model.type.BasicType

public class BasicType extends Type
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<BasicType> CODEC
  • Constructor Details

    • BasicType

      public BasicType(String key, String displayName, boolean nullable)
  • Method Details