Interface MountControllerSupplier

All Known Implementing Classes:
MountControllerType
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MountControllerSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    createController(org.bukkit.entity.Entity entity, Mount mount)
     
  • Method Details

    • createController

      MountController createController(org.bukkit.entity.Entity entity, Mount mount)