Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ getName
Method
getName
paper-api/src/main/java/io/papermc/paper/tag/BaseTag.java:180–182 ·
view source on GitHub ↗
(@NotNull T value)
Source
from the content-addressed store, hash-verified
178
protected
abstract Set<T> getAllPossibleValues();
179
180
@NotNull
181
@ApiStatus.Internal
182
protected
abstract String getName(@NotNull T value);
183
}
Callers
6
contains
Method · 0.95
endsWith
Method · 0.95
startsWith
Method · 0.95
notContains
Method · 0.95
notEndsWith
Method · 0.95
notStartsWith
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected