Package net.minecraft.test
Class Batches
java.lang.Object
net.minecraft.test.Batches
- Mappings:
Namespace Name official sr
intermediary net/minecraft/class_9113
named net/minecraft/test/Batches
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static GameTestBatch
create
(List<GameTestState> states, String batchId, long index) static Collection
<GameTestBatch> createBatches
(Collection<TestFunction> testFunctions, ServerWorld world) static GameTestState
createState
(TestFunction testFunction, int rotationSteps, ServerWorld world) static TestRunContext.Batcher
-
Field Details
-
BATCH_SIZE
private static final int BATCH_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lsr;a:I
intermediary field_48467
Lnet/minecraft/class_9113;field_48467:I
named BATCH_SIZE
Lnet/minecraft/test/Batches;BATCH_SIZE:I
-
-
Constructor Details
-
Batches
public Batches()
-
-
Method Details
-
createBatches
public static Collection<GameTestBatch> createBatches(Collection<TestFunction> testFunctions, ServerWorld world) - Mappings:
Namespace Name Mixin selector official a
Lsr;a(Ljava/util/Collection;Laqh;)Ljava/util/Collection;
intermediary method_56194
Lnet/minecraft/class_9113;method_56194(Ljava/util/Collection;Lnet/minecraft/class_3218;)Ljava/util/Collection;
named createBatches
Lnet/minecraft/test/Batches;createBatches(Ljava/util/Collection;Lnet/minecraft/server/world/ServerWorld;)Ljava/util/Collection;
-
createState
public static GameTestState createState(TestFunction testFunction, int rotationSteps, ServerWorld world) - Mappings:
Namespace Name Mixin selector official a
Lsr;a(Ltq;ILaqh;)Lsw;
intermediary method_56198
Lnet/minecraft/class_9113;method_56198(Lnet/minecraft/class_4529;ILnet/minecraft/class_3218;)Lnet/minecraft/class_4517;
named createState
Lnet/minecraft/test/Batches;createState(Lnet/minecraft/test/TestFunction;ILnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/test/GameTestState;
-
defaultBatcher
- Mappings:
Namespace Name Mixin selector official a
Lsr;a()Lsz$b;
intermediary method_56188
Lnet/minecraft/class_9113;method_56188()Lnet/minecraft/class_4520$class_9116;
named defaultBatcher
Lnet/minecraft/test/Batches;defaultBatcher()Lnet/minecraft/test/TestRunContext$Batcher;
-
create
- Mappings:
Namespace Name Mixin selector official a
Lsr;a(Ljava/util/List;Ljava/lang/String;J)Lsq;
intermediary method_56195
Lnet/minecraft/class_9113;method_56195(Ljava/util/List;Ljava/lang/String;J)Lnet/minecraft/class_4514;
named create
Lnet/minecraft/test/Batches;create(Ljava/util/List;Ljava/lang/String;J)Lnet/minecraft/test/GameTestBatch;
-