Uses of Class
net.minecraft.client.renderer.RenderType
Packages that use RenderType
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Extension interfaces for
client
-only classes.-
Uses of RenderType in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type RenderTypeModifier and TypeMethodDescriptionvoid
GuiGraphics.fill
(RenderType p_286602_, int p_286738_, int p_286614_, int p_286741_, int p_286610_, int p_286560_) void
GuiGraphics.fill
(RenderType p_286711_, int p_286234_, int p_286444_, int p_286244_, int p_286411_, int p_286671_, int p_286599_) void
GuiGraphics.fillGradient
(RenderType p_286522_, int p_286535_, int p_286839_, int p_286242_, int p_286856_, int p_286809_, int p_286833_, int p_286706_) void
GuiGraphics.fillRenderType
(RenderType p_331805_, int p_330261_, int p_330693_, int p_331143_, int p_331708_, int p_330497_) void
GuiGraphics.hLine
(RenderType p_286630_, int p_286453_, int p_286247_, int p_286814_, int p_286623_) void
GuiGraphics.vLine
(RenderType p_286607_, int p_286309_, int p_286480_, int p_286707_, int p_286855_) Method parameters in net.minecraft.client.gui with type arguments of type RenderTypeModifier and TypeMethodDescriptionvoid
GuiGraphics.blit
(Function<ResourceLocation, RenderType> p_361481_, ResourceLocation p_283573_, int p_283574_, int p_283670_, float p_283029_, float p_283061_, int p_283545_, int p_282845_, int p_282558_, int p_282832_) void
GuiGraphics.blit
(Function<ResourceLocation, RenderType> p_363559_, ResourceLocation p_282034_, int p_283671_, int p_282377_, float p_282285_, float p_283199_, int p_282058_, int p_281939_, int p_282186_, int p_282322_, int p_282481_) void
GuiGraphics.blit
(Function<ResourceLocation, RenderType> p_361404_, ResourceLocation p_282639_, int p_282732_, int p_283541_, float p_282660_, float p_281522_, int p_281760_, int p_283298_, int p_283429_, int p_282193_, int p_281980_, int p_282315_) void
GuiGraphics.blit
(Function<ResourceLocation, RenderType> p_363000_, ResourceLocation p_363701_, int p_282225_, int p_281487_, float p_363958_, float p_363869_, int p_281985_, int p_281329_, int p_283035_, int p_363829_, int p_365041_, int p_361356_, int p_363808_) private void
GuiGraphics.blitNineSlicedSprite
(Function<ResourceLocation, RenderType> p_362339_, TextureAtlasSprite p_294394_, GuiSpriteScaling.NineSlice p_295735_, int p_294769_, int p_294546_, int p_294421_, int p_295807_, int p_295009_) private void
GuiGraphics.blitNineSliceInnerSegment
(Function<ResourceLocation, RenderType> p_371823_, GuiSpriteScaling.NineSlice p_371657_, TextureAtlasSprite p_371812_, int p_371894_, int p_371565_, int p_371606_, int p_371781_, int p_371379_, int p_371448_, int p_371442_, int p_371801_, int p_371588_, int p_371206_, int p_371311_) void
GuiGraphics.blitSprite
(Function<ResourceLocation, RenderType> p_364096_, TextureAtlasSprite p_361089_, int p_294223_, int p_296245_, int p_296255_, int p_295669_) void
GuiGraphics.blitSprite
(Function<ResourceLocation, RenderType> p_363285_, TextureAtlasSprite p_364680_, int p_295194_, int p_295164_, int p_294823_, int p_295650_, int p_295401_) private void
GuiGraphics.blitSprite
(Function<ResourceLocation, RenderType> p_364269_, TextureAtlasSprite p_295122_, int p_295850_, int p_296348_, int p_295804_, int p_296465_, int p_295717_, int p_360779_, int p_363595_, int p_364585_, int p_361093_) void
GuiGraphics.blitSprite
(Function<ResourceLocation, RenderType> p_363890_, ResourceLocation p_294915_, int p_295058_, int p_294415_, int p_294535_, int p_295510_) void
GuiGraphics.blitSprite
(Function<ResourceLocation, RenderType> p_365436_, ResourceLocation p_365379_, int p_294695_, int p_296458_, int p_294279_, int p_295235_, int p_295034_) void
GuiGraphics.blitSprite
(Function<ResourceLocation, RenderType> p_364966_, ResourceLocation p_294549_, int p_294560_, int p_295075_, int p_294098_, int p_295872_, int p_294414_, int p_362199_, int p_363608_, int p_365523_) private void
GuiGraphics.blitTiledSprite
(Function<ResourceLocation, RenderType> p_360478_, TextureAtlasSprite p_294349_, int p_295093_, int p_296434_, int p_295268_, int p_295203_, int p_296398_, int p_295542_, int p_296165_, int p_296256_, int p_294814_, int p_296352_, int p_296203_) private void
GuiGraphics.innerBlit
(Function<ResourceLocation, RenderType> p_362282_, ResourceLocation p_283254_, int p_283092_, int p_281930_, int p_282113_, int p_281388_, float p_281327_, float p_281676_, float p_283166_, float p_282630_, int p_283583_) -
Uses of RenderType in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderType
GlyphRenderTypes.normal
The field for thenormal
record component.private final RenderType
GlyphRenderTypes.normalBlur
The field for thenormalBlur
record component.private final RenderType
GlyphRenderTypes.polygonOffset
The field for thepolygonOffset
record component.private final RenderType
GlyphRenderTypes.polygonOffsetBlur
The field for thepolygonOffsetBlur
record component.private final RenderType
GlyphRenderTypes.seeThrough
The field for theseeThrough
record component.private final RenderType
GlyphRenderTypes.seeThroughBlur
The field for theseeThroughBlur
record component.Methods in net.minecraft.client.gui.font that return RenderTypeModifier and TypeMethodDescriptionGlyphRenderTypes.normal()
Returns the value of thenormal
record component.GlyphRenderTypes.normalBlur()
Returns the value of thenormalBlur
record component.GlyphRenderTypes.polygonOffset()
Returns the value of thepolygonOffset
record component.GlyphRenderTypes.polygonOffsetBlur()
Returns the value of thepolygonOffsetBlur
record component.GlyphRenderTypes.seeThrough()
Returns the value of theseeThrough
record component.GlyphRenderTypes.seeThroughBlur()
Returns the value of theseeThroughBlur
record component.GlyphRenderTypes.select
(Font.DisplayMode p_285259_) GlyphRenderTypes.select
(Font.DisplayMode p_285259_, boolean blur) Neo: returns theRenderType
to use for the givenFont.DisplayMode
and 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 aGlyphRenderTypes
record 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 p_181388_) Deprecated.Neo: UseBakedGlyph.renderType(Font.DisplayMode, boolean)
insteadBakedGlyph.renderType
(Font.DisplayMode p_181388_, boolean blur) Neo: returns theRenderType
to use for the givenFont.DisplayMode
and 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.renderType
Methods in net.minecraft.client.model that return RenderTypeConstructor parameters in net.minecraft.client.model with type arguments of type RenderTypeModifierConstructorDescriptionprotected
EntityModel
(ModelPart p_368495_, Function<ResourceLocation, RenderType> p_102613_) HumanoidModel
(ModelPart p_170679_, Function<ResourceLocation, RenderType> p_170680_) Model
(ModelPart p_368583_, Function<ResourceLocation, RenderType> p_103110_) Simple
(ModelPart p_364140_, Function<ResourceLocation, RenderType> p_364753_) -
Uses of RenderType in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderType
MobAppearanceParticle.renderType
private final RenderType
ParticleRenderType.renderType
The field for therenderType
record component.Methods in net.minecraft.client.particle that return RenderTypeModifier and TypeMethodDescriptionParticleRenderType.renderType()
Returns the value of therenderType
record 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 aParticleRenderType
record class. -
Uses of RenderType in net.minecraft.client.renderer
Subclasses of RenderType in net.minecraft.client.rendererModifier and TypeClassDescription(package private) static final class
Fields in net.minecraft.client.renderer declared as RenderTypeModifier and TypeFieldDescriptionstatic final RenderType
RenderType.ARMOR_ENTITY_GLINT
private static final RenderType
Sheets.ARMOR_TRIMS_DECAL_SHEET_TYPE
private static final RenderType
Sheets.ARMOR_TRIMS_SHEET_TYPE
private static final RenderType
Sheets.BANNER_SHEET_TYPE
private static final RenderType
Sheets.BED_SHEET_TYPE
private static final RenderType
Sheets.CHEST_SHEET_TYPE
static final RenderType
RenderType.CUTOUT
private static final RenderType
Sheets.CUTOUT_BLOCK_SHEET
static final RenderType
RenderType.CUTOUT_MIPPED
static final RenderType
RenderType.DRAGON_RAYS
static final RenderType
RenderType.DRAGON_RAYS_DEPTH
static final RenderType
RenderType.END_GATEWAY
static final RenderType
RenderType.END_PORTAL
static final RenderType
RenderType.ENTITY_GLINT
static final RenderType
RenderType.GLINT
static final RenderType
RenderType.GLINT_TRANSLUCENT
protected RenderType
MultiBufferSource.BufferSource.lastSharedType
static final RenderType
RenderType.LEASH
static final RenderType
RenderType.LIGHTNING
private static final RenderType
ItemInHandRenderer.MAP_BACKGROUND
private static final RenderType
ItemInHandRenderer.MAP_BACKGROUND_CHECKERBOARD
private static final RenderType
Sheets.SHIELD_SHEET_TYPE
private static final RenderType
Sheets.SHULKER_BOX_SHEET_TYPE
private static final RenderType
Sheets.SIGN_SHEET_TYPE
static final RenderType
RenderType.SOLID
private static final RenderType
Sheets.SOLID_BLOCK_SHEET
static final RenderType
RenderType.SUNRISE_SUNSET
static final RenderType
RenderType.TEXT_BACKGROUND
static final RenderType
RenderType.TEXT_BACKGROUND_SEE_THROUGH
static final RenderType
RenderType.TRANSLUCENT
private static final RenderType
static final RenderType
RenderType.TRANSLUCENT_MOVING_BLOCK
static final RenderType
RenderType.TRIPWIRE
static final RenderType
RenderType.WATER_MASK
Fields in net.minecraft.client.renderer with type parameters of type RenderTypeModifier and TypeFieldDescriptionstatic final Function
<ResourceLocation, RenderType> RenderType.ARMOR_CUTOUT_NO_CULL
static final Function
<ResourceLocation, RenderType> RenderType.ARMOR_TRANSLUCENT
static final BiFunction
<ResourceLocation, Boolean, RenderType> RenderType.BEACON_BEAM
static final Function
<ResourceLocation, RenderType> RenderType.BLOCK_SCREEN_EFFECT
private final Map
<RenderType, ByteBufferBuilder> SectionBufferBuilderPack.buffers
static final Function
<ResourceLocation, RenderType> RenderType.CELESTIAL
static final com.google.common.collect.ImmutableList
<RenderType> RenderType.CHUNK_BUFFER_LAYERS
static final Function
<ResourceLocation, RenderType> RenderType.CROSSHAIR
static final Function
<ResourceLocation, RenderType> RenderType.CRUMBLING
static final Function
<ResourceLocation, RenderType> RenderType.DRAGON_EXPLOSION_ALPHA
static final Function
<ResourceLocation, RenderType> RenderType.ENTITY_CUTOUT
static final BiFunction
<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_CUTOUT_NO_CULL
static final BiFunction
<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_CUTOUT_NO_CULL_Z_OFFSET
static final Function
<ResourceLocation, RenderType> RenderType.ENTITY_DECAL
static final Function
<ResourceLocation, RenderType> RenderType.ENTITY_NO_OUTLINE
static final Function
<ResourceLocation, RenderType> RenderType.ENTITY_SHADOW
static final Function
<ResourceLocation, RenderType> RenderType.ENTITY_SMOOTH_CUTOUT
static final Function
<ResourceLocation, RenderType> RenderType.ENTITY_SOLID
static final Function
<ResourceLocation, RenderType> RenderType.ENTITY_SOLID_Z_OFFSET_FORWARD
static final BiFunction
<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_TRANSLUCENT
static final BiFunction
<ResourceLocation, Boolean, RenderType> RenderType.ENTITY_TRANSLUCENT_EMISSIVE
static final Function
<ResourceLocation, RenderType> RenderType.EYES
static final Function
<ResourceLocation, RenderType> RenderType.FIRE_SCREEN_EFFECT
protected final SequencedMap
<RenderType, ByteBufferBuilder> MultiBufferSource.BufferSource.fixedBuffers
static final Function
<ResourceLocation, RenderType> RenderType.GUI_OPAQUE_TEXTURED_BACKGROUND
static final Function
<ResourceLocation, RenderType> RenderType.GUI_TEXTURED
static final Function
<ResourceLocation, RenderType> RenderType.GUI_TEXTURED_OVERLAY
static final Function
<ResourceLocation, RenderType> RenderType.ITEM_ENTITY_TRANSLUCENT_CULL
static final Function
<ResourceLocation, RenderType> RenderType.OPAQUE_PARTICLE
private final Optional
<RenderType> RenderType.CompositeRenderType.outline
(package private) static final BiFunction
<ResourceLocation, Boolean, RenderType> RenderType.CompositeRenderType.OUTLINE
private static final List
<RenderType> SectionBufferBuilderPack.RENDER_TYPES
protected final Map
<RenderType, BufferBuilder> MultiBufferSource.BufferSource.startedBuilders
static final Function
<ResourceLocation, RenderType> RenderType.TEXT
static final Function
<ResourceLocation, RenderType> RenderType.TEXT_INTENSITY
static final Function
<ResourceLocation, RenderType> RenderType.TEXT_INTENSITY_POLYGON_OFFSET
static final Function
<ResourceLocation, RenderType> RenderType.TEXT_INTENSITY_SEE_THROUGH
static final Function
<ResourceLocation, RenderType> RenderType.TEXT_POLYGON_OFFSET
static final Function
<ResourceLocation, RenderType> RenderType.TEXT_SEE_THROUGH
static final Function
<ResourceLocation, RenderType> RenderType.TRANSLUCENT_PARTICLE
private static final Map
<Block, RenderType> ItemBlockRenderTypes.TYPE_BY_BLOCK
Deprecated.private static final Map
<Fluid, RenderType> ItemBlockRenderTypes.TYPE_BY_FLUID
Deprecated.static final Function
<ResourceLocation, RenderType> RenderType.VIGNETTE
static final Function
<ResourceLocation, RenderType> RenderType.WEATHER_DEPTH_WRITE
static final Function
<ResourceLocation, RenderType> RenderType.WEATHER_NO_DEPTH_WRITE
Methods in net.minecraft.client.renderer that return RenderTypeModifier and TypeMethodDescriptionstatic RenderType
RenderType.armorCutoutNoCull
(ResourceLocation p_110432_) static RenderType
RenderType.armorEntityGlint()
static RenderType
RenderType.armorTranslucent
(ResourceLocation p_381653_) static RenderType
Sheets.armorTrimsSheet
(boolean p_299909_) static RenderType
Sheets.bannerSheet()
static RenderType
RenderType.beaconBeam
(ResourceLocation p_110461_, boolean p_110462_) static RenderType
Sheets.bedSheet()
static RenderType
RenderType.blockScreenEffect
(ResourceLocation p_383177_) static RenderType
RenderType.breezeEyes
(ResourceLocation p_312754_) static RenderType
RenderType.breezeWind
(ResourceLocation p_312312_, float p_312776_, float p_312709_) static RenderType
RenderType.celestial
(ResourceLocation p_383125_) static RenderType
Sheets.chestSheet()
static RenderType
RenderType.createArmorDecalCutoutNoCull
(ResourceLocation p_298411_) static RenderType
RenderType.crosshair
(ResourceLocation p_364250_) static RenderType
RenderType.crumbling
(ResourceLocation p_110495_) static RenderType
RenderType.cutout()
static RenderType
Sheets.cutoutBlockSheet()
static RenderType
RenderType.cutoutMipped()
static RenderType
RenderType.debugFilledBox()
static RenderType
RenderType.debugLine
(double p_404912_) static RenderType
RenderType.debugLineStrip
(double p_270166_) static RenderType
RenderType.debugQuads()
static RenderType
RenderType.debugSectionQuads()
static RenderType
RenderType.debugStructureQuads()
static RenderType
RenderType.debugTriangleFan()
static RenderType
RenderType.dragonExplosionAlpha
(ResourceLocation p_173236_) static RenderType
RenderType.dragonRays()
static RenderType
RenderType.dragonRaysDepth()
static RenderType
RenderType.endGateway()
static RenderType
RenderType.endPortal()
static RenderType
RenderType.energySwirl
(ResourceLocation p_110437_, float p_110438_, float p_110439_) static RenderType
RenderType.entityCutout
(ResourceLocation p_110453_) static RenderType
RenderType.entityCutoutNoCull
(ResourceLocation p_110459_) static RenderType
RenderType.entityCutoutNoCull
(ResourceLocation p_110444_, boolean p_110445_) static RenderType
RenderType.entityCutoutNoCullZOffset
(ResourceLocation p_110465_) static RenderType
RenderType.entityCutoutNoCullZOffset
(ResourceLocation p_110449_, boolean p_110450_) static RenderType
RenderType.entityDecal
(ResourceLocation p_110480_) static RenderType
RenderType.entityGlint()
static RenderType
RenderType.entityNoOutline
(ResourceLocation p_110483_) static RenderType
RenderType.entityShadow
(ResourceLocation p_110486_) static RenderType
RenderType.entitySmoothCutout
(ResourceLocation p_110477_) static RenderType
RenderType.entitySolid
(ResourceLocation p_110447_) static RenderType
RenderType.entitySolidZOffsetForward
(ResourceLocation p_364145_) static RenderType
RenderType.entityTranslucent
(ResourceLocation p_110474_) static RenderType
RenderType.entityTranslucent
(ResourceLocation p_110455_, boolean p_110456_) static RenderType
RenderType.entityTranslucentEmissive
(ResourceLocation p_234339_) static RenderType
RenderType.entityTranslucentEmissive
(ResourceLocation p_234336_, boolean p_234337_) static RenderType
RenderType.eyes
(ResourceLocation p_110489_) static RenderType
RenderType.fireScreenEffect
(ResourceLocation p_383080_) static RenderType
ItemBlockRenderTypes.getChunkRenderType
(BlockState p_109283_) Deprecated.static RenderType
ItemBlockRenderTypes.getMovingBlockRenderType
(BlockState p_109294_) Deprecated.Neo: UseRenderTypeHelper.getMovingBlockRenderType(RenderType)
with the result ofBlockModelPartExtension.getRenderType(BlockState)
.static RenderType
ItemBlockRenderTypes.getRenderLayer
(FluidState p_109288_) static RenderType
ItemBlockRenderTypes.getRenderType
(ItemStack p_366701_) Deprecated.Neo: SeeBlockModelWrapper.renderType
.static RenderType
ItemBlockRenderTypes.getRenderType
(BlockState p_366653_) Deprecated.Neo: UseRenderTypeHelper.getEntityRenderType(RenderType)
with the result ofBlockModelPartExtension.getRenderType(BlockState)
.static RenderType
RenderType.glint()
static RenderType
RenderType.glintTranslucent()
static RenderType
RenderType.gui()
static RenderType
RenderType.guiGhostRecipeOverlay()
static RenderType
RenderType.guiNauseaOverlay()
static RenderType
RenderType.guiOpaqueTexturedBackground
(ResourceLocation p_365074_) static RenderType
RenderType.guiOverlay()
static RenderType
RenderType.guiTextHighlight()
static RenderType
RenderType.guiTextured
(ResourceLocation p_361001_) static RenderType
RenderType.guiTexturedOverlay
(ResourceLocation p_364843_) static RenderType
Sheets.hangingSignSheet()
static RenderType
RenderType.itemEntityTranslucentCull
(ResourceLocation p_110468_) static RenderType
RenderType.leash()
static RenderType
RenderType.lightning()
static RenderType
RenderType.lines()
static RenderType
RenderType.lineStrip()
static RenderType
RenderType.mojangLogo()
static RenderType
RenderType.opaqueParticle
(ResourceLocation p_382948_) static RenderType
RenderType.outline
(ResourceLocation p_110492_) static RenderType
RenderType.secondaryBlockOutline()
static RenderType
Sheets.shieldSheet()
static RenderType
Sheets.shulkerBoxSheet()
static RenderType
Sheets.signSheet()
static RenderType
RenderType.solid()
static RenderType
Sheets.solidBlockSheet()
static RenderType
RenderType.sunriseSunset()
static RenderType
RenderType.text
(ResourceLocation p_110498_) static RenderType
RenderType.textBackground()
static RenderType
RenderType.textBackgroundSeeThrough()
static RenderType
RenderType.textIntensity
(ResourceLocation p_173238_) static RenderType
RenderType.textIntensityPolygonOffset
(ResourceLocation p_181447_) static RenderType
RenderType.textIntensitySeeThrough
(ResourceLocation p_173241_) static RenderType
RenderType.textPolygonOffset
(ResourceLocation p_181445_) static RenderType
RenderType.textSeeThrough
(ResourceLocation p_110501_) static RenderType
RenderType.translucent()
static RenderType
Sheets.translucentItemSheet()
static RenderType
RenderType.translucentMovingBlock()
static RenderType
RenderType.translucentParticle
(ResourceLocation p_383003_) static RenderType
RenderType.tripwire()
static RenderType
RenderType.vignette
(ResourceLocation p_362241_) static RenderType
RenderType.waterMask()
static RenderType
RenderType.weather
(ResourceLocation p_383108_, boolean p_383023_) 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
(RenderPipeline p_405035_) RenderType.CompositeRenderType.outline()
RenderType.outline()
Methods in net.minecraft.client.renderer with parameters of type RenderTypeModifier and TypeMethodDescriptionSectionBufferBuilderPack.buffer
(RenderType p_350986_) void
MultiBufferSource.BufferSource.endBatch
(RenderType p_109913_) private void
MultiBufferSource.BufferSource.endBatch
(RenderType p_350903_, BufferBuilder p_350797_) MultiBufferSource.BufferSource.getBuffer
(RenderType p_109919_) MultiBufferSource.getBuffer
(RenderType p_109903_) OutlineBufferSource.getBuffer
(RenderType p_109935_) private static void
RenderBuffers.put
(it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<RenderType, ByteBufferBuilder> p_110102_, RenderType p_110103_) private void
LevelRenderer.renderSectionLayer
(RenderType p_294513_, double p_295577_, double p_294761_, double p_294297_, org.joml.Matrix4f p_294782_, org.joml.Matrix4f p_324517_) static void
ItemBlockRenderTypes.setRenderLayer
(Block block, RenderType type) Deprecated.Set your render type in your block model's JSON (e.g.static void
ItemBlockRenderTypes.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 TypeMethodDescriptionMultiBufferSource.immediateWithBuffers
(SequencedMap<RenderType, ByteBufferBuilder> p_352388_, ByteBufferBuilder p_350332_) private static void
RenderBuffers.put
(it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap<RenderType, ByteBufferBuilder> p_110102_, RenderType p_110103_) Constructor parameters in net.minecraft.client.renderer with type arguments of type RenderTypeModifierConstructorDescriptionprotected
BufferSource
(ByteBufferBuilder p_350964_, SequencedMap<RenderType, ByteBufferBuilder> p_352181_) -
Uses of RenderType in net.minecraft.client.renderer.block
Method parameters in net.minecraft.client.renderer.block with type arguments of type RenderTypeModifier and TypeMethodDescriptionvoid
BlockRenderDispatcher.renderBatched
(BlockState p_234356_, BlockPos p_234357_, BlockAndTintGetter p_234358_, PoseStack p_234359_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234361_, List<BlockModelPart> p_410643_) void
ModelBlockRenderer.tesselateBlock
(BlockAndTintGetter p_234380_, List<BlockModelPart> p_410025_, BlockState p_234382_, BlockPos p_234383_, PoseStack p_234384_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234386_, int p_234389_) void
ModelBlockRenderer.tesselateWithAO
(BlockAndTintGetter p_234391_, List<BlockModelPart> p_410478_, BlockState p_234393_, BlockPos p_234394_, PoseStack p_234395_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234397_, int p_234400_) void
ModelBlockRenderer.tesselateWithoutAO
(BlockAndTintGetter p_234402_, List<BlockModelPart> p_410604_, BlockState p_234404_, BlockPos p_234405_, PoseStack p_234406_, Function<RenderType, VertexConsumer> bufferLookup, boolean p_234408_, int p_234411_) -
Uses of RenderType in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderType
SimpleModelWrapper.renderType
The field for therenderType
record component.Methods in net.minecraft.client.renderer.block.model that return RenderTypeModifier and TypeMethodDescriptionSimpleModelWrapper.getRenderType
(BlockState state) SimpleModelWrapper.renderType()
Returns the value of therenderType
record component.Constructors in net.minecraft.client.renderer.block.model with parameters of type RenderTypeModifierConstructorDescriptionSimpleModelWrapper
(QuadCollection quads, boolean useAmbientOcclusion, TextureAtlasSprite particleIcon, RenderType renderType) Creates an instance of aSimpleModelWrapper
record class. -
Uses of RenderType in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity that return RenderTypeModifier and TypeMethodDescriptionstatic RenderType
SkullBlockRenderer.getRenderType
(SkullBlock.Type p_112524_, ResolvableProfile p_332722_) static RenderType
SkullBlockRenderer.getRenderType
(SkullBlock.Type p_389566_, ResolvableProfile p_389483_, ResourceLocation p_389624_) protected RenderType
TheEndGatewayRenderer.renderType()
protected RenderType
TheEndPortalRenderer.renderType()
Methods in net.minecraft.client.renderer.blockentity with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic void
SkullBlockRenderer.renderSkull
(Direction p_173664_, float p_173665_, float p_173666_, PoseStack p_173667_, MultiBufferSource p_173668_, int p_173669_, SkullModelBase p_173670_, RenderType p_173671_) -
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, SectionRenderDispatcher.SectionBuffers> SectionRenderDispatcher.RenderSection.buffers
(package private) final Set
<RenderType> SectionRenderDispatcher.CompiledSection.hasBlocks
final Map
<RenderType, MeshData> SectionCompiler.Results.renderedLayers
Methods in net.minecraft.client.renderer.chunk with parameters of type RenderTypeModifier and TypeMethodDescriptionSectionRenderDispatcher.RenderSection.getBuffers
(RenderType p_409798_) private BufferBuilder
SectionCompiler.getOrBeginLayer
(Map<RenderType, BufferBuilder> p_350651_, SectionBufferBuilderPack p_350965_, RenderType p_350494_) boolean
SectionRenderDispatcher.CompiledSection.isEmpty
(RenderType p_296192_) SectionRenderDispatcher.RenderSection.uploadSectionIndexBuffer
(ByteBufferBuilder.Result p_410127_, RenderType p_410005_) SectionRenderDispatcher.RenderSection.uploadSectionLayer
(RenderType p_409893_, MeshData p_410166_) Method parameters in net.minecraft.client.renderer.chunk with type arguments of type RenderTypeModifier and TypeMethodDescriptionprivate BufferBuilder
SectionCompiler.getOrBeginLayer
(Map<RenderType, BufferBuilder> p_350651_, SectionBufferBuilderPack p_350965_, RenderType p_350494_) -
Uses of RenderType in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as RenderTypeModifier and TypeFieldDescriptionprivate static final RenderType
EnderDragonRenderer.BEAM
private static final RenderType
GuardianRenderer.BEAM_RENDER_TYPE
private static final RenderType
EnderDragonRenderer.DECAL
private static final RenderType
EnderDragonRenderer.EYES
private static final RenderType
DragonFireballRenderer.RENDER_TYPE
private static final RenderType
EndCrystalRenderer.RENDER_TYPE
private static final RenderType
EnderDragonRenderer.RENDER_TYPE
private static final RenderType
ExperienceOrbRenderer.RENDER_TYPE
private static final RenderType
FishingHookRenderer.RENDER_TYPE
private static final RenderType
ShulkerBulletRenderer.RENDER_TYPE
private static final RenderType
EntityRenderDispatcher.SHADOW_RENDER_TYPE
Methods in net.minecraft.client.renderer.entity that return RenderTypeModifier and TypeMethodDescriptionprotected RenderType
ArmorStandRenderer.getRenderType
(ArmorStandRenderState p_364565_, boolean p_113794_, boolean p_113795_, boolean p_113796_) protected RenderType
LivingEntityRenderer.getRenderType
(S p_360858_, boolean p_115323_, boolean p_115324_, boolean p_115325_) protected abstract RenderType
AbstractBoatRenderer.renderType()
protected RenderType
BoatRenderer.renderType()
protected RenderType
RaftRenderer.renderType()
Methods in net.minecraft.client.renderer.entity with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic VertexConsumer
ItemRenderer.getArmorFoilBuffer
(MultiBufferSource p_115185_, RenderType p_115186_, boolean p_115187_) private static VertexConsumer
ItemRenderer.getCompassFoilBuffer
(MultiBufferSource p_115181_, RenderType p_115182_, PoseStack.Pose p_115183_) static VertexConsumer
ItemRenderer.getFoilBuffer
(MultiBufferSource p_115212_, RenderType p_115213_, boolean p_115214_, boolean p_115215_) static void
ItemRenderer.renderItem
(ItemDisplayContext p_361627_, PoseStack p_360423_, MultiBufferSource p_360415_, int p_361265_, int p_364771_, int[] p_386517_, List<BakedQuad> p_404702_, RenderType p_388877_, ItemStackRenderState.FoilType p_387026_) -
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 RenderType
BreezeEyesLayer.BREEZE_EYES
private static final RenderType
EnderEyesLayer.ENDERMAN_EYES
private static final RenderType
PhantomEyesLayer.PHANTOM_EYES
private static final RenderType
SpiderEyesLayer.SPIDER_EYES
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type RenderTypeModifier and TypeFieldDescriptionprivate final Function
<ResourceLocation, RenderType> LivingEntityEmissiveLayer.bufferProvider
Methods in net.minecraft.client.renderer.entity.layers that return RenderTypeModifier and TypeMethodDescriptionEnderEyesLayer.renderType()
abstract RenderType
EyesLayer.renderType()
PhantomEyesLayer.renderType()
SpiderEyesLayer.renderType()
Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type RenderTypeModifierConstructorDescriptionLivingEntityEmissiveLayer
(RenderLayerParent<S, M> p_379642_, ResourceLocation p_379818_, LivingEntityEmissiveLayer.AlphaFunction<S> p_380124_, LivingEntityEmissiveLayer.DrawSelector<S, M> p_379846_, Function<ResourceLocation, RenderType> p_380046_, boolean p_388482_) -
Uses of RenderType in net.minecraft.client.renderer.item
Fields in net.minecraft.client.renderer.item declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderType
BlockModelWrapper.renderType
private RenderType
ItemStackRenderState.LayerRenderState.renderType
Methods in net.minecraft.client.renderer.item with parameters of type RenderTypeModifier and TypeMethodDescriptionvoid
ItemStackRenderState.LayerRenderState.setRenderType
(RenderType p_405446_) Constructors in net.minecraft.client.renderer.item with parameters of type RenderTypeModifierConstructorDescriptionBlockModelWrapper
(List<ItemTintSource> p_388185_, List<BakedQuad> p_405671_, ModelRenderProperties p_404871_, RenderType renderType) -
Uses of RenderType in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as RenderTypeFields in net.minecraft.client.resources.model with type parameters of type RenderTypeMethods in net.minecraft.client.resources.model that return RenderTypeModifier and TypeMethodDescriptionMaterial.renderType
(Function<ResourceLocation, RenderType> p_119202_) Method parameters in net.minecraft.client.resources.model with type arguments of type RenderTypeModifier and TypeMethodDescriptionMaterial.buffer
(MultiBufferSource p_119195_, Function<ResourceLocation, RenderType> p_119196_) Material.buffer
(MultiBufferSource p_119198_, Function<ResourceLocation, RenderType> p_119199_, boolean p_119200_, boolean p_361164_) Material.renderType
(Function<ResourceLocation, RenderType> p_119202_) -
Uses of RenderType in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client declared as RenderTypeModifier and TypeFieldDescriptionprivate final RenderType
RenderTypeGroup.block
The field for theblock
record component.private final RenderType
RenderTypeGroup.entity
The field for theentity
record component.Fields in net.neoforged.neoforge.client with type parameters of type RenderTypeModifier and TypeFieldDescriptionstatic Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUT
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_CUTOUT_MIPPED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_SOLID
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.LAYERED_ITEM_TRANSLUCENT
private final Supplier
<RenderType> NeoForgeRenderTypes.renderTypeSupplier
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_FILTERED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_FILTERED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_POLYGON_OFFSET_FILTERED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_INTENSITY_SEETHROUGH_FILTERED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_POLYGON_OFFSET_FILTERED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TEXT_SEETHROUGH_FILTERED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.TRANSLUCENT_PARTICLES_TARGET
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_SORTED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.UNLIT_TRANSLUCENT_UNSORTED
static Function
<ResourceLocation, RenderType> NeoForgeRenderTypes.Internal.UNSORTED_TRANSLUCENT
Methods in net.neoforged.neoforge.client that return RenderTypeModifier and TypeMethodDescriptionRenderTypeGroup.block()
Returns the value of theblock
record component.RenderTypeGroup.entity()
Returns the value of theentity
record component.NeoForgeRenderTypes.get()
static RenderType
NeoForgeRenderTypes.getEntityCutoutMipped
(ResourceLocation textureLocation) static RenderType
RenderTypeHelper.getEntityRenderType
(RenderType chunkRenderType) Provides aRenderType
usingDefaultVertexFormat.NEW_ENTITY
for the givenDefaultVertexFormat.BLOCK
format.static RenderType
NeoForgeRenderTypes.getItemLayeredCutout
(ResourceLocation textureLocation) static RenderType
NeoForgeRenderTypes.getItemLayeredCutoutMipped
(ResourceLocation textureLocation) static RenderType
NeoForgeRenderTypes.getItemLayeredSolid
(ResourceLocation textureLocation) static RenderType
NeoForgeRenderTypes.getItemLayeredTranslucent
(ResourceLocation textureLocation) static RenderType
RenderTypeHelper.getMovingBlockRenderType
(RenderType renderType) Provides aRenderType
fit for rendering moving blocks given the specified chunk render type.static RenderType
NeoForgeRenderTypes.getTextFiltered
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.getTextFiltered
(ResourceLocation locationIn) static RenderType
NeoForgeRenderTypes.getTextIntensityFiltered
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.getTextIntensityFiltered
(ResourceLocation locationIn) static RenderType
NeoForgeRenderTypes.getTextIntensityPolygonOffsetFiltered
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.getTextIntensityPolygonOffsetFiltered
(ResourceLocation locationIn) static RenderType
NeoForgeRenderTypes.getTextIntensitySeeThroughFiltered
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.getTextIntensitySeeThroughFiltered
(ResourceLocation locationIn) static RenderType
NeoForgeRenderTypes.getTextPolygonOffsetFiltered
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.getTextPolygonOffsetFiltered
(ResourceLocation locationIn) static RenderType
NeoForgeRenderTypes.getTextSeeThroughFiltered
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.getTextSeeThroughFiltered
(ResourceLocation locationIn) static RenderType
NeoForgeRenderTypes.getTranslucentParticlesTarget
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.getTranslucentParticlesTarget
(ResourceLocation locationIn) static RenderType
NeoForgeRenderTypes.getUnlitTranslucent
(ResourceLocation textureLocation) static RenderType
NeoForgeRenderTypes.getUnlitTranslucent
(ResourceLocation textureLocation, boolean sortingEnabled) static RenderType
NeoForgeRenderTypes.getUnsortedTranslucent
(ResourceLocation textureLocation) private static RenderType
NeoForgeRenderTypes.Internal.layeredItemCutout
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.layeredItemCutoutMipped
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.layeredItemSolid
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.layeredItemTranslucent
(ResourceLocation locationIn) private static RenderType
NeoForgeRenderTypes.Internal.unlitTranslucent
(ResourceLocation textureLocation, boolean sortingEnabled) private static RenderType
NeoForgeRenderTypes.Internal.unsortedTranslucent
(ResourceLocation textureLocation) Methods in net.neoforged.neoforge.client with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic void
ClientHooks.dispatchRenderStage
(RenderType renderType, Level level, LevelRenderer levelRenderer, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, int renderTick, Camera camera, Frustum frustum) static RenderType
RenderTypeHelper.getEntityRenderType
(RenderType chunkRenderType) Provides aRenderType
usingDefaultVertexFormat.NEW_ENTITY
for the givenDefaultVertexFormat.BLOCK
format.static RenderType
RenderTypeHelper.getMovingBlockRenderType
(RenderType renderType) Provides aRenderType
fit for rendering moving blocks given the specified chunk render type.Method parameters in net.neoforged.neoforge.client with type arguments of type RenderTypeModifier and TypeMethodDescriptionstatic void
ClientHooks.addAdditionalGeometry
(List<AddSectionGeometryEvent.AdditionalSectionRenderer> additionalRenderers, Function<RenderType, VertexConsumer> getOrCreateBuilder, RenderChunkRegion region, PoseStack transformation) Constructors in net.neoforged.neoforge.client with parameters of type RenderTypeModifierConstructorDescriptionRenderTypeGroup
(RenderType block, RenderType entity) Creates an instance of aRenderTypeGroup
record class.Constructor parameters in net.neoforged.neoforge.client with type arguments of type RenderTypeModifierConstructorDescriptionprivate
NeoForgeRenderTypes
(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.getOrCreateLayer
private static final Map
<RenderType, RenderLevelStageEvent.Stage> RenderLevelStageEvent.Stage.RENDER_TYPE_STAGES
private final SequencedMap
<RenderType, ByteBufferBuilder> RegisterRenderBuffersEvent.renderBuffers
Methods in net.neoforged.neoforge.client.event with parameters of type RenderTypeModifier and TypeMethodDescriptionstatic @Nullable RenderLevelStageEvent.Stage
RenderLevelStageEvent.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.void
RegisterNamedRenderTypesEvent.register
(ResourceLocation key, RenderType blockRenderType, RenderType entityRenderType) Registers a namedRenderTypeGroup
.RenderLevelStageEvent.RegisterStageEvent.register
(ResourceLocation name, @Nullable RenderType renderType) private static RenderLevelStageEvent.Stage
RenderLevelStageEvent.Stage.register
(String name, @Nullable RenderType renderType) private static RenderLevelStageEvent.Stage
RenderLevelStageEvent.Stage.register
(ResourceLocation name, @Nullable RenderType renderType) void
RegisterRenderBuffersEvent.registerRenderBuffer
(RenderType renderType) Registers a default render buffer with buffer size specified in the render type.void
RegisterRenderBuffersEvent.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 RenderType
BlockModelPartExtension.getRenderType
(BlockState state) Gets the set ofrender types
to use when drawing this block in the level.
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