Exemplo n.º 1
0
 public static ItemState Mobhead(HeadForItemType type = HeadForItemType.SkeletonSkull)
 {
     return(new ItemState
     {
         Id = (uint)ItemId.Mobhead,
         MetaValue = (uint)type
     });
 }
Exemplo n.º 2
0
 public static ItemState Mobhead(HeadForItemType type = HeadForItemType.SkeletonSkull)
 {
     return(new ItemState
     {
         Id = (uint)ItemId.PlayerHead, // TODO: more kinds of mobhead
         MetaValue = (uint)type
     });
 }