Class WorldEventDiscardEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
team.lodestar.lodestone.events.types.worldevent.WorldEventInstanceEvent
team.lodestar.lodestone.events.types.worldevent.WorldEventDiscardEvent

public class WorldEventDiscardEvent extends WorldEventInstanceEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    WorldEventDiscardEvent(WorldEventInstance worldEvent, net.minecraft.world.level.Level level)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class team.lodestar.lodestone.events.types.worldevent.WorldEventInstanceEvent

    getLevel, getWorldEvent

    Methods inherited from class net.minecraftforge.eventbus.api.Event

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

    Methods inherited from class java.lang.Object

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

    • WorldEventDiscardEvent

      public WorldEventDiscardEvent(WorldEventInstance worldEvent, net.minecraft.world.level.Level level)
  • Method Details

    • isCancelable

      public boolean isCancelable()
      Overrides:
      isCancelable in class net.minecraftforge.eventbus.api.Event