Interface BotariumFluidItem<T extends ItemFluidContainer & Updatable>
- Type Parameters:
T- The type of the fluid container. Must implement theItemFluidContainerandUpdatableinterfaces. Botarium provides a default implementation for this withWrappedItemFluidContainer.
public interface BotariumFluidItem<T extends ItemFluidContainer & Updatable>
An interface that represents an item that can provide a fluid container for a Botarium block.
-
Method Summary
-
Method Details
-
getFluidContainer
- Returns:
- The
ItemFluidContainerfor the block.
-