public static enum MjAPI.NullaryEffectManager extends java.lang.Enum<MjAPI.NullaryEffectManager> implements IMjEffectManager
Enum Constant and Description |
---|
INSTANCE |
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) |
static MjAPI.NullaryEffectManager |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MjAPI.NullaryEffectManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MjAPI.NullaryEffectManager INSTANCE
public static MjAPI.NullaryEffectManager[] values()
for (MjAPI.NullaryEffectManager c : MjAPI.NullaryEffectManager.values()) System.out.println(c);
public static MjAPI.NullaryEffectManager valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic void createPowerLossEffect(net.minecraft.world.World world, net.minecraft.util.math.Vec3d center, long microJoulesLost)
createPowerLossEffect
in interface IMjEffectManager
public void createPowerLossEffect(net.minecraft.world.World world, net.minecraft.util.math.Vec3d center, net.minecraft.util.EnumFacing direction, long microJoulesLost)
createPowerLossEffect
in interface IMjEffectManager
public void createPowerLossEffect(net.minecraft.world.World world, net.minecraft.util.math.Vec3d center, net.minecraft.util.math.Vec3d direction, long microJoulesLost)
createPowerLossEffect
in interface IMjEffectManager