MCPcopy Create free account
hub / github.com/PaperMC/Paper / values

Method values

paper-api/src/main/java/org/bukkit/Art.java:256–256  ·  view source on GitHub ↗

@return an array of all known arts. @deprecated use Registry#stream().

()

Source from the content-addressed store, hash-verified

254 * @deprecated use {@link Registry#stream()}.
255 */
256 @NotNull
257 @Deprecated(since = "1.21.3", forRemoval = true) @org.jetbrains.annotations.ApiStatus.ScheduledForRemoval(inVersion = "1.22") // Paper - will be removed via asm-utils
258 static Art[] values() {
259 return RegistryAccess.registryAccess().getRegistry(RegistryKey.PAINTING_VARIANT).stream().toArray(Art[]::new);

Callers 15

listSuggestionsMethod · 0.65
getByValueMethod · 0.65
testAllMethod · 0.65
getByCharMethod · 0.65
getByStringMethod · 0.65
stripColorMethod · 0.65
toStringWorksMethod · 0.65
getByValueMethod · 0.65
getByNameMethod · 0.65
getByDataMethod · 0.65
getByDataMethod · 0.65

Implementers 1

CraftArtpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by 15

listSuggestionsMethod · 0.52
getByValueMethod · 0.52
testAllMethod · 0.52
getByCharMethod · 0.52
getByStringMethod · 0.52
stripColorMethod · 0.52
toStringWorksMethod · 0.52
getByValueMethod · 0.52
getByNameMethod · 0.52
getByDataMethod · 0.52
getByDataMethod · 0.52