This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
EnergonRelics/src/main/java/com/thebrokenrail/energonrelics/block/portal/PortalCooldownEntity.java
TheBrokenRail 87d9e17919
All checks were successful
EnergonRelics/pipeline/head This commit looks good
Add Energy Portal Blocks
2020-08-01 16:22:32 -04:00

7 lines
173 B
Java

package com.thebrokenrail.energonrelics.block.portal;
public interface PortalCooldownEntity {
void resetEnergyPortalCooldown();
boolean isEnergyPortalCooldown();
}