java.lang.Object
top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource.ResourceKeyApiImpl
All Implemented Interfaces:
ResourceKeyApi

public final class ResourceKeyApiImpl extends Object implements ResourceKeyApi
  • Constructor Details

    • ResourceKeyApiImpl

      public ResourceKeyApiImpl()
  • Method Details

    • createImpl

      public <T> net.minecraft.resources.ResourceKey<T> createImpl(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> resourceKey, Identifier id)
      Specified by:
      createImpl in interface ResourceKeyApi
    • createRegistryImpl

      public <T> net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> createRegistryImpl(Identifier id)
      Specified by:
      createRegistryImpl in interface ResourceKeyApi
    • getLocationImpl

      public Identifier getLocationImpl(net.minecraft.resources.ResourceKey<?> resourceKey)
      Specified by:
      getLocationImpl in interface ResourceKeyApi