Class CondIsVectorNormalized

All Implemented Interfaces:
Debuggable, SyntaxElement, Checker<org.bukkit.util.Vector>

@Name("Is Normalized") @Description("Checks whether a vector is normalized i.e. length of 1") @Examples("vector of player\'s location is normalized") @Since("2.5.1") @RequiredPlugins("Minecraft 1.13.2+") public class CondIsVectorNormalized extends PropertyCondition<org.bukkit.util.Vector>
  • Constructor Details

    • CondIsVectorNormalized

      public CondIsVectorNormalized()
  • Method Details