Skip to content

Commit

Permalink
Rename Slot classinfo name to Slot (SkriptLang#6001)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihirKohli authored and Moderocky committed Sep 16, 2023
1 parent 2ec9924 commit 76f1e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public String toVariableNameString(final Direction o) {

Classes.registerClass(new ClassInfo<>(Slot.class, "slot")
.user("(inventory )?slots?")
.name("Inventory Slot")
.name("Slot")
.description("Represents a single slot of an <a href='#inventory'>inventory</a>. " +
"Notable slots are the <a href='./expressions.html#ExprArmorSlot'>armour slots</a> and <a href='./expressions/#ExprFurnaceSlot'>furnace slots</a>. ",
"The most important property that distinguishes a slot from an <a href='#itemstack'>item</a> is its ability to be changed, e.g. it can be set, deleted, enchanted, etc. " +
Expand Down

0 comments on commit 76f1e9a

Please sign in to comment.