Uses of Class
net.minecraft.world.item.component.BundleContents
Packages that use BundleContents
Package
Description
-
Uses of BundleContents in net.minecraft.client.gui.screens.inventory.tooltip
Fields in net.minecraft.client.gui.screens.inventory.tooltip declared as BundleContentsConstructors in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type BundleContents -
Uses of BundleContents in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type BundleContentsModifier and TypeFieldDescriptionstatic final DataComponentType<BundleContents> DataComponents.BUNDLE_CONTENTS -
Uses of BundleContents in net.minecraft.core.component.predicates
Classes in net.minecraft.core.component.predicates that implement interfaces with type arguments of type BundleContentsMethods in net.minecraft.core.component.predicates that return types with arguments of type BundleContentsMethods in net.minecraft.core.component.predicates with parameters of type BundleContents -
Uses of BundleContents in net.minecraft.world.inventory.tooltip
Fields in net.minecraft.world.inventory.tooltip declared as BundleContentsModifier and TypeFieldDescriptionprivate final BundleContentsBundleTooltip.contentsThe field for thecontentsrecord component.Methods in net.minecraft.world.inventory.tooltip that return BundleContentsModifier and TypeMethodDescriptionBundleTooltip.contents()Returns the value of thecontentsrecord component.Constructors in net.minecraft.world.inventory.tooltip with parameters of type BundleContentsModifierConstructorDescriptionBundleTooltip(BundleContents contents) Creates an instance of aBundleTooltiprecord class. -
Uses of BundleContents in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type BundleContentsModifier and TypeMethodDescriptionprivate static org.apache.commons.lang3.math.FractionBundleItem.getWeightSafe(BundleContents contents) BundleItem.removeOneItemFromBundle(ItemStack self, Player player, BundleContents initialContents) -
Uses of BundleContents in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as BundleContentsFields in net.minecraft.world.item.component with type parameters of type BundleContentsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BundleContents> BundleContents.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, BundleContents> BundleContents.STREAM_CODECMethods in net.minecraft.world.item.component that return BundleContentsConstructors in net.minecraft.world.item.component with parameters of type BundleContents -
Uses of BundleContents in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type BundleContentsModifier and TypeFieldDescriptionstatic final ContainerComponentManipulator<BundleContents> ContainerComponentManipulators.BUNDLE_CONTENTS -
Uses of BundleContents in net.neoforged.neoforge.transfer.item
Fields in net.neoforged.neoforge.transfer.item with type parameters of type BundleContentsModifier and TypeFieldDescriptionprotected final DataComponentType<BundleContents> BundleItemHandler.componentConstructor parameters in net.neoforged.neoforge.transfer.item with type arguments of type BundleContentsModifierConstructorDescriptionBundleItemHandler(ItemAccess itemAccess, DataComponentType<BundleContents> component)