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.ItemDamage
BlocksAttacksComponent.ItemDamage.DEFAULT
private final BlocksAttacksComponent.ItemDamage
BlocksAttacksComponent.itemDamage
The field for theitemDamage
record 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.CODEC
static final PacketCodec
<ByteBuf, BlocksAttacksComponent.ItemDamage> BlocksAttacksComponent.ItemDamage.PACKET_CODEC
Methods in net.minecraft.component.type that return BlocksAttacksComponent.ItemDamageModifier and TypeMethodDescriptionBlocksAttacksComponent.itemDamage()
Returns the value of theitemDamage
record 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)