| 接口 | 说明 |
|---|---|
| ModelHandler<Type> |
| 类 | 说明 |
|---|---|
| ASMRegistryDelegate<T extends java.lang.annotation.Annotation> |
| 枚举 | 说明 |
|---|---|
| ModHandler.Type |
| 注释类型 | 说明 |
|---|---|
| FreeConstruct |
This annotation indicates that this class/interface should have a public non-parameter constructor.
|
| ModConfig | |
| ModConfig.List | |
| ModConfig.ValidRange | |
| ModEntity | |
| ModEntity.Render | |
| ModEntity.Spawner | |
| ModEntityHandler |
This annotation register the
EntityHandler. |
| ModGuiHandler |
The class annotated by this will be registered as a
IGuiHandler
This is equivalent with NetworkRegistry.registerGuiHandler(Object, IGuiHandler) |
| ModHandler |
The class annotated by this will be register as a handler to event buses.
|
| ModProxy | |
| ModProxy.Inject | |
| ModTileEntity |
The class annotated by this will be registered as a
TileEntity. |
| ModTileEntity.Render |
Register the special renderer for this
TileEntity. |