All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mattworzala.canvas.ext.ExtCanvas.kt Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package com.mattworzala.canvas.ext

import com.mattworzala.canvas.CanvasProvider
import com.mattworzala.canvas.Canvas
import net.minestom.server.entity.Player

/**
 * An extension for access to a canvas given a Player.
 *
 * This method requires a map access, so caching it is suggested.
 */
val Player.canvas: Canvas
    get() = CanvasProvider.canvas(this)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy