Interface IChargeableContainerProvider
- All Known Implementing Classes:
AmadronTabletItem,DroneItem,JackHammerItem,MinigunItem,PneumaticArmorItem
public interface IChargeableContainerProvider
Represents an item with an upgrade GUI openable via the "Upgrade" button in the Charging Station GUI.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.MenuProviderGet a container provider for this item
-
Method Details
-
getContainerProvider
Get a container provider for this item- Parameters:
te- the charging station that the item is in- Returns:
- the container provider
-