This commit is contained in:
1820982382
2026-08-01 16:42:53 +08:00
parent e2ab0fb78b
commit 7b341980bd
322 changed files with 15941 additions and 0 deletions
@@ -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();
}