| NetHack-Item documentation | Contained in the NetHack-Item distribution. |
NetHack::Item::Meta::Types - NetHack::Item-specific types
version 0.13
| NetHack-Item documentation | Contained in the NetHack-Item distribution. |
package NetHack::Item::Meta::Types; BEGIN { $NetHack::Item::Meta::Types::VERSION = '0.13'; }
use Moose::Util::TypeConstraints; enum 'NetHack::Item::Slot' => qw(left_ring right_ring gloves amulet helmet shield weapon offhand quiver boots cloak bodyarmor shirt blindfold); 1;