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 TypeMethodDescriptionprivate void
DecoratedPotRenderer.render
(PoseStack p_387832_, MultiBufferSource p_388585_, int p_388442_, int p_388390_, PotDecorations p_388388_) void
DecoratedPotRenderer.renderInHand
(PoseStack p_387992_, MultiBufferSource p_388100_, int p_388310_, int p_388706_, PotDecorations p_388823_) -
Uses of PotDecorations in net.minecraft.client.renderer.special
Methods in net.minecraft.client.renderer.special that return PotDecorationsModifier and TypeMethodDescriptionDecoratedPotSpecialRenderer.extractArgument
(ItemStack p_386678_) Methods in net.minecraft.client.renderer.special with parameters of type PotDecorationsModifier and TypeMethodDescriptionvoid
DecoratedPotSpecialRenderer.render
(PotDecorations p_387830_, ItemDisplayContext p_388378_, PoseStack p_387712_, MultiBufferSource p_386487_, int p_388845_, int p_388255_, boolean p_386498_) -
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 PotDecorations
DecoratedPotBlockEntity.decorations
static final PotDecorations
PotDecorations.EMPTY
Fields in net.minecraft.world.level.block.entity with type parameters of type PotDecorationsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<PotDecorations> PotDecorations.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, PotDecorations> PotDecorations.STREAM_CODEC
Methods in net.minecraft.world.level.block.entity that return PotDecorationsMethods in net.minecraft.world.level.block.entity with parameters of type PotDecorationsModifier and TypeMethodDescriptionstatic ItemStack
DecoratedPotBlockEntity.createDecoratedPotItem
(PotDecorations p_330827_)