Class RelicComponents

java.lang.Object
com.github.darksoulq.relique.core.RelicComponents

public class RelicComponents extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.github.darksoulq.abyssallib.server.registry.DeferredRegistry<com.github.darksoulq.abyssallib.world.item.component.DataComponentType<?>>
     
    static final com.github.darksoulq.abyssallib.world.item.component.DataComponentType<?>
     
    static final com.github.darksoulq.abyssallib.world.item.component.DataComponentType<?>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • COMPONENTS

      public static final com.github.darksoulq.abyssallib.server.registry.DeferredRegistry<com.github.darksoulq.abyssallib.world.item.component.DataComponentType<?>> COMPONENTS
    • RELIC_PROPERTIES

      public static final com.github.darksoulq.abyssallib.world.item.component.DataComponentType<?> RELIC_PROPERTIES
    • RELIC_SOUNDS

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

    • RelicComponents

      public RelicComponents()