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 blockDelaySeconds, float disableCooldownScale, List<BlocksAttacksComponent.DamageReduction> damageReductions, BlocksAttacksComponent.ItemDamage itemDamage, Optional<TagKey<DamageType>> bypassedBy, Optional<RegistryEntry<SoundEvent>> blockSound, Optional<RegistryEntry<SoundEvent>> disableSound) Creates an instance of aBlocksAttacksComponentrecord class.