We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade1159 commit e41eaecCopy full SHA for e41eaec
1 file changed
pylon-core/src/main/kotlin/io/github/pylonmc/pylon/core/item/PylonItem.kt
@@ -111,7 +111,7 @@ open class PylonItem(val stack: ItemStack) : Keyed {
111
}
112
113
@JvmStatic
114
- fun isPylonitem(stack: ItemStack?): Boolean {
+ fun isPylonItem(stack: ItemStack?): Boolean {
115
return stack != null && stack.persistentDataContainer.has(PylonItemSchema.pylonItemKeyKey)
116
117
0 commit comments