Package net.minecraft.core
Class BlockMath
java.lang.Object
net.minecraft.core.BlockMath
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
static final Map<Direction,
Transformation> static final Map<Direction,
Transformation> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Transformation
blockCenterToCorner
(Transformation p_121843_) static Transformation
blockCornerToCenter
(Transformation p_175260_) static Transformation
getUVLockTransform
(Transformation p_121845_, Direction p_121846_, Supplier<String> p_121847_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
VANILLA_UV_TRANSFORM_LOCAL_TO_GLOBAL
-
VANILLA_UV_TRANSFORM_GLOBAL_TO_LOCAL
-
-
Constructor Details
-
BlockMath
public BlockMath()
-
-
Method Details
-
blockCenterToCorner
-
blockCornerToCenter
-
getUVLockTransform
public static Transformation getUVLockTransform(Transformation p_121845_, Direction p_121846_, Supplier<String> p_121847_)
-