Class TranslucentBlock

java.lang.Object
dev.jensderuiter.minecraft_imagery.image.TranslucentBlock

public class TranslucentBlock extends Object
  • Field Details

    • dye

      public double[] dye
      Represents a block that should be looked through, but has to alter the resulting color. Examples would be stained-glass or iron bars.
    • material

      public org.bukkit.Material material
    • factor

      public float factor
  • Constructor Details

    • TranslucentBlock

      public TranslucentBlock(org.bukkit.Material material, double[] dye, float factor)
    • TranslucentBlock

      public TranslucentBlock(org.bukkit.Material material, double[] dye)