Class LMItemsParser
java.lang.Object
me.lokka30.levelledmobs.customdrops.LMItemsParser
Interfaces with the plugin LM_Items so can custom items from 3rd party plugins can be used
directly in custom drops
- Since:
- 3.5.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getExternalItem
(@NotNull CustomDropItem item, @Nullable CustomDropProcessingInfo info) boolean
parseExternalItemAttributes
(@NotNull String materialName, CustomDropItem item)
-
Constructor Details
-
LMItemsParser
-
-
Method Details
-
parseExternalItemAttributes
public boolean parseExternalItemAttributes(@NotNull @NotNull String materialName, CustomDropItem item) -
getExternalItem
public boolean getExternalItem(@NotNull @NotNull CustomDropItem item, @Nullable @Nullable CustomDropProcessingInfo info)
-