com.parzivail.util.block.connecting.SelfConnectingStainedGlassBlock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
package com.parzivail.util.block.connecting;
import net.minecraft.class_1767;
import net.minecraft.class_4275;
public class SelfConnectingStainedGlassBlock extends SelfConnectingGlassBlock implements class_4275
{
private final class_1767 color;
public SelfConnectingStainedGlassBlock(class_1767 color, class_2251 settings)
{
super(settings);
this.color = color;
}
@Override
public class_1767 method_10622()
{
return color;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy