Barrel
, Beacon
, BlastFurnace
, BrewingStand
, Chest
, Container
, Dispenser
, Dropper
, Furnace
, Hopper
, ShulkerBox
, Smoker
public interface Lockable
Modifier and Type | Method | Description |
---|---|---|
String |
getLock() |
Gets the key needed to access the container.
|
boolean |
isLocked() |
Checks if the container has a valid (non empty) key.
|
void |
setLock(String key) |
Sets the key required to access this container.
|
boolean isLocked()
@NotNull String getLock()
void setLock(@Nullable String key)
key
- the key required to access the container.Copyright © 2019. All rights reserved.