Package org.terasology.rendering.nui.widgets

Examples of org.terasology.rendering.nui.widgets.TooltipLine


    public GetItemTooltip() {
        tooltipLines = new ArrayList<>();
    }

    public GetItemTooltip(String defaultTooltip) {
        this.tooltipLines = new ArrayList<>(Arrays.asList(new TooltipLine(defaultTooltip)));
    }
View Full Code Here

TOP

Related Classes of org.terasology.rendering.nui.widgets.TooltipLine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.