Uses of Record Class
net.minecraft.block.entity.Sherds
Packages that use Sherds
Package
Description
-
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.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type SherdsModifier and TypeMethodDescriptionprivate void
DecoratedPotBlockEntityRenderer.render
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, Sherds sherds) void
DecoratedPotBlockEntityRenderer.renderAsItem
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, Sherds sherds) -
Uses of Sherds in net.minecraft.client.render.item.model.special
Methods in net.minecraft.client.render.item.model.special that return SherdsModifier and TypeMethodDescriptionMethods in net.minecraft.client.render.item.model.special with parameters of type SherdsModifier and TypeMethodDescriptionvoid
DecoratedPotModelRenderer.render
(@Nullable Sherds sherds, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool) -
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