Skip to content

Commit

Permalink
style: to upper cases
Browse files Browse the repository at this point in the history
  • Loading branch information
0XPYEX0 committed Oct 2, 2024
1 parent d49018b commit c04c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/bukkitutil/BukkitUnsafe.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static Material getMaterialFromMinecraftId(String id) {

/**
* Get a material from a namespaced id.
* Such as, minecraft:iron_ingot -> IRON_INGOT; mod:an_item -> mod_an_item
* Such as, minecraft:iron_ingot -> IRON_INGOT; mod:an_item -> MOD_AN_ITEM
*
* @param id Namespaced id (just like 'minecraft:dirt'), or normally just a material name (just like 'dirt')
* @return Material or null
Expand Down

0 comments on commit c04c6a3

Please sign in to comment.