Interface VertexSorter


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

    • BY_DISTANCE

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

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

    • byDistance

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

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

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

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