MCPcopy Create free account
hub / github.com/PaperMC/Paper / is

Method is

paper-api/src/main/java/io/papermc/paper/entity/poi/PoiType.java:27–27  ·  view source on GitHub ↗

Determines whether the provided BlockState is relevant to this point of interest. @param data the BlockData to check @return true if the BlockState is relevant, otherwise false

(BlockData data)

Source from the content-addressed store, hash-verified

25 * @return {@code true} if the BlockState is relevant, otherwise {@code false}
26 */
27 boolean is(BlockData data);
28
29 /**
30 * Determines whether this PoiType can actually hold occupants.

Callers 15

getByDataMethod · 0.65
getByWoolDataMethod · 0.65
getByDyeDataMethod · 0.65
testColorableMethod · 0.65
getByValueMethod · 0.65
testWordWrap1Method · 0.65
testWordWrap2Method · 0.65
testWordWrap3Method · 0.65
testWordWrap4Method · 0.65
testWordWrap5Method · 0.65
testWordWrap6Method · 0.65
testWordWrap7Method · 0.65

Implementers 1

PaperPoiTypepaper-server/src/main/java/io/papermc/

Calls

no outgoing calls

Tested by 15

getByDataMethod · 0.52
getByWoolDataMethod · 0.52
getByDyeDataMethod · 0.52
testColorableMethod · 0.52
getByValueMethod · 0.52
testWordWrap1Method · 0.52
testWordWrap2Method · 0.52
testWordWrap3Method · 0.52
testWordWrap4Method · 0.52
testWordWrap5Method · 0.52
testWordWrap6Method · 0.52
testWordWrap7Method · 0.52