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

Method name

paper-api/src/main/java/org/bukkit/util/OldEnum.java:31–31  ·  view source on GitHub ↗

@return the name of the old enum. @deprecated only for backwards compatibility.

()

Source from the content-addressed store, hash-verified

29 * @deprecated only for backwards compatibility.
30 */
31 @NotNull
32 @Deprecated(since = "1.21", forRemoval = true) @ApiStatus.ScheduledForRemoval(inVersion = "1.22") // Paper - will be removed via asm-utils
33 String name();
34

Callers 15

registerViaBootstrapMethod · 0.65
listSuggestionsMethod · 0.65
serializeMethod · 0.65
GameModeMethod · 0.65
MaterialMethod · 0.65
MaterialEnum · 0.65
serializeMethod · 0.65
translationKeyMethod · 0.65
StatisticMethod · 0.65
toStringMethod · 0.65
initialValueMethod · 0.65
toStringMethod · 0.65

Implementers 3

OldEnumHolderablepaper-server/src/main/java/io/papermc/
EnumEvilpaper-server/src/main/java/org/bukkit/
LegacyCustomBiomeImplpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by 15

registerViaBootstrapMethod · 0.52
listSuggestionsMethod · 0.52
serializeMethod · 0.52
testObjectsMethod · 0.52
testMatchingEnumMethod · 0.52
testCategoryMethod · 0.52
testCategoryReverseMethod · 0.52
verifyCategoriesMethod · 0.52
isNotDeprecatedMethod · 0.52
isNotDeprecatedMethod · 0.52