Skip to content

Commit

Permalink
feat: aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed May 24, 2024
1 parent 5dc6d77 commit 14a569f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package net.zepalesque.zenith.api.blockset.util;

import javax.annotation.Nullable;

public interface WoodSetNamed {

public String logSuffix(boolean isLang);
Expand All @@ -8,5 +10,5 @@ public interface WoodSetNamed {

public String treesName(boolean isLang);

public String langIDOverride(boolean isLang);
public String processName(String s);
}

0 comments on commit 14a569f

Please sign in to comment.