Uses of Class
io.github.somesourcecode.someguiapi.scene.data.ContextData
Packages that use ContextData
-
Uses of ContextData in io.github.somesourcecode.someguiapi.scene.data
Methods in io.github.somesourcecode.someguiapi.scene.data that return ContextDataModifier and TypeMethodDescriptionContextData<?>Returns the context data with the given id.<T> ContextData<T>ContextDataHolder.getDataUnchecked(String id) Returns the context data with the given id and an unchecked data type.Methods in io.github.somesourcecode.someguiapi.scene.data that return types with arguments of type ContextDataModifier and TypeMethodDescriptionOptional<ContextData<?>>ContextDataHolder.getOptionalData(String id) Returns the context data with the given id as an optional.Methods in io.github.somesourcecode.someguiapi.scene.data with parameters of type ContextDataModifier and TypeMethodDescriptionContextDataHolder.register(ContextData<?> data) Registers the given context data.