Uses of Annotation Interface
net.minecraft.client.resources.model.geometry.BakedQuad.MaterialFlags
Packages that use BakedQuad.MaterialFlags
Package
Description
Extension interfaces for
client-only classes.-
Uses of BakedQuad.MaterialFlags in net.minecraft.client.renderer.block.dispatch
Fields in net.minecraft.client.renderer.block.dispatch with annotations of type BakedQuad.MaterialFlagsMethods in net.minecraft.client.renderer.block.dispatch with annotations of type BakedQuad.MaterialFlagsModifier and TypeMethodDescriptionprivate static intWeightedVariants.computeMaterialFlags(WeightedList<BlockStateModel> list) intBlockStateModel.materialFlags()Deprecated.intBlockStateModelPart.materialFlags()intSingleVariant.materialFlags()intWeightedVariants.materialFlags()intWeightedVariants.materialFlags(BlockAndTintGetter level, BlockPos pos, BlockState state) Method parameters in net.minecraft.client.renderer.block.dispatch with annotations of type BakedQuad.MaterialFlags -
Uses of BakedQuad.MaterialFlags in net.minecraft.client.renderer.block.dispatch.multipart
Fields in net.minecraft.client.renderer.block.dispatch.multipart with annotations of type BakedQuad.MaterialFlagsMethods in net.minecraft.client.renderer.block.dispatch.multipart with annotations of type BakedQuad.MaterialFlagsModifier and TypeMethodDescriptionprivate static intMultiPartModel.SharedBakedState.computeMaterialFlags(List<MultiPartModel.Selector<BlockStateModel>> selectors) intMultiPartModel.materialFlags()intMultiPartModel.materialFlags(BlockAndTintGetter level, BlockPos pos, BlockState state) -
Uses of BakedQuad.MaterialFlags in net.minecraft.client.resources.model.geometry
Methods in net.minecraft.client.resources.model.geometry with annotations of type BakedQuad.MaterialFlagsModifier and TypeMethodDescriptionprivate static intQuadCollection.computeMaterialFlags(List<BakedQuad> quads) intBakedQuad.MaterialInfo.flags()intQuadCollection.materialFlags()Method parameters in net.minecraft.client.resources.model.geometry with annotations of type BakedQuad.MaterialFlags -
Uses of BakedQuad.MaterialFlags in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with annotations of type BakedQuad.MaterialFlagsModifier and TypeMethodDescriptiondefault intBlockStateModelExtension.materialFlags(BlockAndTintGetter level, BlockPos pos, BlockState state) Returns the material flags of this model.Method parameters in net.neoforged.neoforge.client.extensions with annotations of type BakedQuad.MaterialFlagsModifier and TypeMethodDescriptiondefault booleanBlockStateModelExtension.hasMaterialFlag(BlockAndTintGetter level, BlockPos pos, BlockState state, int flag) Returns whether this model has the provided material flag. -
Uses of BakedQuad.MaterialFlags in net.neoforged.neoforge.client.model
Methods in net.neoforged.neoforge.client.model with annotations of type BakedQuad.MaterialFlagsModifier and TypeMethodDescriptionintDelegateBlockStateModel.materialFlags()Deprecated.intDelegateBlockStateModel.materialFlags(BlockAndTintGetter level, BlockPos pos, BlockState state) -
Uses of BakedQuad.MaterialFlags in net.neoforged.neoforge.client.model.block
Fields in net.neoforged.neoforge.client.model.block with annotations of type BakedQuad.MaterialFlagsMethods in net.neoforged.neoforge.client.model.block with annotations of type BakedQuad.MaterialFlagsModifier and TypeMethodDescriptionintCompositeBlockModel.materialFlags()intCompositeBlockModel.materialFlags(BlockAndTintGetter level, BlockPos pos, BlockState state)
BlockStateModelExtension.materialFlags(net.minecraft.client.renderer.block.BlockAndTintGetter, net.minecraft.core.BlockPos, BlockState)instead