Package dev.potota.itemstats.platform
Class FabricPlatformHelper
java.lang.Object
dev.potota.itemstats.platform.FabricPlatformHelper
- All Implemented Interfaces:
IPlatformHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> net.minecraft.core.Registry<T> createRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> key) booleanisDevEnv()
-
Constructor Details
-
FabricPlatformHelper
public FabricPlatformHelper()
-
-
Method Details
-
createRegistry
public <T> net.minecraft.core.Registry<T> createRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> key) - Specified by:
createRegistryin interfaceIPlatformHelper
-
isDevEnv
public boolean isDevEnv()- Specified by:
isDevEnvin interfaceIPlatformHelper
-