com.parzivail.util.block.PFallingBlock 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;
import net.minecraft.class_2346;
public class PFallingBlock extends class_2346
{
private final int dustColor;
public PFallingBlock(class_2251 settings, int dustColor)
{
super(settings);
this.dustColor = dustColor;
}
public int getDustColor()
{
return dustColor;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy