Package com.petrolpark.recipe
Interface IPetrolparkRecipeTypes
- All Known Implementing Classes:
CreateRecipeTypes,PetrolparkRecipeTypes
public interface IPetrolparkRecipeTypes
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocationgetId()<T extends net.minecraft.world.item.crafting.RecipeSerializer<?>>
T<T extends net.minecraft.world.item.crafting.RecipeType<?>>
TgetType()default booleanis(net.minecraft.world.item.crafting.Recipe<?> recipe) static voidregister(net.minecraftforge.eventbus.api.IEventBus modEventBus)
-
Method Details
-
register
static void register(net.minecraftforge.eventbus.api.IEventBus modEventBus) -
getId
net.minecraft.resources.ResourceLocation getId() -
getSerializer
<T extends net.minecraft.world.item.crafting.RecipeSerializer<?>> T getSerializer() -
getType
<T extends net.minecraft.world.item.crafting.RecipeType<?>> T getType() -
is
default boolean is(net.minecraft.world.item.crafting.Recipe<?> recipe)
-