Package com.kamikazejam.kamicommon.item.patch
package com.kamikazejam.kamicommon.item.patch
-
ClassDescriptionPatch<T>PatchAdd<T>Represents the type of operation to be performed in a patch.
VALUES:
- ADD: Adds a new element or modifies an existing one.
- REMOVE: Removes an existing element.PatchRemove<T>