Uses of Enum Class
io.github.sefiraat.networks.network.NodeType
Packages that use NodeType
Package
Description
-
Uses of NodeType in io.github.sefiraat.networks.network
Fields in io.github.sefiraat.networks.network declared as NodeTypeMethods in io.github.sefiraat.networks.network that return NodeTypeModifier and TypeMethodDescriptionNetworkNode.getNodeType()NodeDefinition.getType()static NodeTypeReturns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.sefiraat.networks.network with parameters of type NodeTypeModifier and TypeMethodDescriptionvoidNetworkRoot.registerNode(Location location, NodeType type) Constructors in io.github.sefiraat.networks.network with parameters of type NodeTypeModifierConstructorDescriptionNetworkNode(Location location, NodeType type) NetworkRoot(Location location, NodeType type, int maxNodes) NodeDefinition(NodeType type) NodeDefinition(NodeType type, int charge) -
Uses of NodeType in io.github.sefiraat.networks.slimefun.network
Constructors in io.github.sefiraat.networks.slimefun.network with parameters of type NodeTypeModifierConstructorDescriptionprotectedNetworkDirectional(io.github.thebusybiscuit.slimefun4.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStack item, io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType recipeType, ItemStack[] recipe, NodeType type) protectedNetworkObject(io.github.thebusybiscuit.slimefun4.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStack item, io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType recipeType, ItemStack[] recipe, NodeType type) protectedNetworkObject(io.github.thebusybiscuit.slimefun4.api.items.ItemGroup itemGroup, io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStack item, io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType recipeType, ItemStack[] recipe, ItemStack recipeOutput, NodeType type)