Class BlockMenrilLeavesClientConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.BlockClientConfig<IntegratedDynamics>
org.cyclops.integrateddynamics.block.BlockMenrilLeavesClientConfig

public class BlockMenrilLeavesClientConfig extends org.cyclops.cyclopscore.config.extendedconfig.BlockClientConfig<IntegratedDynamics>
Client config for the Menril Leaves block. Registers a constant teal/cyan block tint source so that falling leaf particles produced by TintedParticleLeavesBlock are coloured to match the Menril leaf texture (average colour #609198).
  • Field Summary

    Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.BlockClientConfig

    dynamicBlockVariantLocation, dynamicItemVariantLocation
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockMenrilLeavesClientConfig(org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics> blockConfig)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRegisterColors(net.neoforged.neoforge.client.event.RegisterColorHandlersEvent.BlockTintSources event)
     

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.BlockClientConfig

    getBlockColorHandler, getBlockConfig, getDynamicModelElement, registerDynamicModel

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlockMenrilLeavesClientConfig

      public BlockMenrilLeavesClientConfig(org.cyclops.cyclopscore.config.extendedconfig.BlockConfigCommon<IntegratedDynamics> blockConfig)
  • Method Details

    • onRegisterColors

      public void onRegisterColors(net.neoforged.neoforge.client.event.RegisterColorHandlersEvent.BlockTintSources event)