Interface VertexSorter


@Environment(CLIENT) public interface VertexSorter
Mappings:
Namespace Name
named com/mojang/blaze3d/systems/VertexSorter
intermediary net/minecraft/class_8251
official fuf
  • 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 Lfuf;a:Lfuf;
    • 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 Lfuf;b:Lfuf;
  • 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 Lfuf;a(FFF)Lfuf;
    • byDistance

      static VertexSorter byDistance(Vector3fc origin)
      Mappings:
      Namespace Name Mixin selector
      named byDistance Lcom/mojang/blaze3d/systems/VertexSorter;byDistance(Lorg/joml/Vector3fc;)Lcom/mojang/blaze3d/systems/VertexSorter;
      intermediary method_49909 Lnet/minecraft/class_8251;method_49909(Lorg/joml/Vector3fc;)Lnet/minecraft/class_8251;
      official a Lfuf;a(Lorg/joml/Vector3fc;)Lfuf;
    • 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 Lfuf;a(Lfuf$a;)Lfuf;
    • sort

      int[] sort(Vec3fArray vectors)
      Mappings:
      Namespace Name Mixin selector
      named sort Lcom/mojang/blaze3d/systems/VertexSorter;sort(Lnet/minecraft/client/util/math/Vec3fArray;)[I
      intermediary sort Lnet/minecraft/class_8251;sort(Lnet/minecraft/class_11899;)[I
      official sort Lfuf;sort(Lftx;)[I