Class RemapHelper

java.lang.Object
com.simibubi.create.foundation.utility.RemapHelper

public class RemapHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    remapBlocks(net.minecraftforge.event.RegistryEvent.MissingMappings<net.minecraft.world.level.block.Block> event)
     
    static void
    remapFluids(net.minecraftforge.event.RegistryEvent.MissingMappings<net.minecraft.world.level.material.Fluid> event)
     
    static void
    remapItems(net.minecraftforge.event.RegistryEvent.MissingMappings<net.minecraft.world.item.Item> event)
     

    Methods inherited from class java.lang.Object

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

    • RemapHelper

      public RemapHelper()
  • Method Details

    • remapBlocks

      public static void remapBlocks(net.minecraftforge.event.RegistryEvent.MissingMappings<net.minecraft.world.level.block.Block> event)
    • remapItems

      public static void remapItems(net.minecraftforge.event.RegistryEvent.MissingMappings<net.minecraft.world.item.Item> event)
    • remapFluids

      public static void remapFluids(net.minecraftforge.event.RegistryEvent.MissingMappings<net.minecraft.world.level.material.Fluid> event)