Refactoring for translation
This commit is contained in:
parent
8a8205b4b1
commit
ab1802ba5e
48 changed files with 240 additions and 118 deletions
|
@ -42,9 +42,10 @@ import java.util.List;
|
|||
|
||||
public class TRRecipeHandler {
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
private static List<IForgeRegistryEntry> hiddenEntrys = new ArrayList<>();
|
||||
|
||||
public static void hideEntry(IForgeRegistryEntry entry) {
|
||||
public static void hideEntry(IForgeRegistryEntry<?> entry) {
|
||||
hiddenEntrys.add(entry);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue