Interface TrailSettings.TrailPointModifier

Enclosing class:
TrailSettings
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TrailSettings.TrailPointModifier
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joml.Vector4f
    modify(org.joml.Vector4f point, Integer index, net.minecraft.world.phys.Vec3 velocity)
     
  • Method Details

    • modify

      org.joml.Vector4f modify(org.joml.Vector4f point, Integer index, net.minecraft.world.phys.Vec3 velocity)