Uses of Interface
moe.maple.api.script.util.tuple.Tuple
-
Uses of Tuple in moe.maple.api.script.logic
Method parameters in moe.maple.api.script.logic with type arguments of type Tuple Modifier and Type Method Description static BasicActionChainScriptAPI. say(MoeScript script, Integer[] speakers, List<Tuple<Integer,String>> paramAndMessages)static BasicActionChainScriptAPI. say(MoeScript script, List<Tuple<Integer,String>> paramAndMessages) -
Uses of Tuple in moe.maple.api.script.model
Methods in moe.maple.api.script.model with parameters of type Tuple Modifier and Type Method Description default BasicActionChainSpeakingScript. say(Integer[] speakers, Tuple<Integer,String>... paramAndMessages)default BasicActionChainSpeakingScript. say(Tuple<Integer,String>... paramAndMessages)Method parameters in moe.maple.api.script.model with type arguments of type Tuple Modifier and Type Method Description default BasicActionChainSpeakingScript. say(Integer[] speakers, List<Tuple<Integer,String>> paramAndMessages)default BasicActionChainSpeakingScript. say(List<Tuple<Integer,String>> paramAndMessages) -
Uses of Tuple in moe.maple.api.script.model.helper
Classes in moe.maple.api.script.model.helper that implement Tuple Modifier and Type Class Description classMenuItemA lame data class.classSlideItemMethods in moe.maple.api.script.model.helper that return types with arguments of type Tuple Modifier and Type Method Description List<Tuple<Integer,Integer>>Exchange. getItems()Iterator<Tuple<Integer,Integer>>Exchange. iterator()Constructors in moe.maple.api.script.model.helper with parameters of type Tuple Constructor Description Exchange(int money, Tuple<Integer,Integer> item)Exchange(int money, Tuple<Integer,Integer>... itemTemplateIdAndCount)Constructor parameters in moe.maple.api.script.model.helper with type arguments of type Tuple Constructor Description Exchange(int money, Collection<Tuple<Integer,Integer>> itemTemplateIdAndCount) -
Uses of Tuple in moe.maple.api.script.model.object.field
Methods in moe.maple.api.script.model.object.field with parameters of type Tuple Modifier and Type Method Description default booleanReactorObject. dropItems(Tuple<Integer,Integer>... itemAndCount)Drops items from the reactor's positionMethod parameters in moe.maple.api.script.model.object.field with type arguments of type Tuple Modifier and Type Method Description booleanReactorObject. dropItems(Collection<Tuple<Integer,Integer>> itemAndCount)Drops items from the reactor's position -
Uses of Tuple in moe.maple.api.script.model.object.user
Methods in moe.maple.api.script.model.object.user with parameters of type Tuple Modifier and Type Method Description default booleanInventoryHolderObject. addItemAll(Tuple<Integer,Integer>... itemTemplateIdAndCount)Add ALL ITEMS in the array with their count.default booleanInventoryHolderObject. exchange(int money, Tuple<Integer,Integer>... itemTemplateIdAndCount)This is an inventory transaction that only applies changes if all actions can be completed.default booleanInventoryHolderObject. removeItemAll(Tuple<Integer,Integer>... itemTemplateIdAndCount)Removes ALL ITEMS in the array with their count.Method parameters in moe.maple.api.script.model.object.user with type arguments of type Tuple Modifier and Type Method Description booleanInventoryHolderObject. addItemAll(Collection<Tuple<Integer,Integer>> itemTemplateIdAndCount)default booleanInventoryHolderObject. exchange(int money, List<Tuple<Integer,Integer>> itemTemplateIdAndCount)booleanInventoryHolderObject. removeItemAll(Collection<Tuple<Integer,Integer>> itemTemplateIdAndCount) -
Uses of Tuple in moe.maple.api.script.util.builder
Method parameters in moe.maple.api.script.util.builder with type arguments of type Tuple Modifier and Type Method Description BuilderScriptMenuBuilder. appendMenu(Collection<Tuple<Integer,String>> options) -
Uses of Tuple in moe.maple.api.script.util.triple
Classes in moe.maple.api.script.util.triple that implement Tuple Modifier and Type Class Description classImmutableTriple<L,C,R> -
Uses of Tuple in moe.maple.api.script.util.tuple
Classes in moe.maple.api.script.util.tuple that implement Tuple Modifier and Type Class Description classImmutableTuple<L,R>Methods in moe.maple.api.script.util.tuple that return Tuple Modifier and Type Method Description static <L, R> Tuple<L,R>Tuple. of(L left, R right)Methods in moe.maple.api.script.util.tuple that return types with arguments of type Tuple Modifier and Type Method Description static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3, L l4, R r4)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3, L l4, R r4, L l5, R r5)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3, L l4, R r4, L l5, R r5, L l6, R r6)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3, L l4, R r4, L l5, R r5, L l6, R r6, L l7, R r7)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3, L l4, R r4, L l5, R r5, L l6, R r6, L l7, R r7, L l8, R r8)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3, L l4, R r4, L l5, R r5, L l6, R r6, L l7, R r7, L l8, R r8, L l9, R r9)static <L, R> List<Tuple<L,R>>Tuple. listOf(L l1, R r1, L l2, R r2, L l3, R r3, L l4, R r4, L l5, R r5, L l6, R r6, L l7, R r7, L l8, R r8, L l9, R r9, L l10, R r10)static <V> List<Tuple<V,V>>Tuple. listOf(V... args)Methods in moe.maple.api.script.util.tuple with parameters of type Tuple Modifier and Type Method Description static <T> List<T>Tuple. flatten(Tuple<T,T>... tuples)Method parameters in moe.maple.api.script.util.tuple with type arguments of type Tuple Modifier and Type Method Description static <T> voidTuple. flatForEach(Iterable<Tuple<T,T>> tuples, Consumer<? super T> action)static <T> List<T>Tuple. flatten(Collection<Tuple<T,T>> tuples)static <L, R> voidTuple. forEach(Iterable<Tuple<L,R>> tuples, BiConsumer<? super L,? super R> action)Utility method to perform an action for each Tuple