Class Utils
java.lang.Object
com.portingdeadmods.portingdeadlibs.utils.Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic it.unimi.dsi.fastutil.ints.IntListintArrayToList(int[] array) static <T> net.minecraft.network.chat.ComponentregistryTranslation(net.minecraft.core.Registry<T> registry, T registryObject) static <T> net.minecraft.network.chat.ComponentregistryTranslation(net.minecraft.resources.ResourceKey<T> registryObject)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
intArrayToList
public static it.unimi.dsi.fastutil.ints.IntList intArrayToList(int[] array) -
registryTranslation
public static <T> net.minecraft.network.chat.Component registryTranslation(net.minecraft.core.Registry<T> registry, T registryObject) -
registryTranslation
public static <T> net.minecraft.network.chat.Component registryTranslation(net.minecraft.resources.ResourceKey<T> registryObject)
-