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
Fields 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 TypeMethodDescriptionstatic ChargedProjectilesChargedProjectiles.of(ItemStackTemplate stack) static ChargedProjectilesChargedProjectiles.ofNonEmpty(List<ItemStack> items) -
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