NetHack::Item::Meta::Types - NetHack::Item-specific types


NetHack-Item documentation Contained in the NetHack-Item distribution.

Index


Code Index:

NAME

Top

NetHack::Item::Meta::Types - NetHack::Item-specific types

VERSION

Top

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;