Interface RecyclingOutputsModifier
public interface RecyclingOutputsModifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecyclingOutputsModifierstatic final RecyclingOutputsModifier -
Method Summary
Modifier and TypeMethodDescriptionstatic intcompare(RecyclingOutputsModifier first, RecyclingOutputsModifier second) intvoidmodify(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack input, RecyclingOutputs outputs)
-
Field Details
-
DURABILITY
-
CONTAMINANTS
-
-
Method Details
-
modify
void modify(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack input, RecyclingOutputs outputs) - Parameters:
input- Will have count1outputs-
-
getPriority
int getPriority() -
compare
-