public interface IMjEffectManager
Modifier and Type | Method and Description |
---|---|
void |
createPowerLossEffect(net.minecraft.world.World world,
net.minecraft.util.math.Vec3d center,
net.minecraft.util.EnumFacing direction,
long microJoulesLost) |
void |
createPowerLossEffect(net.minecraft.world.World world,
net.minecraft.util.math.Vec3d center,
long microJoulesLost) |
void |
createPowerLossEffect(net.minecraft.world.World world,
net.minecraft.util.math.Vec3d center,
net.minecraft.util.math.Vec3d direction,
long microJoulesLost) |
void createPowerLossEffect(net.minecraft.world.World world, net.minecraft.util.math.Vec3d center, long microJoulesLost)
void createPowerLossEffect(net.minecraft.world.World world, net.minecraft.util.math.Vec3d center, net.minecraft.util.EnumFacing direction, long microJoulesLost)
void createPowerLossEffect(net.minecraft.world.World world, net.minecraft.util.math.Vec3d center, net.minecraft.util.math.Vec3d direction, long microJoulesLost)