Package net.minecraft.client.model
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.
 
- Mappings:
 Namespace Name named net/minecraft/client/model/ModelPart$CuboidConsumerintermediary net/minecraft/class_630$class_6229official gqn$d
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MatrixStack.Entry matrix, String path, int index, ModelPart.Cuboid cuboid) Accepts a cuboid from a model part. 
- 
Method Details
- 
accept
Accepts a cuboid from a model part.- Parameters:
 matrix- the current matrix transformation from the model partspath- the path of the current model part, separated by/index- the index of the current cuboid in the current model partcuboid- the current cuboid- See Also:
 - Mappings:
 Namespace Name Mixin selector named acceptLnet/minecraft/client/model/ModelPart$CuboidConsumer;accept(Lnet/minecraft/client/util/math/MatrixStack$Entry;Ljava/lang/String;ILnet/minecraft/client/model/ModelPart$Cuboid;)Vintermediary method_35748Lnet/minecraft/class_630$class_6229;method_35748(Lnet/minecraft/class_4587$class_4665;Ljava/lang/String;ILnet/minecraft/class_630$class_628;)Vofficial visitLgqn$d;visit(Lfod$a;Ljava/lang/String;ILgqn$a;)V
 
 -