Package kr.toxicity.model.api.nms
Interface DisplayTransformer
public interface DisplayTransformer
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendTransformation(@NotNull PacketBundler bundler) Sends transformationvoidtransform(int duration, @NotNull org.joml.Vector3f position, @NotNull org.joml.Vector3f scale, @NotNull org.joml.Quaternionf rotation, @NotNull PacketBundler bundler) Transforms this display
-
Method Details
-
transform
void transform(int duration, @NotNull @NotNull org.joml.Vector3f position, @NotNull @NotNull org.joml.Vector3f scale, @NotNull @NotNull org.joml.Quaternionf rotation, @NotNull @NotNull PacketBundler bundler) Transforms this display- Parameters:
duration- durationposition- positionscale- scalerotation- rotationbundler- bundler
-
sendTransformation
Sends transformation- Parameters:
bundler- packet bundler
-