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

Method startsWith

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

Source from the content-addressed store, hash-verified

117 }
118
119 @NotNull
120 public C startsWith(@NotNull String with) {
121 return add(value -> getName(value).startsWith(with));
122 }
123
124 @NotNull
125 public C not(@NotNull Tag<T>...tags) {

Callers 15

matchesSubStrMethod · 0.80
filterPackageNamesMethod · 0.80
TimingHandlerMethod · 0.80
notStartsWithMethod · 0.80
MaterialMethod · 0.80
getMaterialMethod · 0.80
matchMaterialMethod · 0.80
constructMethod · 0.80
loadMapMethod · 0.80
findClassMethod · 0.80
obtainVersionMethod · 0.80
tabCompleteMethod · 0.80

Calls 2

addMethod · 0.95
getNameMethod · 0.95

Tested by 7

matchesSubStrMethod · 0.64
filterPackageNamesMethod · 0.64
bukkitDataMethod · 0.64
testBukkitClassesMethod · 0.64
dataMethod · 0.64
filterPackageNamesMethod · 0.64