public enum EnumAddonSlot extends java.lang.Enum<EnumAddonSlot>
Enum Constant and Description |
---|
EAST_DOWN_NORTH |
EAST_DOWN_SOUTH |
EAST_UP_NORTH |
EAST_UP_SOUTH |
WEST_DOWN_NORTH |
WEST_DOWN_SOUTH |
WEST_UP_NORTH |
WEST_UP_SOUTH |
Modifier and Type | Field and Description |
---|---|
java.util.Map<net.minecraft.util.EnumFacing.Axis,net.minecraft.util.EnumFacing.AxisDirection> |
directions |
static EnumAddonSlot[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.math.AxisAlignedBB |
getBoundingBox(VolumeBox volumeBox) |
static org.apache.commons.lang3.tuple.Pair<VolumeBox,EnumAddonSlot> |
getSelectingVolumeBoxAndSlot(net.minecraft.entity.player.EntityPlayer player,
java.util.List<VolumeBox> volumeBoxes) |
static EnumAddonSlot |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumAddonSlot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumAddonSlot EAST_UP_SOUTH
public static final EnumAddonSlot EAST_UP_NORTH
public static final EnumAddonSlot EAST_DOWN_SOUTH
public static final EnumAddonSlot EAST_DOWN_NORTH
public static final EnumAddonSlot WEST_UP_SOUTH
public static final EnumAddonSlot WEST_UP_NORTH
public static final EnumAddonSlot WEST_DOWN_SOUTH
public static final EnumAddonSlot WEST_DOWN_NORTH
public static final EnumAddonSlot[] VALUES
public final java.util.Map<net.minecraft.util.EnumFacing.Axis,net.minecraft.util.EnumFacing.AxisDirection> directions
public static EnumAddonSlot[] values()
for (EnumAddonSlot c : EnumAddonSlot.values()) System.out.println(c);
public static EnumAddonSlot 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 net.minecraft.util.math.AxisAlignedBB getBoundingBox(VolumeBox volumeBox)
public static org.apache.commons.lang3.tuple.Pair<VolumeBox,EnumAddonSlot> getSelectingVolumeBoxAndSlot(net.minecraft.entity.player.EntityPlayer player, java.util.List<VolumeBox> volumeBoxes)