Checks if the specified BlockData matches this block data. The semantics of this method are such that for manually created or modified BlockData it has the same effect as Object#equals(java.lang.Object), whilst for parsed data (that to which {@link #merge(org.bukkit.block.data.BlockData
(@Nullable BlockData data)
| 85 | * @return if there is a match |
| 86 | */ |
| 87 | boolean matches(@Nullable BlockData data); |
| 88 | |
| 89 | /** |
| 90 | * Returns a copy of this BlockData. |
no outgoing calls
no test coverage detected