Class BlocksAttacks.DamageReduction.DamageReductionBuilder
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.BlocksAttacks.DamageReduction.DamageReductionBuilder
- Enclosing class:
- BlocksAttacks.DamageReduction
-
Method Summary
Modifier and TypeMethodDescriptionbase(float base) @NonNull BlocksAttacks.DamageReductionbuild()factor(float factor) horizontalBlockingAngle(float horizontalBlockingAngle) @NonNull StringtoString()
-
Method Details
-
horizontalBlockingAngle
public @NonNull BlocksAttacks.DamageReduction.DamageReductionBuilder horizontalBlockingAngle(float horizontalBlockingAngle) - Returns:
this.
-
type
public @NonNull BlocksAttacks.DamageReduction.DamageReductionBuilder type(@Nullable @Nullable HolderSet type) - Returns:
this.
-
base
- Returns:
this.
-
factor
- Returns:
this.
-
build
-
toString
-