Class ComponentHandler
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final org.ladysnake.cca.api.v3.component.ComponentKey<IGlowingEyes> static final org.ladysnake.cca.api.v3.component.ComponentKey<IPlayerData> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterEntityComponentFactories(org.ladysnake.cca.api.v3.entity.EntityComponentFactoryRegistry registry)
-
Field Details
-
GLOWING_EYES
-
PLAYER_DATA
-
-
Constructor Details
-
ComponentHandler
public ComponentHandler()
-
-
Method Details
-
registerEntityComponentFactories
public void registerEntityComponentFactories(org.ladysnake.cca.api.v3.entity.EntityComponentFactoryRegistry registry) - Specified by:
registerEntityComponentFactoriesin interfaceorg.ladysnake.cca.api.v3.entity.EntityComponentInitializer
-