Class CustomItemRegistryPopulator
java.lang.Object
org.geysermc.geyser.registry.populator.CustomItemRegistryPopulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeyserCustomMappingDataregisterCustomItem(String customItemName, GeyserMappingItem javaItem, org.geysermc.geyser.api.item.custom.CustomItemData customItemData, int bedrockId)static NonVanillaItemRegistrationregisterCustomItem(org.geysermc.geyser.api.item.custom.NonVanillaCustomItemData customItemData, int customItemId)
-
Constructor Details
-
CustomItemRegistryPopulator
public CustomItemRegistryPopulator()
-
-
Method Details
-
registerCustomItem
public static GeyserCustomMappingData registerCustomItem(String customItemName, GeyserMappingItem javaItem, org.geysermc.geyser.api.item.custom.CustomItemData customItemData, int bedrockId) -
registerCustomItem
public static NonVanillaItemRegistration registerCustomItem(org.geysermc.geyser.api.item.custom.NonVanillaCustomItemData customItemData, int customItemId)
-