Interface TestRunContext.TestStructureSpawner

All Known Implementing Classes:
TestStructurePlacer
Enclosing class:
TestRunContext

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

    • REUSE

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

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

    • spawnStructure

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

      default void onBatch(ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      named onBatch Lnet/minecraft/test/TestRunContext$TestStructureSpawner;onBatch(Lnet/minecraft/server/world/ServerWorld;)V
      intermediary method_61098 Lnet/minecraft/class_4520$class_9117;method_61098(Lnet/minecraft/class_3218;)V
      official a Lta$c;a(Laqu;)V