Package org.ships.permissions.vessel
Interface CrewPermission
- All Superinterfaces:
org.core.utils.Identifiable
- All Known Implementing Classes:
AbstractCrewPermission
public interface CrewPermission
extends org.core.utils.Identifiable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CrewPermission
static final CrewPermission
static final CrewPermission
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
canMove()
boolean
setCanMove
(boolean check) setCommand
(boolean check) setRemove
(boolean check) Methods inherited from interface org.core.utils.Identifiable
getId, getName
-
Field Details
-
CAPTAIN
-
CREW_MEMBER
-
DEFAULT
-
-
Method Details
-
canMove
boolean canMove() -
canCommand
boolean canCommand() -
canRemove
boolean canRemove() -
setCanMove
-
setCommand
-
setRemove
-