/* * Copyright (c) 2018, 2019, 2020 shedaniel * Licensed under the MIT License (the "License"). */packageme.shedaniel.rei.gui.widget;importorg.jetbrains.annotations.ApiStatus;@ApiStatus.InternalpublicinterfaceLateRenderable{voidlateRender(intmouseX,intmouseY,floatdelta);}