Uses of Class
com.github.imdabigboss.easydatapack.api.items.CustomToolItem.Builder
Packages that use CustomToolItem.Builder
-
Uses of CustomToolItem.Builder in com.github.imdabigboss.easydatapack.api.items
Methods in com.github.imdabigboss.easydatapack.api.items that return CustomToolItem.BuilderModifier and TypeMethodDescription@NonNull CustomToolItem.BuilderCustomToolItem.Builder.playerBreakBlockEvent(@Nullable Consumer<org.bukkit.event.block.BlockBreakEvent> playerBreakBlockEvent)Sets the event that is called when a player breaks a block with the tool.@NonNull CustomToolItem.BuilderCustomToolItem.Builder.playerHitEntityEvent(@Nullable Consumer<org.bukkit.event.entity.EntityDamageByEntityEvent> playerHitEntityEvent)Sets the event that is called when a player hits an entity with the tool.