MCPcopy Create free account
hub / github.com/Teneted/Tenet / matches

Method matches

src/main/java/org/bukkit/block/data/BlockData.java:87–87  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

85 * @return if there is a match
86 */
87 boolean matches(@Nullable BlockData data);
88
89 /**
90 * Returns a copy of this BlockData.

Callers 12

NamespacedKeyMethod · 0.65
PluginDescriptionFileMethod · 0.65
loadMapMethod · 0.65
deserializeMethod · 0.65
isInputValidMethod · 0.65
resolveTextureMethod · 0.65
isKeyCodeModifierMethod · 0.65
tagFolderMethod · 0.65
executeMethod · 0.65
hasBlockWaterTicketMethod · 0.65
readMethod · 0.65
ModInfoMethod · 0.65

Implementers 1

CraftBlockDatasrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected