Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.client.renderer.block.model | |
net.minecraft.entity.projectile | |
net.minecraft.util |
Modifier and Type | Field and Description |
---|---|
private EnumFacing.Axis |
BlockPortal.Size.axis |
Modifier and Type | Field and Description |
---|---|
static PropertyEnum<EnumFacing.Axis> |
BlockRotatedPillar.AXIS |
static PropertyEnum<EnumFacing.Axis> |
BlockPortal.AXIS |
Modifier and Type | Method and Description |
---|---|
static BlockLog.EnumAxis |
BlockLog.EnumAxis.fromFacingAxis(EnumFacing.Axis axis) |
static int |
BlockPortal.getMetaForAxis(EnumFacing.Axis axis) |
Constructor and Description |
---|
Size(World worldIn,
BlockPos p_i45694_2_,
EnumFacing.Axis p_i45694_3_) |
Modifier and Type | Field and Description |
---|---|
EnumFacing.Axis |
BlockPartRotation.axis |
Modifier and Type | Method and Description |
---|---|
private EnumFacing.Axis |
BlockPart.Deserializer.parseAxis(com.google.gson.JsonObject object) |
Constructor and Description |
---|
BlockPartRotation(org.lwjgl.util.vector.Vector3f originIn,
EnumFacing.Axis axisIn,
float angleIn,
boolean rescaleIn) |
Modifier and Type | Method and Description |
---|---|
private void |
EntityShulkerBullet.selectNextMoveDirection(EnumFacing.Axis p_184569_1_) |
Constructor and Description |
---|
EntityShulkerBullet(World worldIn,
EntityLivingBase ownerIn,
Entity targetIn,
EnumFacing.Axis p_i46772_4_) |
Modifier and Type | Field and Description |
---|---|
private EnumFacing.Axis |
EnumFacing.axis |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,EnumFacing.Axis> |
EnumFacing.Axis.NAME_LOOKUP |
Modifier and Type | Method and Description |
---|---|
static EnumFacing.Axis |
EnumFacing.Axis.byName(java.lang.String name) |
EnumFacing.Axis |
EnumFacing.getAxis() |
static EnumFacing.Axis |
EnumFacing.Axis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumFacing.Axis[] |
EnumFacing.Axis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumFacing |
EnumFacing.getFacingFromAxis(EnumFacing.AxisDirection axisDirectionIn,
EnumFacing.Axis axisIn) |
EnumFacing |
EnumFacing.rotateAround(EnumFacing.Axis axis) |
Constructor and Description |
---|
EnumFacing(int indexIn,
int oppositeIn,
int horizontalIndexIn,
java.lang.String nameIn,
EnumFacing.AxisDirection axisDirectionIn,
EnumFacing.Axis axisIn,
Vec3i directionVecIn) |