Uses of Record Class
net.minecraft.block.entity.Sherds
Packages that use Sherds
-
Uses of Sherds in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as SherdsModifier and TypeFieldDescriptionstatic final Sherds
Sherds.DEFAULT
private Sherds
DecoratedPotBlockEntity.sherds
Fields in net.minecraft.block.entity with type parameters of type SherdsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Sherds> Sherds.CODEC
static final PacketCodec
<RegistryByteBuf, Sherds> Sherds.PACKET_CODEC
Methods in net.minecraft.block.entity that return SherdsModifier and TypeMethodDescriptionstatic Sherds
Sherds.fromNbt
(@Nullable NbtCompound nbt) DecoratedPotBlockEntity.getSherds()
Methods in net.minecraft.block.entity with parameters of type SherdsModifier and TypeMethodDescriptionstatic ItemStack
DecoratedPotBlockEntity.getStackWith
(Sherds sherds) -
Uses of Sherds in net.minecraft.component
Fields in net.minecraft.component with type parameters of type SherdsModifier and TypeFieldDescriptionstatic final ComponentType
<Sherds> DataComponentTypes.POT_DECORATIONS