Class TankInteractionBundle<T extends BasicTile & IComponentHarness>

java.lang.Object
com.hrznstudio.titanium.component.bundle.TankInteractionBundle<T>
All Implemented Interfaces:
IScreenAddonProvider, IComponentBundle, IContainerAddonProvider, net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>

public class TankInteractionBundle<T extends BasicTile & IComponentHarness> extends Object implements IComponentBundle, net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.CompoundTag>
  • Constructor Details

    • TankInteractionBundle

      public TankInteractionBundle(Supplier<net.minecraftforge.common.util.LazyOptional<net.minecraftforge.fluids.capability.IFluidHandler>> fluidHandler, int posX, int posY, T componentHarness, int maxProgress)
  • Method Details