ModInfo
読み込まれたMODについての情報を保持します
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
読み込まれたMODについての情報を保持します
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
import crafttweaker.api.mods.ModInfo;
名称 | Type | Has Getter | Has Setter |
---|---|---|---|
blocks | stdlib.List<MCBlock> | true | false |
displayName | string | true | false |
エンティティタイプ | stdlib.List<MCEntityType> | true | false |
fluids | stdlib.List<MCFluid> | true | false |
items | stdlib.List<IItemStack> | true | false |
modid | string | true | false |
名前空間 | string | true | false |
version | string | true | false |