Class FramebufferEditAction
java.lang.Object
foundry.veil.impl.resource.action.FramebufferEditAction
- All Implemented Interfaces:
VeilResourceAction<FramebufferResource>
public class FramebufferEditAction
extends Object
implements VeilResourceAction<FramebufferResource>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.ComponentgetIcon()net.minecraft.network.chat.ComponentgetName()voidperform(VeilEditorEnvironment environment, FramebufferResource resource) Performs the action on the specified resource
-
Constructor Details
-
FramebufferEditAction
public FramebufferEditAction()
-
-
Method Details
-
getName
public net.minecraft.network.chat.Component getName()- Specified by:
getNamein interfaceVeilResourceAction<FramebufferResource>- Returns:
- The name of the action
-
getDescription
public net.minecraft.network.chat.Component getDescription()- Specified by:
getDescriptionin interfaceVeilResourceAction<FramebufferResource>- Returns:
- A brief description of the action
-
getIcon
- Specified by:
getIconin interfaceVeilResourceAction<FramebufferResource>- Returns:
- The icon to display for the action
-
perform
Description copied from interface:VeilResourceActionPerforms the action on the specified resource- Specified by:
performin interfaceVeilResourceAction<FramebufferResource>
-