Class ChiselingRecipeLoader

java.lang.Object
com.supermartijn642.rechiseled.chiseling.ChiselingRecipeLoader
All Implemented Interfaces:
net.minecraft.server.packs.resources.PreparableReloadListener

public class ChiselingRecipeLoader extends Object implements net.minecraft.server.packs.resources.PreparableReloadListener
Created 18/01/2022 by SuperMartijn642
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener

    net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onAddReloadListener(net.minecraftforge.event.AddReloadListenerEvent e)
     
    static void
    onDataPackSync(net.minecraftforge.event.OnDatapackSyncEvent e)
     
    reload(net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier preparationBarrier, net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profilerFiller, net.minecraft.util.profiling.ProfilerFiller profilerFiller2, Executor executor, Executor executor2)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener

    getName
  • Constructor Details

    • ChiselingRecipeLoader

      public ChiselingRecipeLoader()
  • Method Details

    • onAddReloadListener

      public static void onAddReloadListener(net.minecraftforge.event.AddReloadListenerEvent e)
    • onDataPackSync

      public static void onDataPackSync(net.minecraftforge.event.OnDatapackSyncEvent e)
    • reload

      public CompletableFuture<Void> reload(net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier preparationBarrier, net.minecraft.server.packs.resources.ResourceManager resourceManager, net.minecraft.util.profiling.ProfilerFiller profilerFiller, net.minecraft.util.profiling.ProfilerFiller profilerFiller2, Executor executor, Executor executor2)
      Specified by:
      reload in interface net.minecraft.server.packs.resources.PreparableReloadListener