Interface BasicTempleStructure.Constructor

Enclosing class:
BasicTempleStructure
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface BasicTempleStructure.Constructor
Mappings:
Namespace Name
official doo$a
intermediary net/minecraft/class_7147$class_7148
named net/minecraft/world/gen/structure/BasicTempleStructure$Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    construct(ChunkRandom random, int startX, int startZ)
     
  • Method Details

    • construct

      StructurePiece construct(ChunkRandom random, int startX, int startZ)
      Mappings:
      Namespace Name Mixin selector
      official construct Ldoo$a;construct(Ldfa;II)Ldot;
      intermediary construct Lnet/minecraft/class_7147$class_7148;construct(Lnet/minecraft/class_2919;II)Lnet/minecraft/class_3443;
      named construct Lnet/minecraft/world/gen/structure/BasicTempleStructure$Constructor;construct(Lnet/minecraft/util/math/random/ChunkRandom;II)Lnet/minecraft/structure/StructurePiece;