Package net.minecraft.test
Class Batches
java.lang.Object
net.minecraft.test.Batches
- Mappings:
Namespace Name named net/minecraft/test/Batchesintermediary net/minecraft/class_9113official tn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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_SIZE
private static final int BATCH_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named BATCH_SIZELnet/minecraft/test/Batches;BATCH_SIZE:Iintermediary field_48467Lnet/minecraft/class_9113;field_48467:Iofficial aLtn;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 createBatchesLnet/minecraft/test/Batches;createBatches(Ljava/util/Collection;Lnet/minecraft/server/world/ServerWorld;)Ljava/util/Collection;intermediary method_56194Lnet/minecraft/class_9113;method_56194(Ljava/util/Collection;Lnet/minecraft/class_3218;)Ljava/util/Collection;official aLtn;a(Ljava/util/Collection;Lash;)Ljava/util/Collection;
-
createState
public static GameTestState createState(TestFunction testFunction, int rotationSteps, ServerWorld world) - Mappings:
Namespace Name Mixin selector named createStateLnet/minecraft/test/Batches;createState(Lnet/minecraft/test/TestFunction;ILnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/test/GameTestState;intermediary method_56198Lnet/minecraft/class_9113;method_56198(Lnet/minecraft/class_4529;ILnet/minecraft/class_3218;)Lnet/minecraft/class_4517;official aLtn;a(Lum;ILash;)Lts;
-
defaultBatcher
- Mappings:
Namespace Name Mixin selector named defaultBatcherLnet/minecraft/test/Batches;defaultBatcher()Lnet/minecraft/test/TestRunContext$Batcher;intermediary method_56188Lnet/minecraft/class_9113;method_56188()Lnet/minecraft/class_4520$class_9116;official aLtn;a()Ltv$b;
-
batcher
- Mappings:
Namespace Name Mixin selector named batcherLnet/minecraft/test/Batches;batcher(I)Lnet/minecraft/test/TestRunContext$Batcher;intermediary method_61092Lnet/minecraft/class_9113;method_61092(I)Lnet/minecraft/class_4520$class_9116;official aLtn;a(I)Ltv$b;
-
create
- Mappings:
Namespace Name Mixin selector named createLnet/minecraft/test/Batches;create(Ljava/util/Collection;Ljava/lang/String;J)Lnet/minecraft/test/GameTestBatch;intermediary method_56195Lnet/minecraft/class_9113;method_56195(Ljava/util/Collection;Ljava/lang/String;J)Lnet/minecraft/class_4514;official aLtn;a(Ljava/util/Collection;Ljava/lang/String;J)Ltm;
-