Class RelicEquipSound

java.lang.Object
com.github.darksoulq.abyssallib.world.item.component.DataComponent<RelicEquipSound.Sounds>
com.github.darksoulq.relique.component.RelicEquipSound

public class RelicEquipSound extends com.github.darksoulq.abyssallib.world.item.component.DataComponent<RelicEquipSound.Sounds>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.github.darksoulq.abyssallib.common.serialization.Codec<RelicEquipSound.Sounds>
     
    static final com.github.darksoulq.abyssallib.world.item.component.DataComponentType<RelicEquipSound>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.darksoulq.abyssallib.world.item.component.DataComponentType<?>
     

    Methods inherited from class com.github.darksoulq.abyssallib.world.item.component.DataComponent

    equals, getValue, hashCode, toString

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CODEC

      public static final com.github.darksoulq.abyssallib.common.serialization.Codec<RelicEquipSound.Sounds> CODEC
    • TYPE

      public static final com.github.darksoulq.abyssallib.world.item.component.DataComponentType<RelicEquipSound> TYPE
  • Constructor Details

  • Method Details

    • getType

      public com.github.darksoulq.abyssallib.world.item.component.DataComponentType<?> getType()
      Specified by:
      getType in class com.github.darksoulq.abyssallib.world.item.component.DataComponent<RelicEquipSound.Sounds>