Package net.minecraft.core
Class BlockMath
java.lang.Object
net.minecraft.core.BlockMath
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map
<Direction, Transformation> private static final Map
<Direction, Transformation> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Transformation
blockCenterToCorner
(Transformation pTransformation) static Transformation
blockCornerToCenter
(Transformation pTransformation) static Transformation
getFaceTransformation
(Transformation pTransformation, Direction pDirection)
-
Field Details
-
VANILLA_UV_TRANSFORM_LOCAL_TO_GLOBAL
-
VANILLA_UV_TRANSFORM_GLOBAL_TO_LOCAL
-
-
Constructor Details
-
BlockMath
public BlockMath()
-
-
Method Details
-
blockCenterToCorner
-
blockCornerToCenter
-
getFaceTransformation
public static Transformation getFaceTransformation(Transformation pTransformation, Direction pDirection)
-