提交
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package thaumicenergistics.api.grid;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
|
||||
/** 监听源质网格变化并通知宿主。移植自 1.7.10。 */
|
||||
public interface IEssentiaWatcher extends java.util.Collection<ResourceLocation> {
|
||||
IEssentiaWatcherHost getHost();
|
||||
}
|
||||
Reference in New Issue
Block a user