1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Specify within this instance

This commit is contained in:
JustAHuman-xD 2023-02-11 07:43:19 -06:00 committed by GitHub
parent 08af8b2f99
commit 6f2a4e369a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ public class EnergyNet extends Network implements HologramOwner {
}
/**
* This creates an immutable {@link Map} of {@link EnergyNetProvider}s.
* This creates an immutable {@link Map} of {@link EnergyNetProvider}s within this EnergyNet instance.
*
* @return An immutable {@link Map} of generators
*/
@ -70,7 +70,7 @@ public class EnergyNet extends Network implements HologramOwner {
}
/**
* This creates an immutable {@link Map} of {@link EnergyNetComponentType#CAPACITOR} {@link EnergyNetComponent}s.
* This creates an immutable {@link Map} of {@link EnergyNetComponentType#CAPACITOR} {@link EnergyNetComponent}s within this EnergyNet instance.
*
* @return An immutable {@link Map} of capacitors
*/
@ -79,7 +79,7 @@ public class EnergyNet extends Network implements HologramOwner {
}
/**
* This creates an immutable {@link Map} of {@link EnergyNetComponentType#CONSUMER} {@link EnergyNetComponent}s.
* This creates an immutable {@link Map} of {@link EnergyNetComponentType#CONSUMER} {@link EnergyNetComponent}s within this EnergyNet instance.
*
* @return An immutable {@link Map} of consumers
*/