Hbm-s-Nuclear-Tech-GIT/com/hbm/sound/MovingSoundChopperMine.java
2017-04-18 20:53:14 +02:00

15 lines
431 B
Java

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