Uses of Record Class
net.minecraft.block.entity.Sherds
Packages that use Sherds
Package
Description
The base package for all Minecraft classes.
-
Uses of Sherds in net.minecraft
Methods in net.minecraft that return SherdsMethods in net.minecraft with parameters of type SherdsModifier and TypeMethodDescriptionvoidclass_10506.method_65694(@Nullable Sherds sherds, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool) -
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 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.entity
Methods in net.minecraft.client.render.block.entity with parameters of type SherdsModifier and TypeMethodDescriptionvoidDecoratedPotBlockEntityRenderer.method_65560(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, Sherds sherds) private voidDecoratedPotBlockEntityRenderer.method_65561(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, 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