Uses of Class
net.minecraft.client.renderer.block.BlockStateModelSet
Packages that use BlockStateModelSet
Package
Description
-
Uses of BlockStateModelSet in net.minecraft.client.renderer.block
Fields in net.minecraft.client.renderer.block declared as BlockStateModelSetConstructors in net.minecraft.client.renderer.block with parameters of type BlockStateModelSetModifierConstructorDescriptionBlockModelSet(BlockStateModelSet fallback, Map<BlockState, BlockModel> blockModelByState, BlockColors blockColors) -
Uses of BlockStateModelSet in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as BlockStateModelSetConstructors in net.minecraft.client.renderer.chunk with parameters of type BlockStateModelSetModifierConstructorDescriptionSectionCompiler(boolean ambientOcclusion, boolean cutoutLeaves, BlockStateModelSet blockModelSet, FluidStateModelSet fluidModelSet, BlockColors blockColors, BlockEntityRenderDispatcher blockEntityRenderer) -
Uses of BlockStateModelSet in net.minecraft.client.renderer.feature
Methods in net.minecraft.client.renderer.feature with parameters of type BlockStateModelSetModifier and TypeMethodDescriptionprivate voidBlockFeatureRenderer.renderMovingBlockSubmits(SubmitNodeCollection nodeCollection, MultiBufferSource.BufferSource bufferSource, BlockStateModelSet blockStateModelSet, OptionsRenderState optionsState, boolean translucent) voidBlockFeatureRenderer.renderSolid(SubmitNodeCollection nodeCollection, MultiBufferSource.BufferSource bufferSource, BlockStateModelSet blockStateModelSet, OutlineBufferSource outlineBufferSource, OptionsRenderState optionsState) voidBlockFeatureRenderer.renderTranslucent(SubmitNodeCollection nodeCollection, MultiBufferSource.BufferSource bufferSource, BlockStateModelSet blockStateModelSet, OutlineBufferSource outlineBufferSource, MultiBufferSource.BufferSource crumblingBufferSource, OptionsRenderState optionsState) -
Uses of BlockStateModelSet in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as BlockStateModelSetModifier and TypeFieldDescriptionprivate @Nullable BlockStateModelSetModelManager.blockStateModelSetMethods in net.minecraft.client.resources.model that return BlockStateModelSet