diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 20:20:20 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 20:20:20 +0800 |
| commit | 1880248ef3516f06a0d6185e26ba83b0932f2829 (patch) | |
| tree | 00236e928511ac26b63df3d3ff1b112dabd1a7e4 /src/main/java/me/shedaniel/rei/api/plugins | |
| parent | ce5bf4141fa74825483f2732a3a1b37d324b7f09 (diff) | |
| download | RoughlyEnoughItems-1880248ef3516f06a0d6185e26ba83b0932f2829.tar.gz RoughlyEnoughItems-1880248ef3516f06a0d6185e26ba83b0932f2829.tar.bz2 RoughlyEnoughItems-1880248ef3516f06a0d6185e26ba83b0932f2829.zip | |
Last Second API changes
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/plugins')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java b/src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java index 3a728adb7..22ad3af01 100644 --- a/src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java +++ b/src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java @@ -23,11 +23,11 @@ public interface REIPluginV0 extends REIPluginEntry { } /** - * Registers items on the item panel + * Registers entries on the item panel * * @param entryRegistry the helper class */ - default void registerItems(EntryRegistry entryRegistry) { + default void registerEntries(EntryRegistry entryRegistry) { } /** |
