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); } }