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
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.chat.Component
getIcon()
net.minecraft.network.chat.Component
getName()
void
perform
(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:
getName
in interfaceVeilResourceAction<FramebufferResource>
- Returns:
- The name of the action
-
getDescription
public net.minecraft.network.chat.Component getDescription()- Specified by:
getDescription
in interfaceVeilResourceAction<FramebufferResource>
- Returns:
- A brief description of the action
-
getIcon
- Specified by:
getIcon
in interfaceVeilResourceAction<FramebufferResource>
- Returns:
- The icon to display for the action
-
perform
Description copied from interface:VeilResourceAction
Performs the action on the specified resource- Specified by:
perform
in interfaceVeilResourceAction<FramebufferResource>
-