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 SherdsSherds.DEFAULTprivate SherdsDecoratedPotBlockEntity.sherdsFields in net.minecraft.block.entity with type parameters of type SherdsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Sherds> Sherds.CODECstatic final PacketCodec<RegistryByteBuf, Sherds> Sherds.PACKET_CODECMethods in net.minecraft.block.entity that return SherdsMethods in net.minecraft.block.entity with parameters of type SherdsModifier and TypeMethodDescriptionstatic ItemStackDecoratedPotBlockEntity.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 voidDecoratedPotBlockEntityRenderer.render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, Sherds sherds) voidDecoratedPotBlockEntityRenderer.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 TypeMethodDescriptionvoidDecoratedPotModelRenderer.render(@Nullable Sherds sherds, ItemDisplayContext itemDisplayContext, 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