Beacon, BrewingStand, Chest, Container, Dispenser, Dropper, Furnace, Hopper, ShulkerBoxpublic interface Lockable
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getLock() | Gets the key needed to access the container. | 
| boolean | isLocked() | Checks if the container has a valid (non empty) key. | 
| void | setLock(java.lang.String key) | Sets the key required to access this container. | 
boolean isLocked()
java.lang.String getLock()
void setLock(java.lang.String key)
key - the key required to access the container.Copyright © 2018. All rights reserved.