Interface KubeIconRenderer
- All Known Implementing Classes:
KubeIconRenderer.FromAtlasSprite,KubeIconRenderer.FromItem,KubeIconRenderer.FromTexture
public interface KubeIconRenderer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final recordstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Lazy<Map<KubeIconType<?>, Function<?, KubeIconRenderer>>> -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(net.minecraft.client.Minecraft mc, net.minecraft.client.gui.GuiGraphics graphics, int x, int y, int size) static @Nullable KubeIconRenderer
-
Field Details
-
RENDERERS
-
-
Method Details
-
from
-
draw
void draw(net.minecraft.client.Minecraft mc, net.minecraft.client.gui.GuiGraphics graphics, int x, int y, int size)
-