Interface PlatformService


public interface PlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    <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

      Path locateResource(String... components)
    • 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)