java.lang.Object
com.simibubi.create.foundation.utility.VoxelShaper.DefaultRotationValues
- All Implemented Interfaces:
Function<net.minecraft.core.Direction,net.minecraft.world.phys.Vec3>
- Enclosing class:
- VoxelShaper
protected static class VoxelShaper.DefaultRotationValues
extends Object
implements Function<net.minecraft.core.Direction,net.minecraft.world.phys.Vec3>
-
Constructor Summary
Constructors
-
Method Summary
net.minecraft.world.phys.Vec3
apply(net.minecraft.core.Direction direction)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultRotationValues
protected DefaultRotationValues()
-
Method Details
-
apply
public net.minecraft.world.phys.Vec3 apply(net.minecraft.core.Direction direction)
- Specified by:
apply in interface Function<net.minecraft.core.Direction,net.minecraft.world.phys.Vec3>