Class KubeRecipe

java.lang.Object
dev.latvian.mods.kubejs.recipe.KubeRecipe
All Implemented Interfaces:
RecipeLikeKJS, dev.latvian.mods.rhino.util.CustomJavaToJsWrapper
Direct Known Subclasses:
ShapedKubeRecipe, ShapelessKubeRecipe, UnknownKubeRecipe

public class KubeRecipe extends Object implements RecipeLikeKJS, dev.latvian.mods.rhino.util.CustomJavaToJsWrapper
  • Field Details

    • CHANGED_MARKER

      public static final String CHANGED_MARKER
      See Also:
    • TYPE_INFO

      public static final dev.latvian.mods.rhino.type.TypeInfo TYPE_INFO
    • id

      public net.minecraft.resources.ResourceLocation id
    • type

      public RecipeTypeFunction type
    • newRecipe

      public boolean newRecipe
    • removed

      public boolean removed
    • sourceLine

      public SourceLine sourceLine
    • modifyResult

      public String modifyResult
    • originalJson

      public com.google.gson.JsonObject originalJson
    • json

      public com.google.gson.JsonObject json
    • changed

      public boolean changed
    • creationError

      public boolean creationError
    • recipeIngredientActions

      protected List<IngredientActionHolder> recipeIngredientActions
  • Constructor Details

    • KubeRecipe

      public KubeRecipe()
  • Method Details