Uses of Record Class
net.minecraft.block.entity.Sherds
Packages that use Sherds
Package
Description
- 
Uses of Sherds in net.minecraft.block.entityFields 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 SherdsModifier and TypeMethodDescriptionstatic SherdsSherds.fromNbt(@Nullable NbtCompound nbt) DecoratedPotBlockEntity.getSherds()Methods 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.entityMethods 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.specialMethods 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, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool) 
- 
Uses of Sherds in net.minecraft.componentFields in net.minecraft.component with type parameters of type SherdsModifier and TypeFieldDescriptionstatic final ComponentType<Sherds> DataComponentTypes.POT_DECORATIONS