Package net.minecraft.test
Class GameTestBatch
java.lang.Object
net.minecraft.test.GameTestBatch
public class GameTestBatch extends Object
- Mappings:
Namespace Name official llintermediary net/minecraft/class_4514named net/minecraft/test/GameTestBatch
-
Field Summary
Fields Modifier and Type Field Description private Consumer<ServerWorld>field_27801private Stringidprivate Collection<TestFunction>testFunctionsprivate Consumer<ServerWorld>worldSetter -
Constructor Summary
Constructors Constructor Description GameTestBatch(String id, Collection<TestFunction> testFunctions, Consumer<ServerWorld> worldSetter, Consumer<ServerWorld> consumer) -
Method Summary
Modifier and Type Method Description StringgetId()Collection<TestFunction>getTestFunctions()voidmethod_32237(ServerWorld serverWorld)voidsetWorld(ServerWorld world)
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official aLll;a:Ljava/lang/String;intermediary field_20543Lnet/minecraft/class_4514;field_20543:Ljava/lang/String;named idLnet/minecraft/test/GameTestBatch;id:Ljava/lang/String;
-
testFunctions
- Mappings:
Namespace Name Mixin selector official bLll;b:Ljava/util/Collection;intermediary field_20544Lnet/minecraft/class_4514;field_20544:Ljava/util/Collection;named testFunctionsLnet/minecraft/test/GameTestBatch;testFunctions:Ljava/util/Collection;
-
worldSetter
- Mappings:
Namespace Name Mixin selector official cLll;c:Ljava/util/function/Consumer;intermediary field_20545Lnet/minecraft/class_4514;field_20545:Ljava/util/function/Consumer;named worldSetterLnet/minecraft/test/GameTestBatch;worldSetter:Ljava/util/function/Consumer;
-
field_27801
- Mappings:
Namespace Name Mixin selector official dLll;d:Ljava/util/function/Consumer;intermediary field_27801Lnet/minecraft/class_4514;field_27801:Ljava/util/function/Consumer;named field_27801Lnet/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;)Vintermediary <init>Lnet/minecraft/class_4514;<init>(Ljava/lang/String;Ljava/util/Collection;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)Vnamed <init>Lnet/minecraft/test/GameTestBatch;<init>(Ljava/lang/String;Ljava/util/Collection;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)V
-
-
Method Details
-
getId
- Mappings:
Namespace Name Mixin selector official aLll;a()Ljava/lang/String;intermediary method_22152Lnet/minecraft/class_4514;method_22152()Ljava/lang/String;named getIdLnet/minecraft/test/GameTestBatch;getId()Ljava/lang/String;
-
getTestFunctions
- Mappings:
Namespace Name Mixin selector official bLll;b()Ljava/util/Collection;intermediary method_22154Lnet/minecraft/class_4514;method_22154()Ljava/util/Collection;named getTestFunctionsLnet/minecraft/test/GameTestBatch;getTestFunctions()Ljava/util/Collection;
-
setWorld
- Mappings:
Namespace Name Mixin selector official aLll;a(Laav;)Vintermediary method_22153Lnet/minecraft/class_4514;method_22153(Lnet/minecraft/class_3218;)Vnamed setWorldLnet/minecraft/test/GameTestBatch;setWorld(Lnet/minecraft/server/world/ServerWorld;)V
-
method_32237
- Mappings:
Namespace Name Mixin selector official bLll;b(Laav;)Vintermediary method_32237Lnet/minecraft/class_4514;method_32237(Lnet/minecraft/class_3218;)Vnamed method_32237Lnet/minecraft/test/GameTestBatch;method_32237(Lnet/minecraft/server/world/ServerWorld;)V
-