Interface | Description |
---|---|
IEntityPlayerConflict |
An example mixin interface which contains a method whose signature conflicts with a method in the target class
|
IWorld |
An example mixin interface, this interface describes the contract of the mixin and will be patched onto the mixin's target class at runtime.
|