Class FlagIngredientType
java.lang.Object
petrolpark.mc.library.compat.jei.ingredient.FlagIngredientType
- All Implemented Interfaces:
mezz.jei.api.ingredients.IIngredientType<FlagIngredientType.FlagHolderHolder>
public class FlagIngredientType
extends Object
implements mezz.jei.api.ingredients.IIngredientType<FlagIngredientType.FlagHolderHolder>
Flag IIngredientType-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final recordstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final mezz.jei.api.gui.drawable.IDrawablestatic final FlagIngredientType.EmptyRendererstatic final FlagIngredientType.FullRendererRenders the name of the Flag in its color, shortened to fit within 150 pixels.static final HolderIngredientHelper<Flag, FlagIngredientType.FlagHolderHolder> static final FlagIngredientType.IconRendererRenders a Flag icon in its color.static final FlagIngredientType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.ingredients.IIngredientType
castIngredient, getCastIngredient, getUid
-
Field Details
-
TYPE
-
HELPER
-
EMPTY_RENDERER
-
ICON_RENDERER
Renders a Flag icon in its color. -
FULL_RENDERER
Renders the name of the Flag in its color, shortened to fit within 150 pixels. The background is not rendered, so this should be used withBACKGROUND. -
BACKGROUND
public static final mezz.jei.api.gui.drawable.IDrawable BACKGROUND
-
-
Constructor Details
-
FlagIngredientType
public FlagIngredientType()
-
-
Method Details
-
getIngredientClass
- Specified by:
getIngredientClassin interfacemezz.jei.api.ingredients.IIngredientType<FlagIngredientType.FlagHolderHolder>
-