Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 567 Bytes

File metadata and controls

34 lines (23 loc) · 567 Bytes
.. java:import:: net.minecraftforge.fml.common.eventhandler Event

EventWrapper

.. java:package:: simplePlugins.plugins.api.events
   :noindex:

.. java:type:: public class EventWrapper

   :author: Florian Warzecha

Constructors

EventWrapper

.. java:constructor:: public EventWrapper(Event event)
   :outertype: EventWrapper

Methods

cancel

.. java:method:: public void cancel()
   :outertype: EventWrapper

getUnwrapped

.. java:method:: public Event getUnwrapped()
   :outertype: EventWrapper