Class ServerAdvancementManagerMixin

java.lang.Object
com.petrolpark.mixin.ServerAdvancementManagerMixin

public class ServerAdvancementManagerMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    inApply(Map<net.minecraft.resources.ResourceLocation,com.google.gson.JsonElement> pObject, net.minecraft.server.packs.resources.ResourceManager pResourceManager, net.minecraft.util.profiling.ProfilerFiller pProfiler, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    Add Advancements associated with Badges, which aren't defined in datapacks but generated in code.

    Methods inherited from class java.lang.Object

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

    • ServerAdvancementManagerMixin

      public ServerAdvancementManagerMixin()
  • Method Details

    • inApply

      public void inApply(Map<net.minecraft.resources.ResourceLocation,com.google.gson.JsonElement> pObject, net.minecraft.server.packs.resources.ResourceManager pResourceManager, net.minecraft.util.profiling.ProfilerFiller pProfiler, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
      Add Advancements associated with Badges, which aren't defined in datapacks but generated in code.