Class HexResearchCC
java.lang.Object
name.dashkal.minecraft.hexresearch.fabric.cc.HexResearchCC
- All Implemented Interfaces:
dev.onyxstudios.cca.api.v3.entity.EntityComponentInitializer,dev.onyxstudios.cca.internal.base.ComponentRegistrationInitializer
public class HexResearchCC
extends Object
implements dev.onyxstudios.cca.api.v3.entity.EntityComponentInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.onyxstudios.cca.api.v3.component.ComponentKey<CognitiveInducerMarkComponent>static final dev.onyxstudios.cca.api.v3.component.ComponentKey<DeprecatedComponent> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterEntityComponentFactories(dev.onyxstudios.cca.api.v3.entity.EntityComponentFactoryRegistry registry)
-
Field Details
-
COGNITIVE_INDUCER_MARK
public static final dev.onyxstudios.cca.api.v3.component.ComponentKey<CognitiveInducerMarkComponent> COGNITIVE_INDUCER_MARK -
DEPRECATED_CI_MARK
public static final dev.onyxstudios.cca.api.v3.component.ComponentKey<DeprecatedComponent> DEPRECATED_CI_MARK
-
-
Constructor Details
-
HexResearchCC
public HexResearchCC()
-
-
Method Details
-
registerEntityComponentFactories
public void registerEntityComponentFactories(dev.onyxstudios.cca.api.v3.entity.EntityComponentFactoryRegistry registry) - Specified by:
registerEntityComponentFactoriesin interfacedev.onyxstudios.cca.api.v3.entity.EntityComponentInitializer
-