Interface VertexSorter


@Environment(CLIENT) public interface VertexSorter
Mappings:
Namespace Name
official eij
intermediary net/minecraft/class_8251
named com/mojang/blaze3d/systems/VertexSorter
  • Field Details

    • BY_DISTANCE

      static final VertexSorter BY_DISTANCE
      Mappings:
      Namespace Name Mixin selector
      official a Leij;a:Leij;
      intermediary field_43360 Lnet/minecraft/class_8251;field_43360:Lnet/minecraft/class_8251;
      named BY_DISTANCE Lcom/mojang/blaze3d/systems/VertexSorter;BY_DISTANCE:Lcom/mojang/blaze3d/systems/VertexSorter;
    • BY_Z

      static final VertexSorter BY_Z
      Mappings:
      Namespace Name Mixin selector
      official b Leij;b:Leij;
      intermediary field_43361 Lnet/minecraft/class_8251;field_43361:Lnet/minecraft/class_8251;
      named BY_Z Lcom/mojang/blaze3d/systems/VertexSorter;BY_Z:Lcom/mojang/blaze3d/systems/VertexSorter;
  • Method Details

    • byDistance

      static VertexSorter byDistance(float originX, float originY, float originZ)
      Mappings:
      Namespace Name Mixin selector
      official a Leij;a(FFF)Leij;
      intermediary method_49906 Lnet/minecraft/class_8251;method_49906(FFF)Lnet/minecraft/class_8251;
      named byDistance Lcom/mojang/blaze3d/systems/VertexSorter;byDistance(FFF)Lcom/mojang/blaze3d/systems/VertexSorter;
    • byDistance

      static VertexSorter byDistance(Vector3f origin)
      Mappings:
      Namespace Name Mixin selector
      official a Leij;a(Lorg/joml/Vector3f;)Leij;
      intermediary method_49909 Lnet/minecraft/class_8251;method_49909(Lorg/joml/Vector3f;)Lnet/minecraft/class_8251;
      named byDistance Lcom/mojang/blaze3d/systems/VertexSorter;byDistance(Lorg/joml/Vector3f;)Lcom/mojang/blaze3d/systems/VertexSorter;
    • of

      Mappings:
      Namespace Name Mixin selector
      official a Leij;a(Leij$a;)Leij;
      intermediary method_49907 Lnet/minecraft/class_8251;method_49907(Lnet/minecraft/class_8251$class_8252;)Lnet/minecraft/class_8251;
      named of Lcom/mojang/blaze3d/systems/VertexSorter;of(Lcom/mojang/blaze3d/systems/VertexSorter$SortKeyMapper;)Lcom/mojang/blaze3d/systems/VertexSorter;
    • sort

      int[] sort(Vector3f[] vec)
      Mappings:
      Namespace Name Mixin selector
      official sort Leij;sort([Lorg/joml/Vector3f;)[I
      intermediary sort Lnet/minecraft/class_8251;sort([Lorg/joml/Vector3f;)[I
      named sort Lcom/mojang/blaze3d/systems/VertexSorter;sort([Lorg/joml/Vector3f;)[I