Package com.hrznstudio.titanium.util
Class TeleportationUtils
java.lang.Object
com.hrznstudio.titanium.util.TeleportationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.entity.EntityteleportEntity(net.minecraft.world.entity.Entity entity, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dimension, double xCoord, double yCoord, double zCoord, float yaw, float pitch) static net.minecraft.world.entity.EntityteleportEntityTo(net.minecraft.world.entity.Entity entity, org.joml.Vector3f target, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> destinationDimension, float yaw, float pitch)
-
Constructor Details
-
TeleportationUtils
public TeleportationUtils()
-
-
Method Details
-
teleportEntity
public static net.minecraft.world.entity.Entity teleportEntity(net.minecraft.world.entity.Entity entity, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> dimension, double xCoord, double yCoord, double zCoord, float yaw, float pitch) -
teleportEntityTo
public static net.minecraft.world.entity.Entity teleportEntityTo(net.minecraft.world.entity.Entity entity, org.joml.Vector3f target, net.minecraft.resources.ResourceKey<net.minecraft.world.level.Level> destinationDimension, float yaw, float pitch)
-