Uses of Record Class
net.minecraft.world.item.component.ChargedProjectiles
Packages that use ChargedProjectiles
Package
Description
-
Uses of ChargedProjectiles in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type ChargedProjectilesModifier and TypeFieldDescriptionstatic final DataComponentType<ChargedProjectiles> DataComponents.CHARGED_PROJECTILES -
Uses of ChargedProjectiles in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type ChargedProjectilesModifier and TypeMethodDescriptionprivate static floatCrossbowItem.getShootingPower(ChargedProjectiles projectiles) -
Uses of ChargedProjectiles in net.minecraft.world.item.component
Subclasses with type arguments of type ChargedProjectiles in net.minecraft.world.item.componentClasses in net.minecraft.world.item.component that implement interfaces with type arguments of type ChargedProjectilesFields in net.minecraft.world.item.component declared as ChargedProjectilesFields in net.minecraft.world.item.component with type parameters of type ChargedProjectilesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChargedProjectiles> ChargedProjectiles.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ChargedProjectiles> ChargedProjectiles.STREAM_CODECMethods in net.minecraft.world.item.component that return ChargedProjectilesModifier and TypeMethodDescriptionChargedProjectiles.copyWithContents(Stream<ItemStack> newContents) static ChargedProjectilesChargedProjectiles.of(ItemStackTemplate stack) static ChargedProjectilesChargedProjectiles.ofNonEmpty(List<ItemStack> items) ChargedProjectiles.Mutable.toImmutable() -
Uses of ChargedProjectiles in net.minecraft.world.level.storage.loot
Fields in net.minecraft.world.level.storage.loot with type parameters of type ChargedProjectilesModifier and TypeFieldDescriptionstatic final ContainerComponentManipulator<ChargedProjectiles> ContainerComponentManipulators.CHARGED_PROJECTILES