类 SingularityReloadEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
committee.nova.mods.avaritia.core.singularity.SingularityReloadEvent

public class SingularityReloadEvent extends net.minecraftforge.eventbus.api.Event
奇点重载事件
  • 嵌套类概要

    从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • 构造器概要

    构造器
    构造器
    说明
    SingularityReloadEvent(Map<net.minecraft.resources.ResourceLocation,Singularity> singularities)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    Map<net.minecraft.resources.ResourceLocation,Singularity>
     

    从类继承的方法 net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

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

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

    • SingularityReloadEvent

      public SingularityReloadEvent(Map<net.minecraft.resources.ResourceLocation,Singularity> singularities)
  • 方法详细资料

    • getSingularities

      public Map<net.minecraft.resources.ResourceLocation,Singularity> getSingularities()