Uses of Class
net.minecraft.class_11697
Packages that use class_11697
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11697 in net.minecraft
Fields in net.minecraft declared as class_11697Methods in net.minecraft with parameters of type class_11697Modifier and TypeMethodDescriptionprivate voidclass_11685.method_73005(MatrixStack.Entry entry, VertexConsumerProvider vertexConsumerProvider, EntityRenderState entityRenderState, Quaternionf quaternionf, class_11697 class_11697) voidclass_11685.method_73006(EntityRenderCommandQueueImpl entityRenderCommandQueueImpl, VertexConsumerProvider.Immediate immediate, class_11697 class_11697) Constructors in net.minecraft with parameters of type class_11697ModifierConstructorDescriptionclass_11684(EntityRenderCommandQueueImpl entityRenderCommandQueueImpl, BlockRenderManager blockRenderManager, VertexConsumerProvider.Immediate immediate, class_11697 class_11697, OutlineVertexConsumerProvider outlineVertexConsumerProvider, TextRenderer textRenderer) -
Uses of class_11697 in net.minecraft.client
Fields in net.minecraft.client declared as class_11697Methods in net.minecraft.client that return class_11697 -
Uses of class_11697 in net.minecraft.client.render
Constructors in net.minecraft.client.render with parameters of type class_11697ModifierConstructorDescriptionMapRenderer(class_11697 decorationsAtlasManager, MapTextureManager textureManager) -
Uses of class_11697 in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as class_11697Modifier and TypeFieldDescriptionprivate final class_11697EntityRenderDispatcher.field_61796private final class_11697EntityRendererFactory.Context.field_61799Constructors in net.minecraft.client.render.entity with parameters of type class_11697ModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemModelManager itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, ResourceManager resourceManager, LoadedEntityModels entityModels, EquipmentModelLoader equipmentModelLoader, class_11697 class_11697, TextRenderer textRenderer) EntityRenderDispatcher(MinecraftClient client, TextureManager textureManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, class_11697 class_11697, TextRenderer textRenderer, GameOptions gameOptions, Supplier<LoadedEntityModels> entityModelsGetter, EquipmentModelLoader equipmentModelLoader) -
Uses of class_11697 in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as class_11697Constructors in net.minecraft.client.render.model with parameters of type class_11697ModifierConstructorDescriptionBakedModelManager(BlockColors blockColors, class_11697 class_11697)