Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionAs of 5.0.0-alpha.26, replaced by
IBuilder.addLoreComponents(VersionedComponent...)As of 5.0.0-alpha.26, replaced byIBuilder.addLoreComponents(List)As of 5.0.0-alpha.26, replaced byIBuilder.lore()which returns components.As of 5.0.0-alpha.26, replaced byIBuilder.displayName()which returns a component.As of 5.0.0-alpha.26, replaced byIBuilder.replaceBoth(String, VersionedComponent)which supports components.As of 5.0.0-alpha.26, replaced byIBuilder.replaceLore(String, VersionedComponent)which supports components.As of 5.0.0-alpha.26, replaced byIBuilder.replaceLoreLineComponent(String, List)which supports components.As of 5.0.0-alpha.26, replaced byIBuilder.replaceName(String, VersionedComponent)which supports components.As of 5.0.0-alpha.26, replaced byIBuilder.displayName(VersionedComponent).As of 5.0.0-alpha.17, replaced byIBuilder.setDamage(int).As of 5.0.0-alpha.17, replaced byIBuilder.setDamage(int).As of 5.0.0-alpha.26, replaced byIBuilder.lore(VersionedComponent...).As of 5.0.0-alpha.26, replaced byIBuilder.lore(List)As of 5.0.0-alpha.26, replaced byIBuilder.displayName(VersionedComponent).UseAbstractMenuBuilder.title(ComponentMenuTitleProvider)instead to modify parts of the title.Use more specific methodAbstractMenuBuilder.titleFromLegacySection(String)UseMenuEvents.addPlayerInvClick(PlayerSlotClick)instead. This method will be removed in a future release.Construct your ownComponentMenuTitleProviderusingVersionedComponentinstead.As of 5.0.0-alpha.26, replaced byAbstractSubsystem.buildMiniMessage(String)As of 5.0.0-alpha.26, replaced byAbstractSubsystem.buildMiniMessage(String)UseKamiCommonException.addMsgFromLegacyColors(String)instead for clarityUseKamiCommonException.addMsgFromLegacyColors(String, Object...)instead for clarity
-
Deprecated ConstructorsConstructorDescriptionReplace with
MenuHolder(MenuSize, VersionedComponent)and use a VersionedComponent instead.