1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Added package descriptions

This commit is contained in:
TheBusyBiscuit 2021-02-02 19:38:01 +01:00
parent 0bf27fca15
commit 2c22983f0a
4 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/**
* This package contains any electric machines related to growth accelerations.
* These growth accelerators speed up the growth of animals or plants.
*/
package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators;

View File

@ -0,0 +1,4 @@
/**
* This package contains any electric machines related to auomatic crafting tables.
*/
package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.auto_crafters;

View File

@ -0,0 +1,7 @@
/**
* This package contains any electric machines related to enchanting.
* Prominent examples are the
* {@link io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting.AutoEnchanter} and
* {@link io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting.AutoDisenchanter}
*/
package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting;

View File

@ -0,0 +1,6 @@
/**
* This package contains any electric machines related to {@link org.bukkit.entity.Entity} interactions, most notably
* the
* {@link io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities.AbstractEntityAssembler}.
*/
package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities;