Skip to content

Commit

Permalink
Made RCV class final
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Jul 13, 2023
1 parent aca1f2f commit 193fb50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import dev.latvian.mods.rhino.Context;
import dev.latvian.mods.rhino.Scriptable;

public class RecipeComponentValue<T> extends BaseFunction implements WrappedJS {
public final class RecipeComponentValue<T> extends BaseFunction implements WrappedJS {
public static final RecipeComponentValue<?>[] EMPTY_ARRAY = new RecipeComponentValue[0];

public final RecipeJS recipe;
Expand Down

0 comments on commit 193fb50

Please sign in to comment.