Package com.palmergames.bukkit.util
Class DrawSmokeTaskFactory
java.lang.Object
com.palmergames.bukkit.util.DrawSmokeTaskFactory
- Author:
- Chris H (Zren / Shade) Date: 4/15/12
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.Color
getAffiliationColor
(Resident resident, WorldCoord coord) static Consumer
<org.bukkit.Location> showToPlayer
(@NotNull org.bukkit.entity.Player player) static Consumer
<org.bukkit.Location> showToPlayer
(@NotNull org.bukkit.entity.Player player, @NotNull WorldCoord worldCoord) static Consumer
<org.bukkit.Location> showToPlayer
(@NotNull org.bukkit.entity.Player player, @NotNull org.bukkit.Color particleColor)
-
Constructor Details
-
DrawSmokeTaskFactory
public DrawSmokeTaskFactory()
-
-
Method Details
-
showToPlayer
public static Consumer<org.bukkit.Location> showToPlayer(@NotNull @NotNull org.bukkit.entity.Player player) -
showToPlayer
public static Consumer<org.bukkit.Location> showToPlayer(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull WorldCoord worldCoord) -
showToPlayer
public static Consumer<org.bukkit.Location> showToPlayer(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull org.bukkit.Color particleColor) -
getAffiliationColor
-