Class BlockCableClientConfig.BlockColor

java.lang.Object
org.cyclops.integrateddynamics.block.BlockCableClientConfig.BlockColor
All Implemented Interfaces:
net.minecraft.client.color.block.BlockTintSource
Enclosing class:
BlockCableClientConfig

public static class BlockCableClientConfig.BlockColor extends Object implements net.minecraft.client.color.block.BlockTintSource
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    color(net.minecraft.world.level.block.state.BlockState blockState)
     
    int
    colorInWorld(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.client.renderer.block.BlockAndTintGetter world, net.minecraft.core.BlockPos blockPos)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.color.block.BlockTintSource

    colorAsTerrainParticle, relevantProperties
  • Constructor Details

    • BlockColor

      public BlockColor()
  • Method Details

    • color

      public int color(net.minecraft.world.level.block.state.BlockState blockState)
      Specified by:
      color in interface net.minecraft.client.color.block.BlockTintSource
    • colorInWorld

      public int colorInWorld(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.client.renderer.block.BlockAndTintGetter world, net.minecraft.core.BlockPos blockPos)
      Specified by:
      colorInWorld in interface net.minecraft.client.color.block.BlockTintSource