mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-26 12:46:01 +01:00
Resolve JavaDoc issues
This commit is contained in:
parent
c39bd75837
commit
7f532b1257
@ -290,7 +290,7 @@ public class BlueprintEntity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mythicMobsRecord the mythicMobsRecord to set
|
* @param mmr the mythicMobsRecord to set
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
*/
|
*/
|
||||||
public void setMythicMobsRecord(MythicMobRecord mmr) {
|
public void setMythicMobsRecord(MythicMobRecord mmr) {
|
||||||
|
@ -15,7 +15,7 @@ import world.bentobox.bentobox.lists.Flags;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Listener for {@link Flags#CROP_TRAMPLE, Flags#PRESSURE_PLATE, Flags#TURTLE_EGGS, Flags#BUTTON}
|
* Listener for {@link Flags#CROP_TRAMPLE}, {@link Flags#PRESSURE_PLATE}, {@link Flags#TURTLE_EGGS}, {@link Flags#BUTTON}
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -20,6 +20,7 @@ import world.bentobox.bentobox.api.flags.FlagListener;
|
|||||||
import world.bentobox.bentobox.lists.Flags;
|
import world.bentobox.bentobox.lists.Flags;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Provides protection for placing blocks.
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
*/
|
*/
|
||||||
public class PlaceBlocksListener extends FlagListener
|
public class PlaceBlocksListener extends FlagListener
|
||||||
|
@ -674,7 +674,7 @@ public final class Flags {
|
|||||||
/**
|
/**
|
||||||
* Crop Planting
|
* Crop Planting
|
||||||
* Controls who gets to plant crops on tilled soil.
|
* Controls who gets to plant crops on tilled soil.
|
||||||
* Listener is {@link PlaceBlockListener}
|
* Listener is {@link world.bentobox.bentobox.listeners.flags.protection.PlaceBlocksListener}
|
||||||
* @since 1.23.0
|
* @since 1.23.0
|
||||||
*/
|
*/
|
||||||
public static final Flag CROP_PLANTING = new Flag.Builder("CROP_PLANTING", Material.PUMPKIN_SEEDS).mode(Flag.Mode.BASIC).type(Type.PROTECTION).build();
|
public static final Flag CROP_PLANTING = new Flag.Builder("CROP_PLANTING", Material.PUMPKIN_SEEDS).mode(Flag.Mode.BASIC).type(Type.PROTECTION).build();
|
||||||
|
@ -341,7 +341,7 @@ public class IslandsManager {
|
|||||||
* Gets all the islands for this player in this world that this player owns.
|
* Gets all the islands for this player in this world that this player owns.
|
||||||
*
|
*
|
||||||
* @param world world to check
|
* @param world world to check
|
||||||
* @param uniqueId user's UUID
|
* @param user user
|
||||||
* @return List of islands or empty list if none found for user
|
* @return List of islands or empty list if none found for user
|
||||||
* @since 2.1.0
|
* @since 2.1.0
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user