Uses of Class
net.joseplay.allianceutils.api.playerProfile.entity.NameSpace
Packages that use NameSpace
-
Uses of NameSpace in net.joseplay.allianceutils.api.playerProfile.entity
Methods in net.joseplay.allianceutils.api.playerProfile.entity with parameters of type NameSpaceModifier and TypeMethodDescriptionReturns the raw feature value.Deprecated, for removal: This API element is subject to removal in a future version.booleanFeatureManager.getBoolean(NameSpace nameSpace) booleanFeatureManager.getBoolean(NameSpace nameSpace, boolean defaultValue) Retrieves a boolean value.intintRetrieves an integer value.longlongRetrieves a long value.Retrieves a string value.Retrieves a UUID value.booleanFeatureManager.hasFeature(NameSpace nameSpace) Checks if a feature exists.booleanPlayerProfile.hasFeature(NameSpace ns) Deprecated, for removal: This API element is subject to removal in a future version.voidFeatureManager.removeFeature(NameSpace nameSpace) Removes a feature.voidPlayerProfile.removeFeature(NameSpace ns) Deprecated, for removal: This API element is subject to removal in a future version.voidFeatureManager.setFeature(NameSpace nameSpace, Object o) Sets a feature value.voidPlayerProfile.setFeature(NameSpace ns, Object o) Deprecated, for removal: This API element is subject to removal in a future version.