Package dev.upcraft.sparkweave.util
Class Utils
java.lang.Object
dev.upcraft.sparkweave.util.Utils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertValidFabricModId(String modid) static <T> net.minecraft.core.Registry<T>getBuiltinRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> registryKey) static booleanisValidFabricModId(String modid)
-
Field Details
-
FABRIC_MOD_ID_PATTERN
- See Also:
-
MetadataVerifier
-
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
getBuiltinRegistry
public static <T> net.minecraft.core.Registry<T> getBuiltinRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<T>> registryKey) -
isValidFabricModId
-
assertValidFabricModId
-