Class DiffResult.RenderNodeUpdate
java.lang.Object
com.ultikits.ultitools.abstracts.gui.declarative.core.DiffResult.RenderNodeUpdate
- Enclosing class:
DiffResult
表示一个节点更新。
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull RenderNodeprivate final @NotNull RenderNode -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
oldNode
-
newNode
-
-
Constructor Details
-
RenderNodeUpdate
-
-
Method Details
-
getOldNode
-
getNewNode
-
getSlotIndex
public int getSlotIndex()获取变更的槽位索引。- Returns:
- 槽位索引
-