Uses of Class
net.minecraft.client.renderer.RenderType
Packages that use RenderType
Package
Description
-
Uses of RenderType in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex with parameters of type RenderType -
Uses of RenderType in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type RenderTypeModifier and TypeMethodDescriptionvoidGuiGraphics.fill(RenderType pRenderType, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColor) Fills a rectangle with the specified color using the given render type and coordinates as the boundaries.voidGuiGraphics.fill(RenderType pRenderType, int pMinX, int pMinY, int pMaxX, int pMaxY, int pZ, int pColor) Fills a rectangle with the specified color and z-level using the given render type and coordinates as the boundaries.voidGuiGraphics.fillGradient(RenderType pRenderType, int pX1, int pY1, int pX2, int pY2, int pColorFrom, int pColorTo, int pZ) Fills a rectangle with a gradient color from colorFrom to colorTo at the specified z-level using the given render type and coordinates as the boundaries.voidGuiGraphics.fillRenderType(RenderType pRenderType, int pX1, int pY1, int pX2, int pY2, int pZ) voidGuiGraphics.hLine(RenderType pRenderType, int pMinX, int pMaxX, int pY, int pColor) Draws a horizontal line from minX to maxX at the specified y-coordinate with the given color using the specified render type.voidGuiGraphics.vLine(RenderType pRenderType, int pX, int pMinY, int pMaxY, int pColor) Draws a vertical line from minY to maxY at the specified x-coordinate with the given color using the specified render type.Method parameters in net.minecraft.client.gui with type arguments of type RenderTypeModifier and TypeMethodDescriptionvoidGuiGraphics.blit(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pAtlasLocation, int pX, int pY, float pUOffset, float pVOffset, int pUWidth, int pVHeight, int pTextureWidth, int pTextureHeight) voidGuiGraphics.blit(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pAtlasLocation, int pX, int pY, float pUOffset, float pVOffset, int pUWidth, int pVHeight, int pTextureWidth, int pTextureHeight, int pColor) voidGuiGraphics.blit(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pAtlasLocation, int pX, int pY, float pUOffset, float pVOffset, int pUWidth, int pVHeight, int pWidth, int pHeight, int pTextureWidth, int pTextureHeight) voidGuiGraphics.blit(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pAtlasLocation, int pX, int pY, float pUOffset, float pVOffset, int pUWidth, int pVHeight, int pWidth, int pHeight, int pTextureWidth, int pTextureHeight, int pColor) private voidGuiGraphics.blitNineSlicedSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, TextureAtlasSprite pSprite, GuiSpriteScaling.NineSlice pNineSlice, int pX, int pY, int pBlitOffset, int pWidth, int pHeight) private voidGuiGraphics.blitNineSliceInnerSegment(Function<ResourceLocation, RenderType> pRenderTypeGetter, GuiSpriteScaling.NineSlice pNineSlice, TextureAtlasSprite pSprite, int pX, int pY, int pWidth, int pHeight, int pUPosition, int pVPosition, int pSpriteWidth, int pSpriteHeight, int pNineSliceWidth, int pNineSliceHeight, int pBlitOffset) voidGuiGraphics.blitSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, TextureAtlasSprite pSprite, int pX, int pY, int pWidth, int pHeight) voidGuiGraphics.blitSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, TextureAtlasSprite pSprite, int pX, int pY, int pWidth, int pHeight, int pBlitOffset) private voidGuiGraphics.blitSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, TextureAtlasSprite pSprite, int pTextureWidth, int pTextureHeight, int pUPosition, int pVPosition, int pX, int pY, int pUWidth, int pVHeight, int pBlitOffset) voidGuiGraphics.blitSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pSprite, int pX, int pY, int pWidth, int pHeight) voidGuiGraphics.blitSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pSprite, int pX, int pY, int pWidth, int pHeight, int pBlitOffset) voidGuiGraphics.blitSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pSprite, int pTextureWidth, int pTextureHeight, int pUPosition, int pVPosition, int pX, int pY, int pUWidth, int pVHeight) private voidGuiGraphics.blitTiledSprite(Function<ResourceLocation, RenderType> pRenderTypeGetter, TextureAtlasSprite pSprite, int pX, int pY, int pWidth, int pHeight, int pUPosition, int pVPosition, int pSpriteWidth, int pSpriteHeight, int pNineSliceWidth, int pNineSliceHeight, int pBlitOffset) private voidGuiGraphics.innerBlit(Function<ResourceLocation, RenderType> pRenderTypeGetter, ResourceLocation pAtlasLocation, int pX1, int pX2, int pY1, int pY2, float pMinU, float pMaxU, float pMinV, float pMaxV, int pColor) -
Uses of RenderType in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderTypeGlyphRenderTypes.normalThe field for thenormalrecord component.private final RenderTypeGlyphRenderTypes.normalBlurThe field for thenormalBlurrecord component.private final RenderTypeGlyphRenderTypes.polygonOffsetThe field for thepolygonOffsetrecord component.private final RenderTypeGlyphRenderTypes.polygonOffsetBlurThe field for thepolygonOffsetBlurrecord component.private final RenderTypeGlyphRenderTypes.seeThroughThe field for theseeThroughrecord component.private final RenderTypeGlyphRenderTypes.seeThroughBlurThe field for theseeThroughBlurrecord component.Methods in net.minecraft.client.gui.font that return RenderTypeModifier and TypeMethodDescriptionGlyphRenderTypes.normal()Returns the value of thenormalrecord component.GlyphRenderTypes.normalBlur()Returns the value of thenormalBlurrecord component.GlyphRenderTypes.polygonOffset()Returns the value of thepolygonOffsetrecord component.GlyphRenderTypes.polygonOffsetBlur()Returns the value of thepolygonOffsetBlurrecord component.GlyphRenderTypes.seeThrough()Returns the value of theseeThroughrecord component.GlyphRenderTypes.seeThroughBlur()Returns the value of theseeThroughBlurrecord component.GlyphRenderTypes.select(Font.DisplayMode pDisplayMode) GlyphRenderTypes.select(Font.DisplayMode pDisplayMode, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur settingConstructors in net.minecraft.client.gui.font with parameters of type RenderTypeModifierConstructorDescriptionGlyphRenderTypes(RenderType normal, RenderType seeThrough, RenderType polygonOffset) Deprecated.GlyphRenderTypes(RenderType normal, RenderType seeThrough, RenderType polygonOffset, RenderType normalBlur, RenderType seeThroughBlur, RenderType polygonOffsetBlur) Creates an instance of aGlyphRenderTypesrecord class. -
Uses of RenderType in net.minecraft.client.gui.font.glyphs
Methods in net.minecraft.client.gui.font.glyphs that return RenderTypeModifier and TypeMethodDescriptionBakedGlyph.renderType(Font.DisplayMode pDisplayMode) Deprecated.Neo: UseBakedGlyph.renderType(Font.DisplayMode, boolean)insteadBakedGlyph.renderType(Font.DisplayMode pDisplayMode, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur setting -
Uses of RenderType in net.minecraft.client.model
Fields in net.minecraft.client.model with type parameters of type RenderTypeModifier and TypeFieldDescriptionprotected final Function<ResourceLocation, RenderType> Model.renderTypeMethods in net.minecraft.client.model that return RenderTypeConstructor parameters in net.minecraft.client.model with type arguments of type RenderTypeModifierConstructorDescriptionprotectedEntityModel(ModelPart pRoot, Function<ResourceLocation, RenderType> p_102613_) HumanoidModel(ModelPart pRoot, Function<ResourceLocation, RenderType> pRenderType) Model(ModelPart pRoot, Function<ResourceLocation, RenderType> pRenderType) Simple(ModelPart pRoot, Function<ResourceLocation, RenderType> pRenderType) -
Uses of RenderType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderTypeMobAppearanceParticle.renderTypeprivate final RenderTypeParticleRenderType.renderTypeThe field for therenderTyperecord component.Methods in net.minecraft.client.particle that return RenderTypeModifier and TypeMethodDescriptionParticleRenderType.renderType()Returns the value of therenderTyperecord component.Constructors in net.minecraft.client.particle with parameters of type RenderTypeModifierConstructorDescriptionParticleRenderType(String name, RenderType renderType) ParticleRenderType(String name, RenderType renderType, boolean translucent) Creates an instance of aParticleRenderTyperecord class. -
Uses of RenderType in net.minecraft.client.renderer
Subclasses of RenderType in net.minecraft.client.rendererModifier and TypeClassDescription(package private) static final classFields in net.minecraft.client.renderer declared as RenderTypeModifier and TypeFieldDescriptionstatic final RenderTypeRenderType.ARMOR_ENTITY_GLINTprivate static final RenderTypeSheets.ARMOR_TRIMS_DECAL_SHEET_TYPEprivate static final RenderTypeSheets.ARMOR_TRIMS_SHEET_TYPEprivate static final RenderTypeSheets.BANNER_SHEET_TYPEprivate static final RenderTypeSheets.BED_SHEET_TYPEprivate static final RenderTypeSheets.CHEST_SHEET_TYPEstatic final RenderTypeRenderType.CLOUDSstatic final RenderTypeRenderType.CLOUDS_DEPTH_ONLYstatic final RenderTypeRenderType.CUTOUTprivate static final RenderTypeSheets.CUTOUT_BLOCK_SHEETstatic final RenderTypeRenderType.CUTOUT_MIPPEDstatic final RenderTypeRenderType.DRAGON_RAYSstatic final RenderTypeRenderType.DRAGON_RAYS_DEPTHstatic final RenderTypeRenderType.END_GATEWAYstatic final RenderTypeRenderType.END_PORTALstatic final RenderTypeRenderType.END_SKYstatic final RenderTypeRenderType.ENTITY_GLINTstatic final RenderTypeRenderType.FLAT_CLOUDSstatic final RenderTypeRenderType.GLINTstatic final RenderTypeRenderType.GLINT_TRANSLUCENTprotected RenderTypeMultiBufferSource.BufferSource.lastSharedTypestatic final RenderTypeRenderType.LEASHstatic final RenderTypeRenderType.LIGHTNINGprivate static final RenderTypeItemInHandRenderer.MAP_BACKGROUNDprivate static final RenderTypeItemInHandRenderer.MAP_BACKGROUND_CHECKERBOARDprivate static final RenderTypeSheets.SHIELD_SHEET_TYPEprivate static final RenderTypeSheets.SHULKER_BOX_SHEET_TYPEprivate static final RenderTypeSheets.SIGN_SHEET_TYPEstatic final RenderTypeRenderType.SKYstatic final RenderTypeRenderType.SOLIDprivate static final RenderTypeSheets.SOLID_BLOCK_SHEETstatic final RenderTypeRenderType.STARSstatic final RenderTypeRenderType.SUNRISE_SUNSETstatic final RenderTypeRenderType.TEXT_BACKGROUNDstatic final RenderTypeRenderType.TEXT_BACKGROUND_SEE_THROUGHstatic final RenderTypeRenderType.TRANSLUCENTprivate static final RenderTypestatic final RenderTypeRenderType.TRANSLUCENT_MOVING_BLOCKstatic final RenderTypeRenderType.TRIPWIREstatic final RenderTypeRenderType.WATER_MASKstatic final RenderTypeRenderType.WORLD_BORDER_DEPTH_WRITEstatic final RenderTypeRenderType.WORLD_BORDER_NO_DEPTH_WRITEFields in net.minecraft.client.renderer with type parameters of type RenderTypeModifier and TypeFieldDescriptionstatic final Function<ResourceLocation, RenderType> RenderType.ARMOR_CUTOUT_NO_CULLstatic final Function<ResourceLocation, RenderType> RenderType.ARMOR_TRANSLUCENTstatic final BiFunction<ResourceLocation, Boolean, RenderType> RenderType.BEACON_BEAMstatic final Function<ResourceLocation, RenderType> RenderType.BLOCK_SCREEN_EFFECTprivate final Map<RenderType, ByteBufferBuilder> SectionBufferBuilderPack.buffersstatic final Function<ResourceLocation, RenderType> RenderType.CELESTIALstatic final ImmutableList<RenderType> RenderType.CHUNK_BUFFER_LAYERSstatic final Function<ResourceLocation, RenderType> RenderType.CROSSHAIRstatic final Function<ResourceLocation, RenderType> RenderType.CRUMBLINGstatic final Function<ResourceLocation, RenderType> RenderType.DRAGON_EXPLOSION_ALPHAstatic final Function<ResourceLocation, RenderType> RenderType.ENTITY_CUTOUTstatic final BiFunction<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_CUTOUT_NO_CULLstatic final BiFunction<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_CUTOUT_NO_CULL_Z_OFFSETstatic final Function<ResourceLocation, RenderType> RenderType.ENTITY_DECALstatic final Function<ResourceLocation, RenderType> RenderType.ENTITY_NO_OUTLINEstatic final Function<ResourceLocation, RenderType> RenderType.ENTITY_SHADOWstatic final Function<ResourceLocation, RenderType> RenderType.ENTITY_SMOOTH_CUTOUTstatic final Function<ResourceLocation, RenderType> RenderType.ENTITY_SOLIDstatic final Function<ResourceLocation, RenderType> RenderType.ENTITY_SOLID_Z_OFFSET_FORWARDstatic final BiFunction<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_TRANSLUCENTstatic final BiFunction<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_TRANSLUCENT_EMISSIVERenderType.EYESstatic final Function<ResourceLocation, RenderType> RenderType.FIRE_SCREEN_EFFECTprotected final SequencedMap<RenderType, ByteBufferBuilder> MultiBufferSource.BufferSource.fixedBuffersstatic final Function<ResourceLocation, RenderType> RenderType.GUI_OPAQUE_TEXTURED_BACKGROUNDstatic final Function<ResourceLocation, RenderType> RenderType.GUI_TEXTUREDstatic final Function<ResourceLocation, RenderType> RenderType.GUI_TEXTURED_OVERLAYstatic final Function<ResourceLocation, RenderType> RenderType.ITEM_ENTITY_TRANSLUCENT_CULLstatic final Function<ResourceLocation, RenderType> RenderType.OPAQUE_PARTICLEprivate final Optional<RenderType> RenderType.CompositeRenderType.outline(package private) static final BiFunction<ResourceLocation, RenderStateShard.CullStateShard, RenderType> RenderType.CompositeRenderType.OUTLINEprivate static final List<RenderType> SectionBufferBuilderPack.RENDER_TYPESprotected final Map<RenderType, BufferBuilder> MultiBufferSource.BufferSource.startedBuildersstatic final Function<ResourceLocation, RenderType> RenderType.TEXTstatic final Function<ResourceLocation, RenderType> RenderType.TEXT_INTENSITYstatic final Function<ResourceLocation, RenderType> RenderType.TEXT_INTENSITY_POLYGON_OFFSETstatic final Function<ResourceLocation, RenderType> RenderType.TEXT_INTENSITY_SEE_THROUGHstatic final Function<ResourceLocation, RenderType> RenderType.TEXT_POLYGON_OFFSETstatic final Function<ResourceLocation, RenderType> RenderType.TEXT_SEE_THROUGHstatic final Function<ResourceLocation, RenderType> RenderType.TRANSLUCENT_PARTICLEprivate static final Map<Block, RenderType> ItemBlockRenderTypes.TYPE_BY_BLOCKDeprecated.private static final Map<Fluid, RenderType> ItemBlockRenderTypes.TYPE_BY_FLUIDDeprecated.static final Function<ResourceLocation, RenderType> RenderType.VIGNETTEstatic final Function<ResourceLocation, RenderType> RenderType.WEATHER_DEPTH_WRITEstatic final Function<ResourceLocation, RenderType> RenderType.WEATHER_NO_DEPTH_WRITEMethods in net.minecraft.client.renderer that return RenderTypeModifier and TypeMethodDescriptionstatic RenderTypeRenderType.armorCutoutNoCull(ResourceLocation pLocation) static RenderTypeRenderType.armorEntityGlint()static RenderTypeRenderType.armorTranslucent(ResourceLocation pId) static RenderTypeSheets.armorTrimsSheet(boolean pDecal) static RenderTypeSheets.bannerSheet()static RenderTypeRenderType.beaconBeam(ResourceLocation pLocation, boolean pColorFlag) static RenderTypeSheets.bedSheet()static RenderTypeRenderType.blockScreenEffect(ResourceLocation pTexture) static RenderTypeRenderType.breezeEyes(ResourceLocation pLocation) static RenderTypeRenderType.breezeWind(ResourceLocation pLocation, float pU, float pV) static RenderTypeRenderType.celestial(ResourceLocation pTexture) static RenderTypeSheets.chestSheet()static RenderTypeRenderType.clouds()static RenderTypeRenderType.cloudsDepthOnly()static RenderTypeRenderType.createArmorDecalCutoutNoCull(ResourceLocation pId) private static RenderTypeRenderType.createWorldBorder(boolean pDepthWrite) static RenderTypeRenderType.crosshair(ResourceLocation pLocation) static RenderTypeRenderType.crumbling(ResourceLocation pLocation) static RenderTypeRenderType.cutout()static RenderTypeSheets.cutoutBlockSheet()static RenderTypeRenderType.cutoutMipped()static RenderTypeRenderType.debugFilledBox()static RenderTypeRenderType.debugLineStrip(double pWidth) static RenderTypeRenderType.debugQuads()static RenderTypeRenderType.debugSectionQuads()static RenderTypeRenderType.debugStructureQuads()static RenderTypeRenderType.debugTriangleFan()static RenderTypeRenderType.dragonExplosionAlpha(ResourceLocation pId) static RenderTypeRenderType.dragonRays()static RenderTypeRenderType.dragonRaysDepth()static RenderTypeRenderType.endGateway()static RenderTypeRenderType.endPortal()static RenderTypeRenderType.endSky()static RenderTypeRenderType.energySwirl(ResourceLocation pLocation, float pU, float pV) static RenderTypeRenderType.entityCutout(ResourceLocation pLocation) static RenderTypeRenderType.entityCutoutNoCull(ResourceLocation pLocation) static RenderTypeRenderType.entityCutoutNoCull(ResourceLocation pLocation, boolean pOutline) static RenderTypeRenderType.entityCutoutNoCullZOffset(ResourceLocation pLocation) static RenderTypeRenderType.entityCutoutNoCullZOffset(ResourceLocation pLocation, boolean pOutline) static RenderTypeRenderType.entityDecal(ResourceLocation pLocation) static RenderTypeRenderType.entityGlint()static RenderTypeRenderType.entityNoOutline(ResourceLocation pLocation) static RenderTypeRenderType.entityShadow(ResourceLocation pLocation) static RenderTypeRenderType.entitySmoothCutout(ResourceLocation pLocation) static RenderTypeRenderType.entitySolid(ResourceLocation pLocation) static RenderTypeRenderType.entitySolidZOffsetForward(ResourceLocation pLocation) static RenderTypeRenderType.entityTranslucent(ResourceLocation pLocation) static RenderTypeRenderType.entityTranslucent(ResourceLocation pLocation, boolean pOutline) static RenderTypeRenderType.entityTranslucentEmissive(ResourceLocation pLocation) static RenderTypeRenderType.entityTranslucentEmissive(ResourceLocation pLocation, boolean pOutline) static RenderTypeRenderType.eyes(ResourceLocation pLocation) static RenderTypeRenderType.fireScreenEffect(ResourceLocation pTexture) static RenderTypeRenderType.flatClouds()static RenderTypeItemBlockRenderTypes.getChunkRenderType(BlockState pState) Deprecated.Forge: UsegetRenderTypes(BlockState, net.minecraft.util.RandomSource, net.neoforged.neoforge.client.model.data.ModelData)}.invalid @link
{@link net.minecraft.client.resources.model.BakedModel#static RenderTypeItemBlockRenderTypes.getMovingBlockRenderType(BlockState pState) Deprecated.Forge: UsegetMovingBlockRenderType(RenderType)} while iterating through invalid input: '{@' link net.minecraft.client.resources.model.BakedModel#getRenderTypes (BlockState, net.minecraft.util.RandomSource, net.neoforged.neoforge.client.model.data.ModelData)}.invalid @link
{@link net.neoforged.neoforge.client.RenderTypeHelper#static RenderTypeItemBlockRenderTypes.getRenderLayer(FluidState pFluidState) static RenderTypeItemBlockRenderTypes.getRenderType(ItemStack pStack) Deprecated.Forge: UsegetRenderPasses(ItemStack)} andinvalid @link
{@link net.minecraft.client.resources.model.BakedModel#.invalid reference
net.minecraft.client.resources.model.BakedModel#getRenderTypes(ItemStack)static RenderTypeItemBlockRenderTypes.getRenderType(BlockState pState) Deprecated.Forge: UsegetEntityRenderType(RenderType)} while iterating throughinvalid @link
{@link net.neoforged.neoforge.client.RenderTypeHelper#IBakedModelExtension.getRenderTypes(BlockState, net.minecraft.util.RandomSource, net.neoforged.neoforge.client.model.data.ModelData).static RenderTypeRenderType.glint()static RenderTypeRenderType.glintTranslucent()static RenderTypeRenderType.gui()static RenderTypeRenderType.guiGhostRecipeOverlay()static RenderTypeRenderType.guiNauseaOverlay()static RenderTypeRenderType.guiOpaqueTexturedBackground(ResourceLocation pLocation) static RenderTypeRenderType.guiOverlay()static RenderTypeRenderType.guiTextHighlight()static RenderTypeRenderType.guiTextured(ResourceLocation pLocation) static RenderTypeRenderType.guiTexturedOverlay(ResourceLocation pLocation) static RenderTypeSheets.hangingSignSheet()static RenderTypeRenderType.itemEntityTranslucentCull(ResourceLocation pLocation) static RenderTypeRenderType.leash()static RenderTypeRenderType.lightning()static RenderTypeRenderType.lines()static RenderTypeRenderType.lineStrip()static RenderTypeRenderType.mojangLogo()static RenderTypeRenderType.opaqueParticle(ResourceLocation pTexture) static RenderTypeRenderType.outline(ResourceLocation pLocation) static RenderTypeRenderType.secondaryBlockOutline()static RenderTypeSheets.shieldSheet()static RenderTypeSheets.shulkerBoxSheet()static RenderTypeSheets.signSheet()static RenderTypeRenderType.sky()static RenderTypeRenderType.solid()static RenderTypeSheets.solidBlockSheet()static RenderTypeRenderType.stars()static RenderTypeRenderType.sunriseSunset()static RenderTypeRenderType.text(ResourceLocation pLocation) static RenderTypeRenderType.textBackground()static RenderTypeRenderType.textBackgroundSeeThrough()static RenderTypeRenderType.textIntensity(ResourceLocation pId) static RenderTypeRenderType.textIntensityPolygonOffset(ResourceLocation pId) static RenderTypeRenderType.textIntensitySeeThrough(ResourceLocation pId) static RenderTypeRenderType.textPolygonOffset(ResourceLocation pId) static RenderTypeRenderType.textSeeThrough(ResourceLocation pLocation) static RenderTypeRenderType.translucent()static RenderTypeSheets.translucentItemSheet()static RenderTypeRenderType.translucentMovingBlock()static RenderTypeRenderType.translucentParticle(ResourceLocation pTexture) static RenderTypeRenderType.tripwire()static RenderTypeRenderType.vignette(ResourceLocation pLocation) static RenderTypeRenderType.waterMask()static RenderTypeRenderType.weather(ResourceLocation pTexture, boolean pDepthWrite) static RenderTypeRenderType.worldBorder(boolean pDepthWrite) Methods in net.minecraft.client.renderer that return types with arguments of type RenderTypeModifier and TypeMethodDescriptionstatic List<RenderType> RenderType.chunkBufferLayers()private static Function<ResourceLocation, RenderType> RenderType.createWeather(boolean pDepthWrite) RenderType.CompositeRenderType.outline()RenderType.outline()Methods in net.minecraft.client.renderer with parameters of type RenderTypeModifier and TypeMethodDescriptionSectionBufferBuilderPack.buffer(RenderType pRenderType) private MeshDataCloudRenderer.buildMesh(Tesselator pTesselator, int pCellX, int pCellZ, CloudStatus pCloudStatus, CloudRenderer.RelativeCameraPos pRelativeCameraPos, RenderType pRenderType) private voidCloudRenderer.drawWithRenderType(RenderType pRenderType, Matrix4f pFrustumMatrix, Matrix4f pProjectionMatrix, float pX, float pY, float pZ) voidMultiBufferSource.BufferSource.endBatch(RenderType pRenderType) private voidMultiBufferSource.BufferSource.endBatch(RenderType pRenderType, BufferBuilder pBuilder) MultiBufferSource.BufferSource.getBuffer(RenderType p_109919_) MultiBufferSource.getBuffer(RenderType pRenderType) OutlineBufferSource.getBuffer(RenderType p_109935_) private static voidRenderBuffers.put(it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<RenderType, ByteBufferBuilder> pMapBuilders, RenderType pRenderType) private voidLevelRenderer.renderSectionLayer(RenderType pRenderType, double pX, double pY, double pZ, Matrix4f pFrustrumMatrix, Matrix4f pProjectionMatrix) static voidItemBlockRenderTypes.setRenderLayer(Block block, RenderType type) Deprecated.Set your render type in your block model's JSON (eg.static voidItemBlockRenderTypes.setRenderLayer(Fluid fluid, RenderType type) Helper to set the RenderType for FluidsMethod parameters in net.minecraft.client.renderer with type arguments of type RenderTypeModifier and TypeMethodDescriptionprivate static ChunkRenderTypeSetItemBlockRenderTypes.createSetFromPredicate(Predicate<RenderType> predicate) MultiBufferSource.immediateWithBuffers(SequencedMap<RenderType, ByteBufferBuilder> pFixedBuffers, ByteBufferBuilder pSharedBuffer) private static voidRenderBuffers.put(it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<RenderType, ByteBufferBuilder> pMapBuilders, RenderType pRenderType) static voidItemBlockRenderTypes.setRenderLayer(Block block, Predicate<RenderType> predicate) Deprecated.Set your render type in your block model's JSON (eg.Constructor parameters in net.minecraft.client.renderer with type arguments of type RenderTypeModifierConstructorDescriptionprotectedBufferSource(ByteBufferBuilder pSharedBuffer, SequencedMap<RenderType, ByteBufferBuilder> pFixedBuffers) -
Uses of RenderType in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block with parameters of type RenderTypeModifier and TypeMethodDescriptionvoidBlockRenderDispatcher.renderBatched(BlockState pState, BlockPos pPos, BlockAndTintGetter pLevel, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, RandomSource pRandom, ModelData modelData, RenderType renderType) voidModelBlockRenderer.renderModel(PoseStack.Pose pPose, VertexConsumer pConsumer, BlockState pState, BakedModel pModel, float pRed, float pGreen, float pBlue, int pPackedLight, int pPackedOverlay, ModelData modelData, RenderType renderType) voidBlockRenderDispatcher.renderSingleBlock(BlockState pState, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, ModelData modelData, RenderType renderType) voidModelBlockRenderer.tesselateBlock(BlockAndTintGetter pLevel, BakedModel pModel, BlockState pState, BlockPos pPos, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, RandomSource pRandom, long pSeed, int pPackedOverlay, ModelData modelData, RenderType renderType) voidModelBlockRenderer.tesselateWithAO(BlockAndTintGetter pLevel, BakedModel pModel, BlockState pState, BlockPos pPos, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, RandomSource pRandom, long pSeed, int pPackedOverlay, ModelData modelData, RenderType renderType) voidModelBlockRenderer.tesselateWithoutAO(BlockAndTintGetter pLevel, BakedModel pModel, BlockState pState, BlockPos pPos, PoseStack pPoseStack, VertexConsumer pConsumer, boolean pCheckSides, RandomSource pRandom, long pSeed, int pPackedOverlay, ModelData modelData, RenderType renderType) -
Uses of RenderType in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity that return RenderTypeModifier and TypeMethodDescriptionstatic RenderTypeSkullBlockRenderer.getRenderType(SkullBlock.Type pType, ResolvableProfile pProfile) static RenderTypeSkullBlockRenderer.getRenderType(SkullBlock.Type pType, ResolvableProfile pProfile, ResourceLocation pTextureOverride) protected RenderTypeTheEndGatewayRenderer.renderType()protected RenderTypeTheEndPortalRenderer.renderType()Methods in net.minecraft.client.renderer.blockentity with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic voidSkullBlockRenderer.renderSkull(Direction pDirection, float pYRot, float pMouthAnimation, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, SkullModelBase pModel, RenderType pRenderType) -
Uses of RenderType in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk with type parameters of type RenderTypeModifier and TypeFieldDescriptionprivate final Map<RenderType, VertexBuffer> SectionRenderDispatcher.RenderSection.buffers(package private) final Set<RenderType> SectionRenderDispatcher.CompiledSection.hasBlocksfinal Map<RenderType, MeshData> SectionCompiler.Results.renderedLayersMethods in net.minecraft.client.renderer.chunk with parameters of type RenderTypeModifier and TypeMethodDescriptionSectionRenderDispatcher.RenderSection.getBuffer(RenderType pRenderType) private BufferBuilderSectionCompiler.getOrBeginLayer(Map<RenderType, BufferBuilder> pBufferLayers, SectionBufferBuilderPack pSectionBufferBuilderPack, RenderType pRenderType) booleanSectionRenderDispatcher.CompiledSection.isEmpty(RenderType pRenderType) Method parameters in net.minecraft.client.renderer.chunk with type arguments of type RenderTypeModifier and TypeMethodDescriptionprivate BufferBuilderSectionCompiler.getOrBeginLayer(Map<RenderType, BufferBuilder> pBufferLayers, SectionBufferBuilderPack pSectionBufferBuilderPack, RenderType pRenderType) -
Uses of RenderType in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as RenderTypeModifier and TypeFieldDescriptionprivate static final RenderTypeEnderDragonRenderer.BEAMprivate static final RenderTypeGuardianRenderer.BEAM_RENDER_TYPEprivate static final RenderTypeEnderDragonRenderer.DECALprivate static final RenderTypeEnderDragonRenderer.EYESprivate static final RenderTypeDragonFireballRenderer.RENDER_TYPEprivate static final RenderTypeEndCrystalRenderer.RENDER_TYPEprivate static final RenderTypeEnderDragonRenderer.RENDER_TYPEprivate static final RenderTypeExperienceOrbRenderer.RENDER_TYPEprivate static final RenderTypeFishingHookRenderer.RENDER_TYPEprivate static final RenderTypeShulkerBulletRenderer.RENDER_TYPEprivate static final RenderTypeEntityRenderDispatcher.SHADOW_RENDER_TYPEMethods in net.minecraft.client.renderer.entity that return RenderTypeModifier and TypeMethodDescriptionprotected RenderTypeArmorStandRenderer.getRenderType(ArmorStandRenderState p_364565_, boolean p_113794_, boolean p_113795_, boolean p_113796_) protected RenderTypeLivingEntityRenderer.getRenderType(S pRenderState, boolean pIsVisible, boolean pRenderTranslucent, boolean pAppearsGlowing) protected abstract RenderTypeAbstractBoatRenderer.renderType()protected RenderTypeBoatRenderer.renderType()protected RenderTypeRaftRenderer.renderType()Methods in net.minecraft.client.renderer.entity with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic VertexConsumerItemRenderer.getArmorFoilBuffer(MultiBufferSource pBufferSource, RenderType pRenderType, boolean pHasFoil) private static VertexConsumerItemRenderer.getCompassFoilBuffer(MultiBufferSource pBufferSource, RenderType pRenderType, PoseStack.Pose pPose) static VertexConsumerItemRenderer.getFoilBuffer(MultiBufferSource pBufferSource, RenderType pRenderType, boolean pIsItem, boolean pGlint) static voidItemRenderer.renderItem(ItemDisplayContext pDisplayContext, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, int[] pTintLayers, BakedModel pModel, RenderType pRenderType, ItemStackRenderState.FoilType pFoilType) -
Uses of RenderType in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as RenderTypeModifier and TypeFieldDescriptionprivate static final RenderTypeBreezeEyesLayer.BREEZE_EYESprivate static final RenderTypeEnderEyesLayer.ENDERMAN_EYESprivate static final RenderTypePhantomEyesLayer.PHANTOM_EYESprivate static final RenderTypeSpiderEyesLayer.SPIDER_EYESFields in net.minecraft.client.renderer.entity.layers with type parameters of type RenderTypeModifier and TypeFieldDescriptionprivate final Function<ResourceLocation, RenderType> LivingEntityEmissiveLayer.bufferProviderMethods in net.minecraft.client.renderer.entity.layers that return RenderTypeModifier and TypeMethodDescriptionEnderEyesLayer.renderType()abstract RenderTypeEyesLayer.renderType()PhantomEyesLayer.renderType()SpiderEyesLayer.renderType()Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type RenderTypeModifierConstructorDescriptionLivingEntityEmissiveLayer(RenderLayerParent<S, M> pRenderer, ResourceLocation pTexture, LivingEntityEmissiveLayer.AlphaFunction<S> pAlphaFunction, LivingEntityEmissiveLayer.DrawSelector<S, M> pDrawSelector, Function<ResourceLocation, RenderType> pBufferProvider, boolean pAlwaysVisible) -
Uses of RenderType in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item declared as RenderTypeModifier and TypeFieldDescriptionprivate RenderTypeItemStackRenderState.LayerRenderState.renderTypeMethods in net.minecraft.client.renderer.item with parameters of type RenderTypeModifier and TypeMethodDescriptionvoidItemStackRenderState.LayerRenderState.setupBlockModel(BakedModel pModel, RenderType pRenderType) -
Uses of RenderType in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as RenderTypeModifier and TypeFieldDescriptionprotected final RenderTypeSimpleBakedModel.itemRenderTypeprivate RenderTypeMaterial.renderTypeFields in net.minecraft.client.resources.model with type parameters of type RenderTypeMethods in net.minecraft.client.resources.model that return RenderTypeModifier and TypeMethodDescriptionDelegateBakedModel.getRenderType(ItemStack itemStack) SimpleBakedModel.getRenderType(ItemStack itemStack) Material.renderType(Function<ResourceLocation, RenderType> pRenderTypeGetter) Methods in net.minecraft.client.resources.model with parameters of type RenderTypeModifier and TypeMethodDescriptionDelegateBakedModel.getQuads(BlockState p_371320_, Direction p_371369_, RandomSource p_371947_, ModelData modelData, RenderType renderType) MultiPartBakedModel.getQuads(BlockState p_235050_, Direction p_235051_, RandomSource p_235052_, ModelData modelData, RenderType renderType) WeightedBakedModel.getQuads(BlockState p_235058_, Direction p_235059_, RandomSource p_235060_, ModelData modelData, RenderType renderType) DelegateBakedModel.useAmbientOcclusion(BlockState state, ModelData modelData, RenderType renderType) Method parameters in net.minecraft.client.resources.model with type arguments of type RenderTypeModifier and TypeMethodDescriptionMaterial.buffer(MultiBufferSource pBufferSource, Function<ResourceLocation, RenderType> pRenderTypeGetter) Material.buffer(MultiBufferSource pBufferSource, Function<ResourceLocation, RenderType> pRenderTypeGetter, boolean pNoEntity, boolean pWithGlint) Material.renderType(Function<ResourceLocation, RenderType> pRenderTypeGetter) -
Uses of RenderType in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderTypeRenderTypeGroup.blockThe field for theblockrecord component.private static final RenderType[]ChunkRenderTypeSet.CHUNK_RENDER_TYPESprivate final RenderTypeRenderTypeGroup.entityThe field for theentityrecord component.Fields in net.neoforged.neoforge.client with type parameters of type RenderTypeModifier and TypeFieldDescriptionprivate static final List<RenderType> ChunkRenderTypeSet.CHUNK_RENDER_TYPES_LISTstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUTstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUT_MIPPEDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_SOLIDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_TRANSLUCENTprivate final Supplier<RenderType> NeoForgeRenderTypes.renderTypeSupplierstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_FILTEREDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_FILTEREDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_POLYGON_OFFSET_FILTEREDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_SEETHROUGH_FILTEREDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_POLYGON_OFFSET_FILTEREDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_SEETHROUGH_FILTEREDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TRANSLUCENT_PARTICLES_TARGETstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_SORTEDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_UNSORTEDstatic Function<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.UNSORTED_TRANSLUCENTMethods in net.neoforged.neoforge.client that return RenderTypeModifier and TypeMethodDescriptionRenderTypeGroup.block()Returns the value of theblockrecord component.RenderTypeGroup.entity()Returns the value of theentityrecord component.NeoForgeRenderTypes.get()static RenderTypeNeoForgeRenderTypes.getEntityCutoutMipped(ResourceLocation textureLocation) static RenderTypeRenderTypeHelper.getEntityRenderType(RenderType chunkRenderType) Provides aRenderTypeusingDefaultVertexFormat.NEW_ENTITYfor the givenDefaultVertexFormat.BLOCKformat.static RenderTypeRenderTypeHelper.getFallbackItemRenderType(ItemStack stack, BakedModel model) Provides a fallbackRenderTypefor the givenItemStackin the case that none is explicitly specified.static RenderTypeNeoForgeRenderTypes.getItemLayeredCutout(ResourceLocation textureLocation) static RenderTypeNeoForgeRenderTypes.getItemLayeredCutoutMipped(ResourceLocation textureLocation) static RenderTypeNeoForgeRenderTypes.getItemLayeredSolid(ResourceLocation textureLocation) static RenderTypeNeoForgeRenderTypes.getItemLayeredTranslucent(ResourceLocation textureLocation) static RenderTypeRenderTypeHelper.getMovingBlockRenderType(RenderType renderType) Provides aRenderTypefit for rendering moving blocks given the specified chunk render type.static RenderTypeNeoForgeRenderTypes.getTextFiltered(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextFiltered(ResourceLocation locationIn) static RenderTypeNeoForgeRenderTypes.getTextIntensityFiltered(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextIntensityFiltered(ResourceLocation locationIn) static RenderTypeNeoForgeRenderTypes.getTextIntensityPolygonOffsetFiltered(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextIntensityPolygonOffsetFiltered(ResourceLocation locationIn) static RenderTypeNeoForgeRenderTypes.getTextIntensitySeeThroughFiltered(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextIntensitySeeThroughFiltered(ResourceLocation locationIn) static RenderTypeNeoForgeRenderTypes.getTextPolygonOffsetFiltered(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextPolygonOffsetFiltered(ResourceLocation locationIn) static RenderTypeNeoForgeRenderTypes.getTextSeeThroughFiltered(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTextSeeThroughFiltered(ResourceLocation locationIn) static RenderTypeNeoForgeRenderTypes.getTranslucentParticlesTarget(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.getTranslucentParticlesTarget(ResourceLocation locationIn) static RenderTypeNeoForgeRenderTypes.getUnlitTranslucent(ResourceLocation textureLocation) static RenderTypeNeoForgeRenderTypes.getUnlitTranslucent(ResourceLocation textureLocation, boolean sortingEnabled) static RenderTypeNeoForgeRenderTypes.getUnsortedTranslucent(ResourceLocation textureLocation) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemCutout(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemCutoutMipped(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemSolid(ResourceLocation locationIn) private static RenderTypeNeoForgeRenderTypes.Internal.layeredItemTranslucent(ResourceLocation locationIn) ChunkRenderTypeSet.IteratorImpl.next()private static RenderTypeNeoForgeRenderTypes.Internal.unlitTranslucent(ResourceLocation textureLocation, boolean sortingEnabled) private static RenderTypeNeoForgeRenderTypes.Internal.unsortedTranslucent(ResourceLocation textureLocation) Methods in net.neoforged.neoforge.client that return types with arguments of type RenderTypeModifier and TypeMethodDescriptionChunkRenderTypeSet.All.asList()ChunkRenderTypeSet.asList()ChunkRenderTypeSet.None.asList()ChunkRenderTypeSet.All.iterator()ChunkRenderTypeSet.iterator()ChunkRenderTypeSet.None.iterator()Methods in net.neoforged.neoforge.client with parameters of type RenderTypeModifier and TypeMethodDescriptionbooleanChunkRenderTypeSet.All.contains(RenderType renderType) booleanChunkRenderTypeSet.contains(RenderType renderType) booleanChunkRenderTypeSet.None.contains(RenderType renderType) static voidClientHooks.dispatchRenderStage(RenderType renderType, Level level, LevelRenderer levelRenderer, Matrix4f modelViewMatrix, Matrix4f projectionMatrix, int renderTick, Camera camera, Frustum frustum) static RenderTypeRenderTypeHelper.getEntityRenderType(RenderType chunkRenderType) Provides aRenderTypeusingDefaultVertexFormat.NEW_ENTITYfor the givenDefaultVertexFormat.BLOCKformat.static RenderTypeRenderTypeHelper.getMovingBlockRenderType(RenderType renderType) Provides aRenderTypefit for rendering moving blocks given the specified chunk render type.static ChunkRenderTypeSetChunkRenderTypeSet.of(RenderType... renderTypes) Method parameters in net.neoforged.neoforge.client with type arguments of type RenderTypeModifier and TypeMethodDescriptionstatic voidClientHooks.addAdditionalGeometry(List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers, Function<RenderType, VertexConsumer> getOrCreateBuilder, RenderChunkRegion region, PoseStack transformation) private static ChunkRenderTypeSetChunkRenderTypeSet.of(Iterable<RenderType> renderTypes) static ChunkRenderTypeSetChunkRenderTypeSet.of(Collection<RenderType> renderTypes) Constructors in net.neoforged.neoforge.client with parameters of type RenderTypeModifierConstructorDescriptionRenderTypeGroup(RenderType block, RenderType entity) Creates an instance of aRenderTypeGrouprecord class.Constructor parameters in net.neoforged.neoforge.client with type arguments of type RenderTypeModifierConstructorDescriptionprivateNeoForgeRenderTypes(Supplier<RenderType> renderTypeSupplier) -
Uses of RenderType in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type RenderTypeModifier and TypeFieldDescriptionprivate final Function<RenderType, VertexConsumer> AddSectionGeometryEvent.SectionRenderingContext.getOrCreateLayerprivate static final Map<RenderType, RenderLevelStageEvent.Stage> RenderLevelStageEvent.Stage.RENDER_TYPE_STAGESprivate final SequencedMap<RenderType, ByteBufferBuilder> RegisterRenderBuffersEvent.renderBuffersMethods in net.neoforged.neoforge.client.event with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic @Nullable RenderLevelStageEvent.StageRenderLevelStageEvent.Stage.fromRenderType(RenderType renderType) Returns the stage bound to the render type, or null if no value is present.AddSectionGeometryEvent.SectionRenderingContext.getOrCreateChunkBuffer(RenderType type) Returns the builder for the given render type/layer in the chunk section.voidRegisterNamedRenderTypesEvent.register(ResourceLocation key, RenderType blockRenderType, RenderType entityRenderType) Registers a namedRenderTypeGroup.RenderLevelStageEvent.RegisterStageEvent.register(ResourceLocation name, @Nullable RenderType renderType) private static RenderLevelStageEvent.StageRenderLevelStageEvent.Stage.register(String name, @Nullable RenderType renderType) private static RenderLevelStageEvent.StageRenderLevelStageEvent.Stage.register(ResourceLocation name, @Nullable RenderType renderType) voidRegisterRenderBuffersEvent.registerRenderBuffer(RenderType renderType) Registers a default render buffer with buffer size specified in the render type.voidRegisterRenderBuffersEvent.registerRenderBuffer(RenderType renderType, ByteBufferBuilder renderBuffer) Registers a render buffer for specified render type.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type RenderTypeModifierConstructorDescriptionRegisterRenderBuffersEvent(SequencedMap<RenderType, ByteBufferBuilder> renderBuffers) SectionRenderingContext(Function<RenderType, VertexConsumer> getOrCreateLayer, BlockAndTintGetter region, PoseStack poseStack) -
Uses of RenderType in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions that return RenderTypeModifier and TypeMethodDescriptiondefault RenderTypeIBakedModelExtension.getRenderType(ItemStack itemStack) Gets therender typeto use when drawing this item.Methods in net.neoforged.neoforge.client.extensions with parameters of type RenderTypeModifier and TypeMethodDescriptionIBakedModelExtension.getQuads(@Nullable BlockState state, @Nullable Direction side, RandomSource rand, ModelData data, @Nullable RenderType renderType) A nullRenderTypeis used for the breaking overlay as well as non-standard rendering, so models should return all their quads.default TriStateIBakedModelExtension.useAmbientOcclusion(BlockState state, ModelData data, RenderType renderType) Controls the AO behavior for all quads of this model. -
Uses of RenderType in net.neoforged.neoforge.client.model
Methods in net.neoforged.neoforge.client.model with parameters of type RenderTypeModifier and TypeMethodDescriptionIDynamicBakedModel.getQuads(@Nullable BlockState state, @Nullable Direction side, RandomSource rand, ModelData extraData, @Nullable RenderType renderType) UnbakedCompositeModel.Baked.getQuads(@Nullable BlockState state, @Nullable Direction side, RandomSource rand, ModelData data, @Nullable RenderType renderType) -
Uses of RenderType in net.neoforged.neoforge.client.model.lighting
Methods in net.neoforged.neoforge.client.model.lighting with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic booleanLightPipelineAwareModelBlockRenderer.render(VertexConsumer vertexConsumer, QuadLighter lighter, BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, boolean checkSides, RandomSource rand, long seed, int packedOverlay, ModelData modelData, RenderType renderType) voidLightPipelineAwareModelBlockRenderer.tesselateWithAO(BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, VertexConsumer vertexConsumer, boolean checkSides, RandomSource rand, long seed, int packedOverlay, ModelData modelData, RenderType renderType) voidLightPipelineAwareModelBlockRenderer.tesselateWithoutAO(BlockAndTintGetter level, BakedModel model, BlockState state, BlockPos pos, PoseStack poseStack, VertexConsumer vertexConsumer, boolean checkSides, RandomSource rand, long seed, int packedOverlay, ModelData modelData, RenderType renderType)
GlyphRenderTypes(net.minecraft.client.renderer.RenderType,net.minecraft.client.renderer.RenderType,net.minecraft.client.renderer.RenderType,net.minecraft.client.renderer.RenderType,net.minecraft.client.renderer.RenderType,net.minecraft.client.renderer.RenderType)instead