Skip to content

Commit b722cc3

Browse files
authored
Rename Slot classinfo name to Slot (#6001)
1 parent 0ea98d4 commit b722cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/njol/skript/classes/data/SkriptClasses.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public String toVariableNameString(final Direction o) {
479479

480480
Classes.registerClass(new ClassInfo<>(Slot.class, "slot")
481481
.user("(inventory )?slots?")
482-
.name("Inventory Slot")
482+
.name("Slot")
483483
.description("Represents a single slot of an <a href='#inventory'>inventory</a>. " +
484484
"Notable slots are the <a href='./expressions.html#ExprArmorSlot'>armour slots</a> and <a href='./expressions/#ExprFurnaceSlot'>furnace slots</a>. ",
485485
"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. " +

0 commit comments

Comments
 (0)