aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/mc/PlayerUtil.kt
blob: 7c21987dbef1b01eb6fa1aacab97c41dcd920368 (plain)
1
2
3
4
5
6
7
package moe.nea.firmament.util.mc

import net.minecraft.world.entity.EquipmentSlot
import net.minecraft.world.entity.player.Player


val Player.mainHandStack get() = this.getItemBySlot(EquipmentSlot.MAINHAND)