get

open override fun get(arg: Any): T(source)

Deprecated

Use getSystem(player) instead

Replace with

this.getSystem(arg)

Returns new instance of T is given arg is instance of Player. Otherwise, throws ClassCastException.