Class VoxelShaper.DefaultRotationValues

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 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>