Began implementing FastItemStack

This commit is contained in:
Auxilor
2021-04-03 12:32:39 +01:00
parent e0b06dedff
commit 0c3b5d3c30
8 changed files with 446 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package com.willfp.eco.proxy.proxies;
import com.willfp.eco.internal.fast.FastItemStackHandlerFactory;
import com.willfp.eco.util.proxy.AbstractProxy;
public interface FastItemStackHandlerFactoryProxy extends AbstractProxy, FastItemStackHandlerFactory {
}