Class LivingEntityProperty<V>

java.lang.Object
ru.cwcode.tkach.config.paper.data.AbstractProperty<org.bukkit.entity.LivingEntity,V>
ru.cwcode.tkach.config.paper.data.entity.LivingEntityProperty<V>

public class LivingEntityProperty<V> extends AbstractProperty<org.bukkit.entity.LivingEntity,V>
  • Constructor Details

    • LivingEntityProperty

      protected LivingEntityProperty(Class<V> type, BiConsumer<org.bukkit.entity.LivingEntity,V> propertySetter)
  • Method Details