Event Wrapper

Quick rating

Community listing page, reviews here may not be monitored by the author.

Event Wrapper

By LounodeOwner

No reviews yet

A wrapper for mod to use eventbus on forge&fabric

No Theme
No Genre
API/Library
Mod Loaders
Forge
Fabric
Quilt
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Either Side, Better on Both

Works on the client or the server alone, but does more when on both.

About

Project Details

Type
Mod
License
MIT License
Latest Version
eventwrapper-forge-1.20.1-1.1.4.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Event Wrapper

A useful event Library for modding on forge&fabric


Why use Event Wrapper?

Fed up different event system in different mod loader?

Developing a forge/fabric mod but can't without forge event?

HERE IS SOLUTION:

@EventBusSubscriberWrapper @SubscriberEventWrapper

Just add Wrapper behind your forge event method. You can run it on both forge/fabric…

The modded community needs a Qin Shi Huang.

Is it stable?

Sure.

It have the most compatibility on forge, also have compatibility on fabric(uses mixin).

About LTS

We plan to support one Main Version each big minecraft version: 1.20.1,1.21.1

Our Principle

Three E Principle:

  • Easy to Use.
  • Easy to Migrate.
  • Easy to Exit.

Some libraries have caused serious migration disasters, so our principle is easy to use and easy to migrate out.

Event Wrapper

A useful event Library for modding on forge&fabric


 

Why use Event Wrapper?

Fed up different event system in different mod loader?

Developing a forge/fabric mod but can't without forge event?

HERE IS SOLUTION:

@EventBusSubscriberWrapper
public SomeClass {
    
    @SubscriberEventWrapper
    public static void onHeal (LivingHealEventWrapper event) {
        //Some code on LivingEntity heal...
    }
    
    @SubscriberEventWrapper
    public static void onEffect(MobEffectEventWrapper event) {
        //Some code on LivingEntity add a effect...
    }
}

Just add Wrapper behind your forge event method. You can run it on both forge/fabric…

The modded community needs a Qin Shi Huang.

Is it stable?

Sure.

It have the most compatibility on forge, also have compatibility on fabric(uses mixin).

About LTS

We plan to support one Main Version each big minecraft version: 1.20.1,1.21.1

Our Principle

Three E Principle:

  • Easy to Use.
  • Easy to Migrate.
  • Easy to Exit.

Some libraries have caused serious migration disasters, so our principle is easy to use and easy to migrate out.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~210,000
Total Downloads
CurseForge
~100,000
Modrinth
~100,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works