Hbm-s-Nuclear-Tech-GIT/com/hbm/sound/MovingSoundChopperMine.java
2017-07-23 12:10:52 +02:00

12 lines
323 B
Java

package com.hbm.sound;
import net.minecraft.entity.Entity;
import net.minecraft.util.ResourceLocation;
public class MovingSoundChopperMine extends MovingSoundPlayerLoop {
public MovingSoundChopperMine(ResourceLocation p_i45104_1_, Entity player, EnumHbmSound type) {
super(p_i45104_1_, player, type);
}
}