Interface ManaTrigger

All Known Implementing Classes:
AnimatedTorchBlockEntity, DrumBlock.ManaTriggerImpl, HoveringHourglassBlockEntity, ManaDetectorBlock.ManaTriggerImpl, ManaPrismBlockEntity, ManastormChargeBlock.ManaTriggerImpl

public interface ManaTrigger
A Block or Block Entity with this capability will receive a callback when a burst collides with it.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Field Details

    • ID

      static final net.minecraft.resources.ResourceLocation ID
  • Method Details

    • onBurstCollision

      void onBurstCollision(ManaBurst burst)