Interface ModelPart.CuboidConsumer

Enclosing class:
ModelPart
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) public static interface ModelPart.CuboidConsumer
Mappings:
Namespace Name
official eyh$d
intermediary net/minecraft/class_630$class_6229
named net/minecraft/client/model/ModelPart$CuboidConsumer
  • Method Details

    • accept

      void accept(MatrixStack.Entry matrix, String path, int index, ModelPart.Cuboid cuboid)
      Accepts a cuboid from a model part.
      Parameters:
      matrix - the current matrix transformation from the model parts
      path - the path of the current model part, separated by /
      index - the index of the current cuboid in the current model part
      cuboid - the current cuboid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official visit Leyh$d;visit(Leed$a;Ljava/lang/String;ILeyh$a;)V
      intermediary method_35748 Lnet/minecraft/class_630$class_6229;method_35748(Lnet/minecraft/class_4587$class_4665;Ljava/lang/String;ILnet/minecraft/class_630$class_628;)V
      named accept Lnet/minecraft/client/model/ModelPart$CuboidConsumer;accept(Lnet/minecraft/client/util/math/MatrixStack$Entry;Ljava/lang/String;ILnet/minecraft/client/model/ModelPart$Cuboid;)V