Start work on #3, confirming before deleting something major.
This commit is contained in:
14
src/main/java/com/graywolf336/jail/enums/Confirmation.java
Normal file
14
src/main/java/com/graywolf336/jail/enums/Confirmation.java
Normal file
@ -0,0 +1,14 @@
|
||||
package com.graywolf336.jail.enums;
|
||||
|
||||
public enum Confirmation {
|
||||
/** When they are clearing a jail from all their prisoner's with releasing properly. */
|
||||
CLEAR,
|
||||
/** When they are clearing a jail from all their prisoner's by force. */
|
||||
CLEARFORCE,
|
||||
/** When they are deleting a cell from a jail. */
|
||||
DELETECELL,
|
||||
/** When they are deleting all a jail's cells. */
|
||||
DELETECELLS,
|
||||
/** When they are deleting a jail. */
|
||||
DELETE;
|
||||
}
|
Reference in New Issue
Block a user