All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.parzivail.util.block.PFallingBlock Maven / Gradle / Ivy

There is a newer version: 0.0.114+1.20.2
Show newest version
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