Hbm-s-Nuclear-Tech-GIT/com/hbm/sound/MovingSoundChopperMine.java

15 lines
413 B
Java

package com.hbm.sound;
import com.hbm.entity.EntityHunterChopper;
import com.hbm.sound.MovingSoundPlayerLoop.EnumHbmSound;
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);
}
}