Interface IUpgradeHolder

All Known Implementing Classes:
AbstractAirHandlingBlockEntity, AbstractAssemblyRobotBlockEntity, AbstractFluidTankBlockEntity, AbstractFluidTankBlockEntity.Huge, AbstractFluidTankBlockEntity.Large, AbstractFluidTankBlockEntity.Medium, AbstractFluidTankBlockEntity.Small, AbstractHopperBlockEntity, AbstractPneumaticCraftBlockEntity, AbstractTickingBlockEntity, AdvancedAirCompressorBlockEntity, AdvancedLiquidCompressorBlockEntity, AdvancedPressureTubeBlockEntity, AerialInterfaceBlockEntity, AirCannonBlockEntity, AirCompressorBlockEntity, AmadroneEntity, AphorismTileBlockEntity, AssemblyControllerBlockEntity, AssemblyDrillBlockEntity, AssemblyIOUnitBlockEntity, AssemblyLaserBlockEntity, AssemblyPlatformBlockEntity, ChargingStationBlockEntity, CollectorDroneEntity, CompressedIronBlockBlockEntity, CreativeCompressedIronBlockBlockEntity, CreativeCompressorBlockEntity, DisplayTableBlockEntity, DroneEntity, DroneInterfaceBlockEntity, DroneRedstoneEmitterBlockEntity, ElectrostaticCompressorBlockEntity, ElevatorBaseBlockEntity, ElevatorCallerBlockEntity, ElevatorFrameBlockEntity, EtchingTankBlockEntity, FluidMixerBlockEntity, FluxCompressorBlockEntity, GasLiftBlockEntity, GuardDroneEntity, HarvestingDroneEntity, HeatPipeBlockEntity, HeatSinkBlockEntity, KeroseneLampBlockEntity, LiquidCompressorBlockEntity, LiquidHopperBlockEntity, LogisticsDroneEntity, OmnidirectionalHopperBlockEntity, PneumaticDoorBaseBlockEntity, PneumaticDoorBlockEntity, PneumaticDynamoBlockEntity, PressureChamberInterfaceBlockEntity, PressureChamberValveBlockEntity, PressureChamberWallBlockEntity, PressureTubeBlockEntity, PressurizedSpawnerBlockEntity, ProgrammableControllerBlockEntity, ProgrammerBlockEntity, RefineryControllerBlockEntity, RefineryOutputBlockEntity, ReinforcedChestBlockEntity, ReinforcedPressureTubeBlockEntity, SecurityStationBlockEntity, SentryTurretBlockEntity, SmartChestBlockEntity, SolarCompressorBlockEntity, SpawnerExtractorBlockEntity, TagWorkbenchBlockEntity, ThermalCompressorBlockEntity, ThermopneumaticProcessingPlantBlockEntity, TubeJunctionBlockEntity, UniversalSensorBlockEntity, UVLightBoxBlockEntity, VacuumPumpBlockEntity, VacuumTrapBlockEntity, VortexTubeBlockEntity
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IUpgradeHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraftforge.items.IItemHandler
     
    default void
     
  • Method Details

    • getUpgradeHandler

      net.minecraftforge.items.IItemHandler getUpgradeHandler()
    • onUpgradesChanged

      default void onUpgradesChanged()