类 SingularityJsonReloadListener

java.lang.Object
net.minecraft.server.packs.resources.SimplePreparableReloadListener<Map<net.minecraft.resources.ResourceLocation,com.google.gson.JsonElement>>
net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener
committee.nova.mods.avaritia.init.data.listener.SingularityJsonReloadListener
所有已实现的接口:
net.minecraft.server.packs.resources.PreparableReloadListener

public class SingularityJsonReloadListener extends net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener
奇点JSON重载监听器 - 处理数据包重载
  • 嵌套类概要

    从接口继承的嵌套类/接口 net.minecraft.server.packs.resources.PreparableReloadListener

    net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier
  • 构造器概要

    构造器
    构造器
    说明
    SingularityJsonReloadListener(net.minecraftforge.common.crafting.conditions.ICondition.IContext conditionContext)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
    apply(Map<net.minecraft.resources.ResourceLocation,com.google.gson.JsonElement> object, @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull net.minecraft.util.profiling.ProfilerFiller profiler)
     
    @NotNull String
     

    从类继承的方法 net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener

    getPreparedPath, prepare, scanDirectory

    从类继承的方法 net.minecraft.server.packs.resources.SimplePreparableReloadListener

    reload

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • SingularityJsonReloadListener

      public SingularityJsonReloadListener(net.minecraftforge.common.crafting.conditions.ICondition.IContext conditionContext)
  • 方法详细资料

    • apply

      protected void apply(Map<net.minecraft.resources.ResourceLocation,com.google.gson.JsonElement> object, @NotNull @NotNull net.minecraft.server.packs.resources.ResourceManager resourceManager, @NotNull @NotNull net.minecraft.util.profiling.ProfilerFiller profiler)
      指定者:
      apply 在类中 net.minecraft.server.packs.resources.SimplePreparableReloadListener<Map<net.minecraft.resources.ResourceLocation,com.google.gson.JsonElement>>
    • getName

      @NotNull public @NotNull String getName()