Interface ICapabilityConstructor<C,T,H>
- Type Parameters:
C
- The capability typeT
- The host typeH
- The host that will contain the capability.
- All Superinterfaces:
ICapabilityTypeGetter<C>
- All Known Implementing Classes:
SimpleCapabilityConstructor
Constructor for capabilities.
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraftforge.common.capabilities.ICapabilityProvider
createProvider
(T hostType, H host) Methods inherited from interface org.cyclops.cyclopscore.modcompat.capabilities.ICapabilityTypeGetter
getCapability