Class WallAndGroundTransformations<T>
java.lang.Object
net.minecraft.client.renderer.blockentity.WallAndGroundTransformations<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWallAndGroundTransformations(Function<Direction, T> wallTransformationFactory, IntFunction<T> freeTransformationFactory, int segments) -
Method Summary
Modifier and TypeMethodDescriptionfreeTransformations(int segment) wallTransformation(Direction facing)
-
Field Details
-
wallTransforms
-
freeTransformations
-
-
Constructor Details
-
WallAndGroundTransformations
public WallAndGroundTransformations(Function<Direction, T> wallTransformationFactory, IntFunction<T> freeTransformationFactory, int segments)
-
-
Method Details
-
wallTransformation
-
freeTransformations
-