Uses of Interface
com.plotsquared.core.configuration.caption.ComponentTransform
Packages that use ComponentTransform
-
Uses of ComponentTransform in com.plotsquared.core.configuration.caption
Methods in com.plotsquared.core.configuration.caption that return ComponentTransformModifier and TypeMethodDescriptionstatic ComponentTransformComponentTransform.nested(ComponentTransform transform) Creates a transform that applies the given transform on all child components and the component itself.static ComponentTransformComponentTransform.stripClicks(ClickEvent.Action... actionsToRemove) Creates a transform that removes click events of the given actions from a component.Methods in com.plotsquared.core.configuration.caption with parameters of type ComponentTransformModifier and TypeMethodDescriptionstatic ComponentTransformComponentTransform.nested(ComponentTransform transform) Creates a transform that applies the given transform on all child components and the component itself.