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 -
Method Summary
Modifier and TypeMethodDescriptionintcolor(net.minecraft.world.level.block.state.BlockState blockState) intcolorInWorld(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, waitMethods 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:
colorin interfacenet.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:
colorInWorldin interfacenet.minecraft.client.color.block.BlockTintSource
-