Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Method · 0.95
getName
Method · 0.95
contains
Method · 0.65
Tested by
no test coverage detected