Interface IEnchantmentMachine
- All Known Implementing Classes:
DisenchanterBlockEntity,EnchanterBlockEntity,EnchantmentBaseBlockEntity,StorageBlockEntity
public interface IEnchantmentMachine
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getConnectedEnchantmentTE
Optional<StorageBlockEntity> getConnectedEnchantmentTE() -
hasConnectedTE
boolean hasConnectedTE()- Returns:
- Whether an associated block pos is present. In most cases this should mean that getConnectedEnchantmentTE returns non empty TE
-