Invalid leaf directive! `since`

SimpleJeiCategory

Link to simplejeicategory

Represents the basic and simplest implementation of a custom JeiCategory.For the script writers: you should never ever reference this class: use either a specific type or JeiCategory.For the mod developers: it is highly suggested to use this class as a base to implement a custom category, as it gets rid of most of the boilerplate and also provides a constructor that already follows the requirements outlined in JeiCategory.

This class was added by a mod with mod-id jeitweaker. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.

Импорт класса

Link to импорт-класса

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.

ZenScript
Copy
import mods.jei.category.SimpleJeiCategory;

Implemented Interfaces

Link to implemented-interfaces

SimpleJeiCategory implements the following interfaces. That means all methods defined in these interfaces are also available in SimpleJeiCategory

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет SetterОписание
Название
background
Тип
JeiDrawable
Имеет Getter
true
Имеет Setter
false
Описание
Gets the JeiDrawable that serves as the background for recipes of this category.