Package net.createmod.ponder.foundation
Class PonderSceneBuildingUtil.PonderVectorUtil
java.lang.Object
net.createmod.ponder.foundation.PonderSceneBuildingUtil.PonderVectorUtil
- All Implemented Interfaces:
VectorUtil
- Enclosing class:
PonderSceneBuildingUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3blockSurface(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face) net.minecraft.world.phys.Vec3blockSurface(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face, float margin) net.minecraft.world.phys.Vec3centerOf(int x, int y, int z) net.minecraft.world.phys.Vec3centerOf(net.minecraft.core.BlockPos pos) net.minecraft.world.phys.Vec3of(double x, double y, double z) net.minecraft.world.phys.Vec3topOf(int x, int y, int z) net.minecraft.world.phys.Vec3topOf(net.minecraft.core.BlockPos pos)
-
Constructor Details
-
PonderVectorUtil
public PonderVectorUtil()
-
-
Method Details
-
centerOf
public net.minecraft.world.phys.Vec3 centerOf(int x, int y, int z) - Specified by:
centerOfin interfaceVectorUtil
-
centerOf
public net.minecraft.world.phys.Vec3 centerOf(net.minecraft.core.BlockPos pos) - Specified by:
centerOfin interfaceVectorUtil
-
topOf
public net.minecraft.world.phys.Vec3 topOf(int x, int y, int z) - Specified by:
topOfin interfaceVectorUtil
-
topOf
public net.minecraft.world.phys.Vec3 topOf(net.minecraft.core.BlockPos pos) - Specified by:
topOfin interfaceVectorUtil
-
blockSurface
public net.minecraft.world.phys.Vec3 blockSurface(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face) - Specified by:
blockSurfacein interfaceVectorUtil
-
blockSurface
public net.minecraft.world.phys.Vec3 blockSurface(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face, float margin) - Specified by:
blockSurfacein interfaceVectorUtil
-
of
public net.minecraft.world.phys.Vec3 of(double x, double y, double z) - Specified by:
ofin interfaceVectorUtil
-