Class TranslucentBlock
java.lang.Object
dev.jensderuiter.minecraft_imagery.image.TranslucentBlock
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTranslucentBlock(org.bukkit.Material material, double[] dye) TranslucentBlock(org.bukkit.Material material, double[] dye, float factor) -
Method Summary
-
Field Details
-
dye
public double[] dyeRepresents 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)
-