Package hiiragi283.core.api.property
Interface HTPropertyGetter
-
- All Implemented Interfaces:
public interface HTPropertyGetterHTPropertyKeyに基づいてデータを管理するインターフェースです。
- Since:
0.16.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description Booleancontains(HTPropertyKey<?> key)指定したkeyが含まれるか判定します。 abstract <T extends Any> Tget(HTPropertyKey<T> key)指定したkeyに紐づいた値を返します。 -
-
Method Detail
-
contains
Boolean contains(HTPropertyKey<?> key)
指定したkeyが含まれるか判定します。
-
-
-
-