diff options
Diffstat (limited to 'src/main/kotlin/events/PlayerInventoryUpdate.kt')
| -rw-r--r-- | src/main/kotlin/events/PlayerInventoryUpdate.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/events/PlayerInventoryUpdate.kt b/src/main/kotlin/events/PlayerInventoryUpdate.kt index 88439a9..99bce9b 100644 --- a/src/main/kotlin/events/PlayerInventoryUpdate.kt +++ b/src/main/kotlin/events/PlayerInventoryUpdate.kt @@ -1,6 +1,6 @@ package moe.nea.firmament.events -import net.minecraft.item.ItemStack +import net.minecraft.world.item.ItemStack sealed class PlayerInventoryUpdate : FirmamentEvent() { companion object : FirmamentEventBus<PlayerInventoryUpdate>() |
