Class NoteSoundSource

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final LivingEntity player
      private final Notes note
    • Constructor Summary

      Constructors 
      Constructor Description
      NoteSoundSource(LivingEntity player, Notes note)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final LivingEntity getPlayer()
      final Notes getNote()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoteSoundSource

        NoteSoundSource(LivingEntity player, Notes note)