Modifier

open class Modifier

Modifier

Functions

Link copied to clipboard
@NotNull
open fun build(): MountController
Builds controller with modified value
Link copied to clipboard
@NotNull
open fun canControl(canControl: Boolean): MountController.Modifier
Sets some player can control
Link copied to clipboard
@NotNull
open fun canDismountBySelf(canDismountBySelf: Boolean): MountController.Modifier
Sets some player can dismount by self (right click or sneak)
Link copied to clipboard
@NotNull
open fun canFly(canFly: Boolean): MountController.Modifier
Sets some player can fly
Link copied to clipboard
@NotNull
open fun canJump(canJump: Boolean): MountController.Modifier
Sets some player can jump
Link copied to clipboard
@NotNull
open fun canMount(canMount: Boolean): MountController.Modifier
Sets some player can mount