Class GameTestBatch

java.lang.Object
net.minecraft.test.GameTestBatch

public class GameTestBatch
extends Object
Mappings:
Namespace Name
official ll
intermediary net/minecraft/class_4514
named net/minecraft/test/GameTestBatch
  • Field Details

    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      official a Lll;a:Ljava/lang/String;
      intermediary field_20543 Lnet/minecraft/class_4514;field_20543:Ljava/lang/String;
      named id Lnet/minecraft/test/GameTestBatch;id:Ljava/lang/String;
    • testFunctions

      private final Collection<TestFunction> testFunctions
      Mappings:
      Namespace Name Mixin selector
      official b Lll;b:Ljava/util/Collection;
      intermediary field_20544 Lnet/minecraft/class_4514;field_20544:Ljava/util/Collection;
      named testFunctions Lnet/minecraft/test/GameTestBatch;testFunctions:Ljava/util/Collection;
    • worldSetter

      @Nullable private final Consumer<ServerWorld> worldSetter
      Mappings:
      Namespace Name Mixin selector
      official c Lll;c:Ljava/util/function/Consumer;
      intermediary field_20545 Lnet/minecraft/class_4514;field_20545:Ljava/util/function/Consumer;
      named worldSetter Lnet/minecraft/test/GameTestBatch;worldSetter:Ljava/util/function/Consumer;
    • field_27801

      @Nullable private final Consumer<ServerWorld> field_27801
      Mappings:
      Namespace Name Mixin selector
      official d Lll;d:Ljava/util/function/Consumer;
      intermediary field_27801 Lnet/minecraft/class_4514;field_27801:Ljava/util/function/Consumer;
      named field_27801 Lnet/minecraft/test/GameTestBatch;field_27801:Ljava/util/function/Consumer;
  • Constructor Details

    • GameTestBatch

      public GameTestBatch​(String id, Collection<TestFunction> testFunctions, @Nullable Consumer<ServerWorld> worldSetter, @Nullable Consumer<ServerWorld> consumer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lll;<init>(Ljava/lang/String;Ljava/util/Collection;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)V
      intermediary <init> Lnet/minecraft/class_4514;<init>(Ljava/lang/String;Ljava/util/Collection;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)V
      named <init> Lnet/minecraft/test/GameTestBatch;<init>(Ljava/lang/String;Ljava/util/Collection;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)V
  • Method Details

    • getId

      public String getId()
      Mappings:
      Namespace Name Mixin selector
      official a Lll;a()Ljava/lang/String;
      intermediary method_22152 Lnet/minecraft/class_4514;method_22152()Ljava/lang/String;
      named getId Lnet/minecraft/test/GameTestBatch;getId()Ljava/lang/String;
    • getTestFunctions

      public Collection<TestFunction> getTestFunctions()
      Mappings:
      Namespace Name Mixin selector
      official b Lll;b()Ljava/util/Collection;
      intermediary method_22154 Lnet/minecraft/class_4514;method_22154()Ljava/util/Collection;
      named getTestFunctions Lnet/minecraft/test/GameTestBatch;getTestFunctions()Ljava/util/Collection;
    • setWorld

      public void setWorld​(ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      official a Lll;a(Laav;)V
      intermediary method_22153 Lnet/minecraft/class_4514;method_22153(Lnet/minecraft/class_3218;)V
      named setWorld Lnet/minecraft/test/GameTestBatch;setWorld(Lnet/minecraft/server/world/ServerWorld;)V
    • method_32237

      public void method_32237​(ServerWorld serverWorld)
      Mappings:
      Namespace Name Mixin selector
      official b Lll;b(Laav;)V
      intermediary method_32237 Lnet/minecraft/class_4514;method_32237(Lnet/minecraft/class_3218;)V
      named method_32237 Lnet/minecraft/test/GameTestBatch;method_32237(Lnet/minecraft/server/world/ServerWorld;)V