github.com/df-mc/dragonfly@v0.9.13/server/item/recovery_compass.go (about)

     1  package item
     2  
     3  // RecoveryCompass is an item used to point to the location of the player's last death.
     4  type RecoveryCompass struct{}
     5  
     6  // EncodeItem ...
     7  func (RecoveryCompass) EncodeItem() (name string, meta int16) {
     8  	return "minecraft:recovery_compass", 0
     9  }