From 250159221c07f884252a37daf00c74f41cf69d52 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 7 Mar 2020 03:10:43 +0800 Subject: stuff Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/api/EntryRegistry.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/me/shedaniel/rei/api/EntryRegistry.java') diff --git a/src/main/java/me/shedaniel/rei/api/EntryRegistry.java b/src/main/java/me/shedaniel/rei/api/EntryRegistry.java index ca6fb7172..80f25cbf6 100644 --- a/src/main/java/me/shedaniel/rei/api/EntryRegistry.java +++ b/src/main/java/me/shedaniel/rei/api/EntryRegistry.java @@ -35,6 +35,9 @@ import java.util.List; public interface EntryRegistry { + /** + * @return the api instance of {@link me.shedaniel.rei.impl.EntryRegistryImpl} + */ static EntryRegistry getInstance() { return RoughlyEnoughItemsCore.getEntryRegistry(); } -- cgit