SpongePowered / SpongeDocs

Documentation for Sponge and its Implementations
Creative Commons Attribution Share Alike 4.0 International
110 stars 116 forks source link

Tutorial on SpongeForge event implementation? #364

Open JBYoshi opened 8 years ago

JBYoshi commented 8 years ago

Could someone create a page that explains how to implement an event in SpongeForge that is based on a Forge event (such as org.spongepowered.mod.mixin.core.fml.common.gameevent.MixinWorldTickEvent)?

Moved from SpongePowered/SpongeForge#379.

Inscrutable commented 8 years ago

Is there more to the Events page that you need us to add?

ghost commented 8 years ago

@JBYoshi please edit your description to include an actual statement on what you request / ask of the docs. That will be easier for us than to first read the whole linked issue.

JBYoshi commented 8 years ago

@Inscrutable This isn't for plugin using events. This is for implementing events (see the updated description).

@saladoc Done.

ST-DDT commented 7 years ago

The link in the description is no longer working.

JBYoshi commented 7 years ago

Actually, most of this system was rewritten in https://github.com/SpongePowered/SpongeForge/commit/20734562847bcb60cade1611fbab74bc75b47978. I replaced the link, though, and pointed it to one of the few remnants.