CPotionComponent

data class CPotionComponent(val effect: PotionEffect, val strict: CPotionComponent.Strict)

A component of CMatter's potion.

Parameters

effect

A type of potion

strict

required level

Constructors

Link copied to clipboard
constructor(effect: PotionEffect, strict: CPotionComponent.Strict)

A default constructor of CPotionComponent.

Types

Link copied to clipboard

An enum what means potion required level.

Properties

Link copied to clipboard
val effect: PotionEffect
Link copied to clipboard