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

Method endsWith

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

Source from the content-addressed store, hash-verified

112 }
113
114 @NotNull
115 public C endsWith(@NotNull String with) {
116 return add(value -> getName(value).endsWith(with));
117 }
118
119 @NotNull
120 public C startsWith(@NotNull String with) {

Callers 15

collectClassesMethod · 0.80
readBukkitClassesMethod · 0.80
notEndsWithMethod · 0.80
MaterialTagsClass · 0.80
bukkitDataMethod · 0.80
dataMethod · 0.80
readJarFileMethod · 0.80
prepareContextMethod · 0.80
registerMethod · 0.80
extraPluginJarsMethod · 0.80

Calls 2

addMethod · 0.95
getNameMethod · 0.95

Tested by 7

collectClassesMethod · 0.64
readBukkitClassesMethod · 0.64
bukkitDataMethod · 0.64
dataMethod · 0.64
readJarFileMethod · 0.64