java.lang.Object
me.andreasmelone.glowingeyes.fabric.common.component.ComponentHandler
All Implemented Interfaces:
org.ladysnake.cca.api.v3.entity.EntityComponentInitializer, org.ladysnake.cca.internal.base.ComponentRegistrationInitializer

public class ComponentHandler extends Object implements org.ladysnake.cca.api.v3.entity.EntityComponentInitializer
  • Field Details

    • GLOWING_EYES

      public static final org.ladysnake.cca.api.v3.component.ComponentKey<IGlowingEyes> GLOWING_EYES
    • PLAYER_DATA

      public static final org.ladysnake.cca.api.v3.component.ComponentKey<IPlayerData> PLAYER_DATA
  • Constructor Details

    • ComponentHandler

      public ComponentHandler()
  • Method Details

    • registerEntityComponentFactories

      public void registerEntityComponentFactories(org.ladysnake.cca.api.v3.entity.EntityComponentFactoryRegistry registry)
      Specified by:
      registerEntityComponentFactories in interface org.ladysnake.cca.api.v3.entity.EntityComponentInitializer