Uses of Class
org.cloudburstmc.server.item.randomitem.Selector
Packages that use Selector
-
Uses of Selector in org.cloudburstmc.server.item.randomitem
Subclasses of Selector in org.cloudburstmc.server.item.randomitemFields in org.cloudburstmc.server.item.randomitem declared as SelectorModifier and TypeFieldDescriptionstatic SelectorFishing.CLOWNFISHstatic SelectorFishing.FISHstatic SelectorFishing.FISHESstatic SelectorFishing.JUNK_BONEstatic SelectorFishing.JUNK_BOWLstatic SelectorFishing.JUNK_FISHING_RODstatic SelectorFishing.JUNK_INK_SACstatic SelectorFishing.JUNK_LEATHERstatic SelectorFishing.JUNK_LEATHER_BOOTSstatic SelectorFishing.JUNK_ROTTEN_FLESHstatic SelectorFishing.JUNK_STICKstatic SelectorFishing.JUNK_STRING_ITEMstatic SelectorFishing.JUNK_TRIPWIRE_HOOKstatic SelectorFishing.JUNK_WATTER_BOTTLEstatic SelectorFishing.JUNKSstatic SelectorFishing.PUFFERFISHstatic SelectorRandomItem.ROOTstatic SelectorFishing.ROOT_FISHINGstatic SelectorFishing.SALMONstatic SelectorFishing.TREASURE_BOWstatic SelectorFishing.TREASURE_ENCHANTED_BOOKstatic SelectorFishing.TREASURE_FISHING_RODstatic SelectorFishing.TREASURE_NAME_TAGstatic SelectorFishing.TREASURE_SADDLEstatic SelectorFishing.TREASURESMethods in org.cloudburstmc.server.item.randomitem that return SelectorModifier and TypeMethodDescriptionSelector.getParent()static SelectorRandomItem.putSelector(Selector selector)static SelectorRandomItem.putSelector(Selector selector, float chance)static SelectorSelector.selectRandom(Map<Selector,Float> selectorChanceMap)Methods in org.cloudburstmc.server.item.randomitem with parameters of type SelectorModifier and TypeMethodDescriptionstatic SelectorRandomItem.putSelector(Selector selector)static SelectorRandomItem.putSelector(Selector selector, float chance)Method parameters in org.cloudburstmc.server.item.randomitem with type arguments of type SelectorModifier and TypeMethodDescriptionstatic SelectorSelector.selectRandom(Map<Selector,Float> selectorChanceMap)Constructors in org.cloudburstmc.server.item.randomitem with parameters of type SelectorModifierConstructorDescriptionConstantItemSelector(org.cloudburstmc.api.item.ItemStack item, Selector parent)ConstantItemSelector(org.cloudburstmc.api.item.ItemType id, int count, Selector parent, Object... metadata)ConstantItemSelector(org.cloudburstmc.api.item.ItemType id, Selector parent)ConstantItemSelector(org.cloudburstmc.api.item.ItemType id, Selector parent, Object... metadata)