Class NorthstarContentRemapper

java.lang.Object
com.lightning.northstar.NorthstarContentRemapper

public class NorthstarContentRemapper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onRemapContent(net.neoforged.neoforge.registries.RegisterEvent event)
     
    static void
    remap(String oldValue, com.tterrag.registrate.util.entry.RegistryEntry<?,?> newValue)
     
    static void
    remap(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<?>> registry, net.minecraft.resources.ResourceLocation oldValue, net.minecraft.resources.ResourceLocation newValue)
    Remaps a datapack registry entry
    static <T> net.minecraft.resources.ResourceKey<T>
    remap(net.minecraft.resources.ResourceKey<T> original)
     
    static void
    remap(net.minecraft.resources.ResourceLocation oldValue, com.tterrag.registrate.util.entry.RegistryEntry<?,?> newValue)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NorthstarContentRemapper

      public NorthstarContentRemapper()
  • Method Details

    • remap

      public static void remap(String oldValue, com.tterrag.registrate.util.entry.RegistryEntry<?,?> newValue)
    • remap

      public static void remap(net.minecraft.resources.ResourceLocation oldValue, com.tterrag.registrate.util.entry.RegistryEntry<?,?> newValue)
    • remap

      public static void remap(net.minecraft.resources.ResourceKey<? extends net.minecraft.core.Registry<?>> registry, net.minecraft.resources.ResourceLocation oldValue, net.minecraft.resources.ResourceLocation newValue)
      Remaps a datapack registry entry
    • onRemapContent

      public static void onRemapContent(net.neoforged.neoforge.registries.RegisterEvent event)
    • remap

      public static <T> net.minecraft.resources.ResourceKey<T> remap(net.minecraft.resources.ResourceKey<T> original)