Interface TestRunContext.TestStructureSpawner

All Known Implementing Classes:
TestStructurePlacer
Enclosing class:
TestRunContext

public static interface TestRunContext.TestStructureSpawner
Mappings:
Namespace Name
official sl$c
intermediary net/minecraft/class_4520$class_9117
named net/minecraft/test/TestRunContext$TestStructureSpawner
  • Field Details

    • REUSE

      Mappings:
      Namespace Name Mixin selector
      official a Lsl$c;a:Lsl$c;
      intermediary field_48491 Lnet/minecraft/class_4520$class_9117;field_48491:Lnet/minecraft/class_4520$class_9117;
      named REUSE Lnet/minecraft/test/TestRunContext$TestStructureSpawner;REUSE:Lnet/minecraft/test/TestRunContext$TestStructureSpawner;
    • NOOP

      Mappings:
      Namespace Name Mixin selector
      official b Lsl$c;b:Lsl$c;
      intermediary field_48492 Lnet/minecraft/class_4520$class_9117;field_48492:Lnet/minecraft/class_4520$class_9117;
      named NOOP Lnet/minecraft/test/TestRunContext$TestStructureSpawner;NOOP:Lnet/minecraft/test/TestRunContext$TestStructureSpawner;
  • Method Details

    • spawnStructure

      Optional<GameTestState> spawnStructure(GameTestState oldState)
      Mappings:
      Namespace Name Mixin selector
      official spawnStructure Lsl$c;spawnStructure(Lsi;)Ljava/util/Optional;
      intermediary spawnStructure Lnet/minecraft/class_4520$class_9117;spawnStructure(Lnet/minecraft/class_4517;)Ljava/util/Optional;
      named spawnStructure Lnet/minecraft/test/TestRunContext$TestStructureSpawner;spawnStructure(Lnet/minecraft/test/GameTestState;)Ljava/util/Optional;