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

Method isLegacy

paper-api/src/main/java/org/bukkit/Material.java:2873–2875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2871 */
2872 // @Deprecated(since = "1.13", forRemoval = true) // Paper - this is useful, don't deprecate
2873 public boolean isLegacy() {
2874 return legacy;
2875 }
2876
2877 @NotNull
2878 @Override

Callers 2

MaterialMethod · 0.95
fromLegacyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected