Uses of Enum Class
me.mrCookieSlime.Slimefun.api.item_transport.ItemTransportFlow
Packages that use ItemTransportFlow
Package
Description
-
Uses of ItemTransportFlow in me.mrCookieSlime.Slimefun.api.inventory
Methods in me.mrCookieSlime.Slimefun.api.inventory with parameters of type ItemTransportFlowModifier and TypeMethodDescriptionint[]
BlockMenuPreset.getSlotsAccessedByItemTransport
(DirtyChestMenu menu, ItemTransportFlow flow, ItemStack item) abstract int[]
BlockMenuPreset.getSlotsAccessedByItemTransport
(ItemTransportFlow flow) -
Uses of ItemTransportFlow in me.mrCookieSlime.Slimefun.api.item_transport
Methods in me.mrCookieSlime.Slimefun.api.item_transport that return ItemTransportFlowModifier and TypeMethodDescriptionstatic ItemTransportFlow
Returns the enum constant of this class with the specified name.static ItemTransportFlow[]
ItemTransportFlow.values()
Returns an array containing the constants of this enum class, in the order they are declared.