Package net.createmod.ponder.api.scene
Interface VectorUtil
- All Known Implementing Classes:
PonderSceneBuildingUtil.PonderVectorUtil
public interface VectorUtil
-
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)
-
Method Details
-
centerOf
net.minecraft.world.phys.Vec3 centerOf(int x, int y, int z) -
centerOf
net.minecraft.world.phys.Vec3 centerOf(net.minecraft.core.BlockPos pos) -
topOf
net.minecraft.world.phys.Vec3 topOf(int x, int y, int z) -
topOf
net.minecraft.world.phys.Vec3 topOf(net.minecraft.core.BlockPos pos) -
blockSurface
net.minecraft.world.phys.Vec3 blockSurface(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face) -
blockSurface
net.minecraft.world.phys.Vec3 blockSurface(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face, float margin) -
of
net.minecraft.world.phys.Vec3 of(double x, double y, double z)
-