Package net.minecraft.test
Class Batches
java.lang.Object
net.minecraft.test.Batches
- Mappings:
- Namespace - Name - named - net/minecraft/test/Batches- intermediary - net/minecraft/class_9113- official - sg
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic TestRunContext.Batcherbatcher(int batchSize) static GameTestBatchcreate(Collection<GameTestState> states, String batchId, long index) static Collection<GameTestBatch> createBatches(Collection<TestFunction> testFunctions, ServerWorld world) static GameTestStatecreateState(TestFunction testFunction, int rotationSteps, ServerWorld world) static TestRunContext.Batcher
- 
Field Details- 
BATCH_SIZEprivate 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- Lsg;a:I
 
 
- 
- 
Constructor Details- 
Batchespublic Batches()
 
- 
- 
Method Details- 
createBatchespublic 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- Lsg;a(Ljava/util/Collection;Lard;)Ljava/util/Collection;
 
- 
createStatepublic 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- Lsg;a(Ltf;ILard;)Lsl;
 
- 
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- Lsg;a()Lso$b;
 
- 
batcher- Mappings:
- Namespace - Name - Mixin selector - named - batcher- Lnet/minecraft/test/Batches;batcher(I)Lnet/minecraft/test/TestRunContext$Batcher;- intermediary - method_61092- Lnet/minecraft/class_9113;method_61092(I)Lnet/minecraft/class_4520$class_9116;- official - a- Lsg;a(I)Lso$b;
 
- 
create- Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/test/Batches;create(Ljava/util/Collection;Ljava/lang/String;J)Lnet/minecraft/test/GameTestBatch;- intermediary - method_56195- Lnet/minecraft/class_9113;method_56195(Ljava/util/Collection;Ljava/lang/String;J)Lnet/minecraft/class_4514;- official - a- Lsg;a(Ljava/util/Collection;Ljava/lang/String;J)Lsf;
 
 
-