Class ScriptRecipeType

java.lang.Object
com.blamejared.crafttweaker.impl.script.ScriptRecipeType
All Implemented Interfaces:
net.minecraft.world.item.crafting.RecipeType<ScriptRecipe>

public class ScriptRecipeType extends Object implements net.minecraft.world.item.crafting.RecipeType<ScriptRecipe>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ScriptRecipeType
     

    Fields inherited from interface net.minecraft.world.item.crafting.RecipeType

    BLASTING, CAMPFIRE_COOKING, CRAFTING, SMELTING, SMITHING, SMOKING, STONECUTTING
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
    id()
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Method Details

    • id

      public net.minecraft.resources.ResourceLocation id()
    • toString

      public String toString()
      Overrides:
      toString in class Object