Uses of Enum Class
alexiil.mc.lib.multipart.api.MultipartHolder.PartRemoval
Packages that use MultipartHolder.PartRemoval
-
Uses of MultipartHolder.PartRemoval in alexiil.mc.lib.multipart.api
Methods in alexiil.mc.lib.multipart.api that return MultipartHolder.PartRemovalModifier and TypeMethodDescriptionstatic MultipartHolder.PartRemoval
Returns the enum constant of this class with the specified name.static MultipartHolder.PartRemoval[]
MultipartHolder.PartRemoval.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in alexiil.mc.lib.multipart.api with parameters of type MultipartHolder.PartRemovalModifier and TypeMethodDescriptionvoid
MultipartHolder.remove
(MultipartHolder.PartRemoval... options) CallsMultipartHolder.remove()
, but also performs some actions before removing the part depending on what values are passed in.