Uses of Record Class
net.minecraft.world.level.block.entity.PotDecorations
Packages that use PotDecorations
Package
Description
-
Uses of PotDecorations in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type PotDecorationsModifier and TypeMethodDescriptionvoidDecoratedPotRenderer.submit(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, PotDecorations decorations, int outlineColor) -
Uses of PotDecorations in net.minecraft.client.renderer.blockentity.state
Fields in net.minecraft.client.renderer.blockentity.state declared as PotDecorations -
Uses of PotDecorations in net.minecraft.client.renderer.special
Classes in net.minecraft.client.renderer.special that implement interfaces with type arguments of type PotDecorationsMethods in net.minecraft.client.renderer.special that return PotDecorationsModifier and TypeMethodDescription@Nullable PotDecorationsDecoratedPotSpecialRenderer.extractArgument(ItemStack stack) Methods in net.minecraft.client.renderer.special with parameters of type PotDecorationsModifier and TypeMethodDescriptionvoidDecoratedPotSpecialRenderer.submit(@Nullable PotDecorations decorations, ItemDisplayContext type, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, boolean hasFoil, int outlineColor) -
Uses of PotDecorations in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type PotDecorationsModifier and TypeFieldDescriptionstatic final DataComponentType<PotDecorations> DataComponents.POT_DECORATIONS -
Uses of PotDecorations in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as PotDecorationsModifier and TypeFieldDescriptionprivate PotDecorationsDecoratedPotBlockEntity.decorationsstatic final PotDecorationsPotDecorations.EMPTYFields in net.minecraft.world.level.block.entity with type parameters of type PotDecorationsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PotDecorations> PotDecorations.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, PotDecorations> PotDecorations.STREAM_CODECMethods in net.minecraft.world.level.block.entity that return PotDecorationsMethods in net.minecraft.world.level.block.entity with parameters of type PotDecorationsModifier and TypeMethodDescriptionstatic ItemStackDecoratedPotBlockEntity.createDecoratedPotInstance(PotDecorations decorations) static ItemStackTemplateDecoratedPotBlockEntity.createDecoratedPotTemplate(PotDecorations decorations)