public class PotionMixRegistryLoader extends Object implements RegistryLoader<Object,Set<com.nukkitx.protocol.bedrock.data.inventory.PotionMixData>>
PotionMixData that enables the
Bedrock client to place brewing items into the brewing stand.
(Does not contain actual potion mixes.)
Designed to replicate Java Edition behavior.
(Ex: Bedrock cannot normally place glass bottles or fully upgraded
potions into the brewing stand, but Java can.)| Constructor and Description |
|---|
PotionMixRegistryLoader() |
| Modifier and Type | Method and Description |
|---|---|
Set<com.nukkitx.protocol.bedrock.data.inventory.PotionMixData> |
load(Object input)
Loads an output from the given input.
|
public Set<com.nukkitx.protocol.bedrock.data.inventory.PotionMixData> load(Object input)
RegistryLoaderload in interface RegistryLoader<Object,Set<com.nukkitx.protocol.bedrock.data.inventory.PotionMixData>>input - the inputCopyright © 2021 GeyserMC. All rights reserved.