Uses of Record Class
net.minecraft.world.level.block.entity.PotDecorations
Packages that use PotDecorations
-
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 PotDecorationsModifier and TypeMethodDescriptionDecoratedPotBlockEntity.getDecorations()
static PotDecorations
PotDecorations.load
(CompoundTag p_331530_) Methods in net.minecraft.world.level.block.entity with parameters of type PotDecorationsModifier and TypeMethodDescriptionstatic ItemStack
DecoratedPotBlockEntity.createDecoratedPotItem
(PotDecorations p_330827_)