Interface ProjectionType.Applier

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

@FunctionalInterface @Environment(CLIENT) private static interface ProjectionType.Applier
Mappings:
Namespace Name
named com/mojang/blaze3d/systems/ProjectionType$Applier
intermediary net/minecraft/class_10366$class_10367
official fea$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Matrix4f matrix, float float2)
     
  • Method Details

    • apply

      void apply(Matrix4f matrix, float float2)
      Mappings:
      Namespace Name Mixin selector
      named apply Lcom/mojang/blaze3d/systems/ProjectionType$Applier;apply(Lorg/joml/Matrix4f;F)V
      intermediary apply Lnet/minecraft/class_10366$class_10367;apply(Lorg/joml/Matrix4f;F)V
      official apply Lfea$a;apply(Lorg/joml/Matrix4f;F)V