Uses of Record Class
net.minecraft.class_9118
Packages that use class_9118
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9118 in net.minecraft
Fields in net.minecraft declared as class_9118Methods in net.minecraft that return class_9118 -
Uses of class_9118 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_9118Modifier and TypeMethodDescription(package private) static Stream<GameTestState>TestCommand.method_56261(ServerCommandSource serverCommandSource, class_9118 class_9118, class_9119 class_9119) (package private) static Stream<GameTestState>TestCommand.method_56262(ServerCommandSource serverCommandSource, class_9118 class_9118, class_9125 class_9125, int int2) private static Optional<GameTestState>TestCommand.method_56264(BlockPos blockPos, ServerWorld serverWorld, class_9118 class_9118) intTestCommand.class_9121.method_56296(class_9118 class_9118) intTestCommand.class_9121.method_56297(class_9118 class_9118, int int2) intTestCommand.class_9121.method_56298(class_9118 class_9118, int int2, int int3) -
Uses of class_9118 in net.minecraft.test
Fields in net.minecraft.test declared as class_9118Methods in net.minecraft.test that return class_9118Constructors in net.minecraft.test with parameters of type class_9118ModifierConstructorDescriptionGameTestState(TestFunction testFunction, BlockRotation rotation, ServerWorld world, class_9118 class_9118)