Class BuilderTypeRegistryHandler.Info<T>

java.lang.Object
dev.latvian.mods.kubejs.registry.BuilderTypeRegistryHandler.Info<T>
Enclosing class:
BuilderTypeRegistryHandler

public static class BuilderTypeRegistryHandler.Info<T> extends Object
  • Constructor Details

    • Info

      public Info()
  • Method Details

    • defaultType

      @Nullable public @Nullable BuilderType<T> defaultType()
    • types

      public List<BuilderType<T>> types()
    • namedType

      @Nullable public @Nullable BuilderType<T> namedType(net.minecraft.resources.ResourceLocation name)
    • directCodec

      @Nullable public @Nullable com.mojang.serialization.Codec<T> directCodec()
    • typeInfo

      @Nullable public @Nullable dev.latvian.mods.rhino.type.TypeInfo typeInfo()