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

7 lines
173 B
Java
Raw Normal View History

2020-08-01 20:22:32 +00:00
package com.thebrokenrail.energonrelics.block.portal;
public interface PortalCooldownEntity {
void resetEnergyPortalCooldown();
boolean isEnergyPortalCooldown();
}