Interface RegionEventDispatcher

All Known Implementing Classes:
NeoForgeRegionEventDispatcher

public interface RegionEventDispatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends RegionEvent>
    boolean
    post(T event)
     
  • Method Details

    • post

      <T extends RegionEvent> boolean post(T event)