Class Placeholder<T>
java.lang.Object
com.github.darksoulq.abyssallib.server.placeholder.Placeholder<T>
- Direct Known Subclasses:
AbstractBooleanPlaceholder, AbstractDoublePlaceholder, AbstractStringPlaceholder
-
Constructor Summary
ConstructorsConstructorDescriptionPlaceholder(net.kyori.adventure.key.Key id, Class<T> type) Placeholder(net.kyori.adventure.key.Key id, Class<T> type, Codec<T> codec, DynamicOps<String> ops) -
Method Summary
-
Constructor Details
-
Placeholder
-
Placeholder
-
-
Method Details
-
getId
public net.kyori.adventure.key.Key getId() -
getType
-
getCodec
-
getOps
-
resolve
-
format
-