Package com.kamikazejam.kamicommon.item.patch
package com.kamikazejam.kamicommon.item.patch
-
ClassDescriptionPatch<T>Do not implement this outside KamiCommon. This was a
sealedhierarchy until spigot-utils dropped to Java 8 so that 1.8.x servers could load it;sealedis Java 17 and has no Java 8 spelling.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>