public interface ImmutableLockableData extends ImmutableDataManipulator<ImmutableLockableData,LockableData>
ImmutableDataManipulator
handling the "locking" information for a
TileEntityCarrier
that can be "locked" such that it can only be
interacted with if the "lock" has a matching ItemStack
of the same
name.Modifier and Type | Method and Description |
---|---|
ImmutableValue<String> |
lockToken()
Gets the
ImmutableValue for the "lock" token. |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<String> lockToken()
ImmutableValue
for the "lock" token.