Package com.llamalad7.mixinextras.injector.wrapoperation
package com.llamalad7.mixinextras.injector.wrapoperation
-
ClassDescriptionOperation<R>Represents an operation (method call or field get/set) that has been wrapped by
WrapOperation.Allows you to wrap amethod call,field get/set,, orinstanceofcheckobject instantiation.This extension is responsible for actually injecting all `@WrapOperation`s which were queued up during the normal injection phase.