MCPcopy 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

containsMethod · 0.95
endsWithMethod · 0.95
startsWithMethod · 0.95
notContainsMethod · 0.95
notEndsWithMethod · 0.95
notStartsWithMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected