public interface IGrinderRecipe
IGrinderRegistry| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getInput()
the current input
|
float |
getOptionalChance()
0.0 - 1.0 the chance that the optional output will be generated.
|
java.util.Optional<net.minecraft.item.ItemStack> |
getOptionalOutput()
gets the current output
|
net.minecraft.item.ItemStack |
getOutput()
gets the current output
|
int |
getRequiredTurns()
Amount of turns required to process the item.
|
float |
getSecondOptionalChance()
0.0 - 1.0 the chance that the optional output will be generated.
|
java.util.Optional<net.minecraft.item.ItemStack> |
getSecondOptionalOutput()
gets the current output
|
@Nonnull net.minecraft.item.ItemStack getInput()
@Nonnull net.minecraft.item.ItemStack getOutput()
@Nonnull java.util.Optional<net.minecraft.item.ItemStack> getOptionalOutput()
java.util.Optional<net.minecraft.item.ItemStack> getSecondOptionalOutput()
@Nonnull float getOptionalChance()
float getSecondOptionalChance()
int getRequiredTurns()