Uses of Interface
net.neoforged.neoforge.energy.IEnergyStorage
-
Uses of IEnergyStorage in net.neoforged.neoforge.capabilities
Modifier 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
Modifier and TypeClassDescriptionclass
Variant ofEnergyStorage
for use with data components.class
Implementation ofIEnergyStorage
that cannot store, receive, or provide energy.class
Reference implementation ofIEnergyStorage
.