Interface PlatformService
public interface PlatformService
-
Method Summary
Modifier and TypeMethodDescription<T> com.blamejared.contenttweaker.core.api.registry.GameRegistry<T>findRegistryFromKey(com.blamejared.contenttweaker.core.api.object.ObjectType<T> type, net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> key) locateResource(String... components)
-
Method Details
-
gameDirectory
Path gameDirectory() -
locateResource
-
findRegistryFromKey
<T> com.blamejared.contenttweaker.core.api.registry.GameRegistry<T> findRegistryFromKey(com.blamejared.contenttweaker.core.api.object.ObjectType<T> type, net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> key)
-