Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
matchesSubStr
Method · 0.80
filterPackageNames
Method · 0.80
TimingHandler
Method · 0.80
notStartsWith
Method · 0.80
Material
Method · 0.80
getMaterial
Method · 0.80
matchMaterial
Method · 0.80
construct
Method · 0.80
loadMap
Method · 0.80
findClass
Method · 0.80
obtainVersion
Method · 0.80
tabComplete
Method · 0.80
Calls
2
add
Method · 0.95
getName
Method · 0.95
Tested by
7
matchesSubStr
Method · 0.64
filterPackageNames
Method · 0.64
collectMinecraftCommandPerms
Method · 0.64
bukkitData
Method · 0.64
testBukkitClasses
Method · 0.64
data
Method · 0.64
filterPackageNames
Method · 0.64