Uses of Interface
net.neoforged.neoforge.energy.IEnergyStorage
Packages that use IEnergyStorage
-
Uses of IEnergyStorage in net.neoforged.neoforge.capabilities
Fields in net.neoforged.neoforge.capabilities with type parameters of type IEnergyStorageModifier and TypeFieldDescriptionstatic final BlockCapability<IEnergyStorage, @Nullable Direction> Capabilities.EnergyStorage.BLOCKstatic final EntityCapability<IEnergyStorage, @Nullable Direction> Capabilities.EnergyStorage.ENTITYstatic final ItemCapability<IEnergyStorage, Void> Capabilities.EnergyStorage.ITEM -
Uses of IEnergyStorage in net.neoforged.neoforge.energy
Classes in net.neoforged.neoforge.energy that implement IEnergyStorageModifier and TypeClassDescriptionclassVariant ofEnergyStoragefor use with data components.classImplementation ofIEnergyStoragethat cannot store, receive, or provide energy.classReference implementation ofIEnergyStorage.