@deprecated use Registry#getKey(Keyed), io.papermc.paper.registry.RegistryAccess#getRegistry(io.papermc.paper.registry.RegistryKey), and io.papermc.paper.registry.RegistryKey#PAINTING_VARIANT. Painting variants can exist without a key.
()
| 166 | * and {@link io.papermc.paper.registry.RegistryKey#PAINTING_VARIANT}. Painting variants can exist without a key. |
| 167 | */ |
| 168 | @Deprecated(since = "1.21", forRemoval = true) |
| 169 | @Override |
| 170 | default net.kyori.adventure.key.@org.jetbrains.annotations.NotNull Key key() { |
| 171 | return Keyed.super.key(); |
no outgoing calls