Package net.okocraft.box.api.model.result.item
package net.okocraft.box.api.model.result.item
A package for results of registering / renaming custom items.
-
ClassDescriptionAn interface that represents a result of registering a custom item.A record of the
ItemRegistrationResult
that indicates failure due to a duplicate item.A record of theItemRegistrationResult
that indicates failure due to a duplicate name.A record of theItemRegistrationResult
that indicates failure due to exception occurred.A record of theItemRegistrationResult
that indicates success.An interface that represents a result of renaming a custom item.A record of theItemRenameResult
that indicates failure due to a duplicate name.A record of theItemRenameResult
that indicates failure due to exception occurred.A record of theItemRenameResult
that indicates success.