Skip to content

Commit

Permalink
perf: the @nullable annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
0XPYEX0 committed Oct 2, 2024
1 parent bc7740e commit fd28c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ch/njol/skript/bukkitutil/BukkitUnsafe.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public class BukkitUnsafe {
@Nullable
private static Map<Integer,Material> idMappings;

@Nullable
@Deprecated
public static Material getMaterialFromMinecraftId(String id) {
return getMaterialFromNamespacedId(id);
Expand Down

0 comments on commit fd28c5c

Please sign in to comment.