Uses of Interface
tech.skworks.tachyon.api.handler.ComponentPreviewHandler
Packages that use ComponentPreviewHandler
Package
Description
-
Uses of ComponentPreviewHandler in tech.skworks.tachyon.api.registries
Methods in tech.skworks.tachyon.api.registries that return ComponentPreviewHandlerModifier and TypeMethodDescription@Nullable ComponentPreviewHandler<V> ComponentRegistry.getPreviewHandler(@NotNull String componentFullName) Retrieves the UI preview handler associated with a specific component.Methods in tech.skworks.tachyon.api.registries with parameters of type ComponentPreviewHandlerModifier and TypeMethodDescription<T extends tech.skworks.tachyon.libs.com.google.protobuf.Message>
voidComponentRegistry.registerComponent(T defaultInstance, @Nullable ComponentPreviewHandler<V> previewHandler) Registers a new Protobuf component into the ecosystem along with its UI preview handler. -
Uses of ComponentPreviewHandler in tech.skworks.tachyon.plugin.internal.player.component
Methods in tech.skworks.tachyon.plugin.internal.player.component that return ComponentPreviewHandlerModifier and TypeMethodDescription@Nullable ComponentPreviewHandler<org.bukkit.inventory.ItemStack> ComponentRegistryImpl.getPreviewHandler(@NotNull String componentFullName) Methods in tech.skworks.tachyon.plugin.internal.player.component with parameters of type ComponentPreviewHandlerModifier and TypeMethodDescription<T extends tech.skworks.tachyon.libs.com.google.protobuf.Message>
voidComponentRegistryImpl.registerComponent(T defaultInstance, @Nullable ComponentPreviewHandler<org.bukkit.inventory.ItemStack> previewHandler)