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

Method contains

paper-api/src/main/java/io/papermc/paper/tag/BaseTag.java:109–112  ·  view source on GitHub ↗
(@NotNull String with)

Source from the content-addressed store, hash-verified

107 }
108
109 @NotNull
110 public C contains(@NotNull String with) {
111 return add(value -> getName(value).contains(with));
112 }
113
114 @NotNull
115 public C endsWith(@NotNull String with) {

Callers

nothing calls this directly

Calls 3

addMethod · 0.95
getNameMethod · 0.95
containsMethod · 0.65

Tested by

no test coverage detected