Class CapabilityAnimation.DefaultItemAnimationCapabilityProvider
java.lang.Object
net.minecraftforge.common.model.animation.CapabilityAnimation.DefaultItemAnimationCapabilityProvider
- All Implemented Interfaces:
- ICapabilityProvider
- Enclosing class:
- CapabilityAnimation
public static class CapabilityAnimation.DefaultItemAnimationCapabilityProvider
extends Object
implements ICapabilityProvider
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescription<T> LazyOptional<T>getCapability(Capability<T> capability, Direction facing) Retrieves the Optional handler for the capability requested on the specific side.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvidergetCapability
- 
Field Details- 
asm
 
- 
- 
Constructor Details- 
DefaultItemAnimationCapabilityProvider
 
- 
- 
Method Details- 
getCapability@Nonnull public <T> LazyOptional<T> getCapability(@Nonnull Capability<T> capability, @Nullable Direction facing) Description copied from interface:ICapabilityProviderRetrieves the Optional handler for the capability requested on the specific side. The return value CAN be the same for multiple faces. Modders are encouraged to cache this value, using the listener capabilities of the Optional to be notified if the requested capability get lost.- Specified by:
- getCapabilityin interface- ICapabilityProvider
- Returns:
- The requested an optional holding the requested capability.
 
 
-