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.BLOCK
static final EntityCapability
<IEnergyStorage, @Nullable Direction> Capabilities.EnergyStorage.ENTITY
static 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 TypeClassDescriptionclass
Variant ofEnergyStorage
for use with data components.class
Implementation ofIEnergyStorage
that cannot store, receive, or provide energy.class
Reference implementation ofIEnergyStorage
.