Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
collectClasses
Method · 0.80
readBukkitClasses
Method · 0.80
notEndsWith
Method · 0.80
MaterialTags
Class · 0.80
findFactoryMethodByFullyQualifiedName
Method · 0.80
bukkitData
Method · 0.80
data
Method · 0.80
readJarFile
Method · 0.80
createCraftBukkitClasses
Method · 0.80
prepareContext
Method · 0.80
register
Method · 0.80
extraPluginJars
Method · 0.80
Calls
2
add
Method · 0.95
getName
Method · 0.95
Tested by
7
collectClasses
Method · 0.64
readBukkitClasses
Method · 0.64
findFactoryMethodByFullyQualifiedName
Method · 0.64
bukkitData
Method · 0.64
data
Method · 0.64
readJarFile
Method · 0.64
createCraftBukkitClasses
Method · 0.64