Interface IBlockAndTintGetterExtension
public interface IBlockAndTintGetterExtension
Extension interface for
BlockAndTintGetter
.-
Method Summary
-
Method Details
-
self
private net.minecraft.world.level.BlockAndTintGetter self() -
getShade
default float getShade(float normalX, float normalY, float normalZ, boolean shade) Computes the shade for a given normal. Alternate version of the vanilla method taking in aDirection
.
-