Class Batches

java.lang.Object
net.minecraft.test.Batches

public class Batches extends Object
Mappings:
Namespace Name
named net/minecraft/test/Batches
intermediary net/minecraft/class_9113
official tj
  • Field Details

    • BATCH_SIZE

      private static final int BATCH_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named BATCH_SIZE Lnet/minecraft/test/Batches;BATCH_SIZE:I
      intermediary field_48467 Lnet/minecraft/class_9113;field_48467:I
      official a Ltj;a:I
  • Constructor Details

    • Batches

      public Batches()
  • Method Details

    • createBatches

      public static Collection<GameTestBatch> createBatches(Collection<TestFunction> testFunctions, ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      named createBatches Lnet/minecraft/test/Batches;createBatches(Ljava/util/Collection;Lnet/minecraft/server/world/ServerWorld;)Ljava/util/Collection;
      intermediary method_56194 Lnet/minecraft/class_9113;method_56194(Ljava/util/Collection;Lnet/minecraft/class_3218;)Ljava/util/Collection;
      official a Ltj;a(Ljava/util/Collection;Larf;)Ljava/util/Collection;
    • createState

      public static GameTestState createState(TestFunction testFunction, int rotationSteps, ServerWorld world)
      Mappings:
      Namespace Name Mixin selector
      named createState Lnet/minecraft/test/Batches;createState(Lnet/minecraft/test/TestFunction;ILnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/test/GameTestState;
      intermediary method_56198 Lnet/minecraft/class_9113;method_56198(Lnet/minecraft/class_4529;ILnet/minecraft/class_3218;)Lnet/minecraft/class_4517;
      official a Ltj;a(Lui;ILarf;)Lto;
    • defaultBatcher

      public static TestRunContext.Batcher defaultBatcher()
      Mappings:
      Namespace Name Mixin selector
      named defaultBatcher Lnet/minecraft/test/Batches;defaultBatcher()Lnet/minecraft/test/TestRunContext$Batcher;
      intermediary method_56188 Lnet/minecraft/class_9113;method_56188()Lnet/minecraft/class_4520$class_9116;
      official a Ltj;a()Ltr$b;
    • create

      private static GameTestBatch create(List<GameTestState> states, String batchId, long index)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/test/Batches;create(Ljava/util/List;Ljava/lang/String;J)Lnet/minecraft/test/GameTestBatch;
      intermediary method_56195 Lnet/minecraft/class_9113;method_56195(Ljava/util/List;Ljava/lang/String;J)Lnet/minecraft/class_4514;
      official a Ltj;a(Ljava/util/List;Ljava/lang/String;J)Lti;