Uses of Record Class
net.minecraft.class_10712
Packages that use class_10712
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10712 in net.minecraft
Fields in net.minecraft declared as class_10712Fields in net.minecraft with type parameters of type class_10712Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10712> class_10712.field_56316static final PacketCodec<RegistryByteBuf, class_10712> class_10712.field_56317Methods in net.minecraft that return class_10712Modifier and TypeMethodDescriptionclass_10712.method_67215(ComponentType<?> componentType, boolean bool) -
Uses of class_10712 in net.minecraft.component
Fields in net.minecraft.component with type parameters of type class_10712Modifier and TypeFieldDescriptionstatic final ComponentType<class_10712> DataComponentTypes.TOOLTIP_DISPLAY -
Uses of class_10712 in net.minecraft.item
Methods in net.minecraft.item with parameters of type class_10712Modifier and TypeMethodDescriptionprivate voidItemStack.appendAttributeModifiersTooltip(Consumer<Text> textConsumer, class_10712 class_10712, @Nullable PlayerEntity playerEntity) <T extends TooltipAppender>
voidItemStack.appendTooltip(ComponentType<T> componentType, Item.TooltipContext context, class_10712 class_10712, Consumer<Text> consumer, TooltipType tooltipType) voidDecorationItem.method_67187(ItemStack itemStack, Item.TooltipContext tooltipContext, class_10712 class_10712, Consumer<Text> consumer, TooltipType tooltipType) voidDiscFragmentItem.method_67187(ItemStack itemStack, Item.TooltipContext tooltipContext, class_10712 class_10712, Consumer<Text> consumer, TooltipType tooltipType) voidItem.method_67187(ItemStack itemStack, Item.TooltipContext tooltipContext, class_10712 class_10712, Consumer<Text> consumer, TooltipType tooltipType) Deprecated.voidSmithingTemplateItem.method_67187(ItemStack itemStack, Item.TooltipContext tooltipContext, class_10712 class_10712, Consumer<Text> consumer, TooltipType tooltipType) voidItemStack.method_67194(Item.TooltipContext tooltipContext, class_10712 class_10712, @Nullable PlayerEntity playerEntity, TooltipType tooltipType, Consumer<Text> consumer)