Class FabricPlatformService
java.lang.Object
com.blamejared.contenttweaker.fabric.service.FabricPlatformService
- All Implemented Interfaces:
com.blamejared.contenttweaker.core.service.PlatformService
public final class FabricPlatformService
extends Object
implements com.blamejared.contenttweaker.core.service.PlatformService
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
FabricPlatformService
public FabricPlatformService()
-
-
Method Details
-
gameDirectory
- Specified by:
gameDirectoryin interfacecom.blamejared.contenttweaker.core.service.PlatformService
-
locateResource
- Specified by:
locateResourcein interfacecom.blamejared.contenttweaker.core.service.PlatformService
-
findRegistryFromKey
public <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) - Specified by:
findRegistryFromKeyin interfacecom.blamejared.contenttweaker.core.service.PlatformService
-