Class TrivialLock
java.lang.Object
group24.escaperoom.entities.properties.LockingMethod
group24.escaperoom.entities.properties.TrivialLock
- All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable,ItemPropertyValue
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class group24.escaperoom.entities.properties.LockingMethod
isBarrier, isLocked, owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.utils.Array<PlayerAction>protected LockingMethodgetName()getType()protected PlayerActionprotected PlayerActionMethods inherited from class group24.escaperoom.entities.properties.LockingMethod
clone, equals, getDisplay, getLockAction, getUnlockAction, isLocked, onAttach, onDetatch, read, write
-
Constructor Details
-
TrivialLock
public TrivialLock()
-
-
Method Details
-
getName
- Specified by:
getNamein classLockingMethod
-
getActions
- Specified by:
getActionsin classLockingMethod
-
getType
- Specified by:
getTypein classLockingMethod
-
getEmptyMethod
- Specified by:
getEmptyMethodin classLockingMethod
-
maybeGetLockAction
- Specified by:
maybeGetLockActionin classLockingMethod
-
maybeGetUnlockAction
- Specified by:
maybeGetUnlockActionin classLockingMethod
-