Interface ITypelessIngredientModifier<STACK>
- All Known Subinterfaces:
FluidIngredientModifier,IIngredientModifier<STACK>,ItemIngredientModifier
- All Known Implementing Classes:
ContaminatedIngredientModifier,NotIngredientModifier,PassIngredientModifier,TypeAttachedIngredientModifier
public interface ITypelessIngredientModifier<STACK>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCounterDescription(List<net.minecraft.network.chat.Component> description) voidaddToDescription(List<net.minecraft.network.chat.Component> description) voidmodifyCounterExamples(List<? extends STACK> counterExampleStacks) voidmodifyExamples(List<? extends STACK> exampleStacks) boolean
-
Method Details
-
test
-
modifyExamples
-
modifyCounterExamples
-
addToDescription
-
addToCounterDescription
-