Class HTCapabilityManagerImpl
-
- All Implemented Interfaces:
-
hiiragi283.core.impl.storage.resolver.HTCapabilityManager
public class HTCapabilityManagerImpl<HOLDER extends HTCapabilityHolder, CONTAINER extends Object, HANDLER extends Object, SIDED_HANDLER extends HANDLER> implements HTCapabilityManager<CONTAINER>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTCapabilityManagerImpl.ProxyCreator
-
Constructor Summary
Constructors Constructor Description HTCapabilityManagerImpl(HOLDER holder, SIDED_HANDLER baseHandler, HTCapabilityManagerImpl.ProxyCreator<HANDLER, SIDED_HANDLER> proxyCreator, Function2<HOLDER, Direction, List<CONTAINER>> containerGetter)
-
Method Summary
-
-
Constructor Detail
-
HTCapabilityManagerImpl
HTCapabilityManagerImpl(HOLDER holder, SIDED_HANDLER baseHandler, HTCapabilityManagerImpl.ProxyCreator<HANDLER, SIDED_HANDLER> proxyCreator, Function2<HOLDER, Direction, List<CONTAINER>> containerGetter)
-
-
-
-