github.com/df-mc/dragonfly@v0.9.13/server/item/phantom_membrane.go (about) 1 package item 2 3 // PhantomMembrane are leathery skins obtained from killing phantoms. 4 type PhantomMembrane struct{} 5 6 // EncodeItem ... 7 func (PhantomMembrane) EncodeItem() (name string, meta int16) { 8 return "minecraft:phantom_membrane", 0 9 }