ModTweaker/src/api/java/WayofTime/alchemicalWizardry/api/rituals/RitualBreakMethod.java
2015-01-11 21:59:45 +02:00

12 lines
285 B
Java

package WayofTime.alchemicalWizardry.api.rituals;
public enum RitualBreakMethod
{
REDSTONE,
BREAK_MRS,
BREAK_STONE,
ACTIVATE, //When an activation crystal activates the MRS, overwriting the current ritual
DEACTIVATE,
EXPLOSION, //When the MRS is destroyed by an explosion
}