Class OperatorBlockPseudoTag.Loader

java.lang.Object
net.minecraft.server.packs.resources.SimplePreparableReloadListener<List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>>>
net.modgarden.barricade.client.util.OperatorBlockPseudoTag.Loader
All Implemented Interfaces:
net.minecraft.server.packs.resources.PreparableReloadListener
Enclosing class:
OperatorBlockPseudoTag

public static class OperatorBlockPseudoTag.Loader extends net.minecraft.server.packs.resources.SimplePreparableReloadListener<List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>>>
  • Nested Class Summary

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

    net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier, net.minecraft.server.packs.resources.PreparableReloadListener.SharedState, net.minecraft.server.packs.resources.PreparableReloadListener.StateKey<T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    apply(List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>> pairs, @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull net.minecraft.util.profiling.ProfilerFiller profilerFiller)
     
    protected @NotNull List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>>
    prepare(@NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull net.minecraft.util.profiling.ProfilerFiller profilerFiller)
     

    Methods inherited from class net.minecraft.server.packs.resources.SimplePreparableReloadListener

    reload

    Methods inherited from class Object

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

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

    getName, prepareSharedState
  • Field Details

  • Constructor Details

    • Loader

      protected Loader()
  • Method Details

    • prepare

      @NotNull protected @NotNull List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>> prepare(@NotNull @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull @NotNull net.minecraft.util.profiling.ProfilerFiller profilerFiller)
      Specified by:
      prepare in class net.minecraft.server.packs.resources.SimplePreparableReloadListener<List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>>>
    • apply

      protected void apply(List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>> pairs, @NotNull @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull @NotNull net.minecraft.util.profiling.ProfilerFiller profilerFiller)
      Specified by:
      apply in class net.minecraft.server.packs.resources.SimplePreparableReloadListener<List<com.mojang.datafixers.util.Pair<net.minecraft.resources.Identifier, OperatorBlockPseudoTag>>>