Package io.github.djtpj.trait.traits
Class Gourdophobic
java.lang.Object
io.github.djtpj.trait.Trait
io.github.djtpj.trait.SimpleTrait
io.github.djtpj.trait.traits.RunnableSimpleTrait
io.github.djtpj.trait.traits.Gourdophobic
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.djtpj.trait.Trait
Trait.Type
-
Field Summary
FieldsFields inherited from class io.github.djtpj.trait.Trait
icon, playerTraitMap, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
onTick
(org.bukkit.entity.Player player) The method to run on each player every ten ticksMethods inherited from class io.github.djtpj.trait.traits.RunnableSimpleTrait
getApplicablePlayers
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
Gourdophobic
public Gourdophobic()
-
-
Method Details
-
onTick
protected void onTick(org.bukkit.entity.Player player) Description copied from class:RunnableSimpleTrait
The method to run on each player every ten ticks- Specified by:
onTick
in classRunnableSimpleTrait
- Parameters:
player
- The player to run the method on
-