Package net.minecraftforge.energy
Class CapabilityEnergy
- java.lang.Object
-
- net.minecraftforge.energy.CapabilityEnergy
-
public class CapabilityEnergy extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Capability<IEnergyStorage>
ENERGY
-
Constructor Summary
Constructors Constructor Description CapabilityEnergy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register()
-
-
-
Field Detail
-
ENERGY
public static Capability<IEnergyStorage> ENERGY
-
-