Interface DisplayTransformer


public interface DisplayTransformer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends transformation
    void
    transform(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 - duration
      position - position
      scale - scale
      rotation - rotation
      bundler - bundler
    • sendTransformation

      void sendTransformation(@NotNull @NotNull PacketBundler bundler)
      Sends transformation
      Parameters:
      bundler - packet bundler