Class ResourceKeyApiImpl
java.lang.Object
top.offsetmonkey538.monkeylib538.modded.v1201.impl.resource.ResourceKeyApiImpl
- All Implemented Interfaces:
ResourceKeyApi
-
Field Summary
Fields inherited from interface top.offsetmonkey538.monkeylib538.modded.api.resource.ResourceKeyApi
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> net.minecraft.resources.ResourceKey<T>createImpl(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> resourceKey, Identifier id) <T> net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>>getLocationImpl(net.minecraft.resources.ResourceKey<?> resourceKey)
-
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:
createImplin interfaceResourceKeyApi
-
createRegistryImpl
public <T> net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> createRegistryImpl(Identifier id) - Specified by:
createRegistryImplin interfaceResourceKeyApi
-
getLocationImpl
- Specified by:
getLocationImplin interfaceResourceKeyApi
-