Uses of Class
net.neoforged.neoforge.capabilities.BaseCapability
Packages that use BaseCapability
-
Uses of BaseCapability in net.neoforged.neoforge.capabilities
Subclasses of BaseCapability in net.neoforged.neoforge.capabilitiesModifier and TypeClassDescriptionfinal classBlockCapability<T, C extends @Nullable Object>ABlockCapabilitygives flexible access to objects of typeTlocated in the world.final classEntityCapability<T, C extends @Nullable Object>AnEntityCapabilitygives flexible access to objects of typeTfrom entities.final classItemCapability<T, C extends @Nullable Object>AnItemCapabilitygives flexible access to objects of typeTfrom item stacks.