Package earth.terrarium.botarium.util
Interface Updatable
- All Known Implementing Classes:
UnlimitedEnergyContainer,UnlimitedFluidContainer,WrappedBlockEnergyContainer,WrappedBlockFluidContainer,WrappedItemEnergyContainer,WrappedItemFluidContainer
public interface Updatable
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate()Called when the operation has been completed and the data has been updated.
-
Method Details
-
update
void update()Called when the operation has been completed and the data has been updated.
-