Uses of Record Class
net.minecraft.class_10207
Packages that use class_10207
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of class_10207 in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as class_10207Constructors in net.minecraft.client.render.chunk with parameters of type class_10207ModifierConstructorDescriptionChunkBuilder(ClientWorld world, WorldRenderer worldRenderer, class_10207 class_10207, BufferBuilderStorage bufferBuilderStorage, BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) -
Uses of class_10207 in net.minecraft.util
Fields in net.minecraft.util declared as class_10207Modifier and TypeFieldDescriptionprivate static final class_10207private static final class_10207Util.IO_WORKER_EXECUTORprivate static final class_10207Util.MAIN_WORKER_EXECUTORMethods in net.minecraft.util that return class_10207Modifier and TypeMethodDescriptionprivate static class_10207Util.createIoWorker(String namePrefix, boolean daemon) private static class_10207Util.createWorker(String name) static class_10207Util.getDownloadWorkerExecutor()Returns the executor for download tasks.static class_10207Util.getIoWorkerExecutor()Returns the executor for disk or network IO tasks.static class_10207Util.getMainWorkerExecutor()Returns the main worker executor for miscellaneous asynchronous tasks.