Uses of Record Class
net.minecraft.component.type.BlocksAttacksComponent.ItemDamage
Packages that use BlocksAttacksComponent.ItemDamage
-
Uses of BlocksAttacksComponent.ItemDamage in net.minecraft.component.type
Fields in net.minecraft.component.type declared as BlocksAttacksComponent.ItemDamageModifier and TypeFieldDescriptionstatic final BlocksAttacksComponent.ItemDamageBlocksAttacksComponent.ItemDamage.DEFAULTprivate final BlocksAttacksComponent.ItemDamageBlocksAttacksComponent.itemDamageThe field for theitemDamagerecord component.Fields in net.minecraft.component.type with type parameters of type BlocksAttacksComponent.ItemDamageModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlocksAttacksComponent.ItemDamage> BlocksAttacksComponent.ItemDamage.CODECstatic final PacketCodec<ByteBuf, BlocksAttacksComponent.ItemDamage> BlocksAttacksComponent.ItemDamage.PACKET_CODECMethods in net.minecraft.component.type that return BlocksAttacksComponent.ItemDamageModifier and TypeMethodDescriptionBlocksAttacksComponent.itemDamage()Returns the value of theitemDamagerecord component.Constructors in net.minecraft.component.type with parameters of type BlocksAttacksComponent.ItemDamageModifierConstructorDescriptionBlocksAttacksComponent(float float2, float float3, List<BlocksAttacksComponent.DamageReduction> list, BlocksAttacksComponent.ItemDamage itemDamage, Optional<TagKey<DamageType>> optional, Optional<RegistryEntry<SoundEvent>> optional2, Optional<RegistryEntry<SoundEvent>> optional3)