Interface | Description |
---|---|
IModProxy |
Simple interface for proxy default methods.
|
ITileEntityBlock |
Implement this in your tile entity block when you want utility functions for opening guis with your tile entity.
|
IToolMaterial |
This interface extends the
IItemTier interface for tool materials. |
Enum | Description |
---|---|
IToolMaterial.Tools |
Just a little helper enumeration with all vanilla tools.
|