Package at.petrak.hexcasting.forge.mixin
Interface ForgeAccessorBuiltInRegistries
public interface ForgeAccessorBuiltInRegistries
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T> net.minecraft.core.DefaultedRegistry<T>hex$registerDefaulted(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryName, String defaultId, net.minecraft.core.registries.BuiltInRegistries.RegistryBootstrap<T> bootstrap) static <T> net.minecraft.core.Registry<T>hex$registerSimple(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryName, net.minecraft.core.registries.BuiltInRegistries.RegistryBootstrap<T> bootstrap)
-
Method Details
-
hex$registerDefaulted
static <T> net.minecraft.core.DefaultedRegistry<T> hex$registerDefaulted(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryName, String defaultId, net.minecraft.core.registries.BuiltInRegistries.RegistryBootstrap<T> bootstrap) -
hex$registerSimple
static <T> net.minecraft.core.Registry<T> hex$registerSimple(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<T>> registryName, net.minecraft.core.registries.BuiltInRegistries.RegistryBootstrap<T> bootstrap)
-