Package com.hrznstudio.titanium.api
Interface IMachine
- All Known Implementing Classes:
MachineTestTile,MachineTile
public interface IMachine
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanAcceptAugment(net.minecraft.world.item.ItemStack augment) List<net.minecraft.world.item.ItemStack>List<net.minecraft.world.item.ItemStack>getInstalledAugments(IAugmentType filter) booleanhasAugmentInstalled(IAugmentType augmentType) booleanisActive()booleanisPaused()
-
Method Details
-
isActive
boolean isActive() -
isPaused
boolean isPaused() -
canAcceptAugment
boolean canAcceptAugment(net.minecraft.world.item.ItemStack augment) -
getInstalledAugments
List<net.minecraft.world.item.ItemStack> getInstalledAugments() -
getInstalledAugments
-
hasAugmentInstalled
-