mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 09:27:58 +01:00
Removed @author javadocs
This commit is contained in:
parent
b475a4cd78
commit
714e107eb3
@ -14,9 +14,6 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
|
|
||||||
import java.util.function.BiFunction;
|
import java.util.function.BiFunction;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by k.shandurenko on 22.02.2021
|
|
||||||
*/
|
|
||||||
public class RangedAttackGoal extends GoalSelector {
|
public class RangedAttackGoal extends GoalSelector {
|
||||||
|
|
||||||
private long lastShot;
|
private long lastShot;
|
||||||
|
@ -16,9 +16,6 @@ import java.util.Collection;
|
|||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by k.shandurenko on 22.02.2021
|
|
||||||
*/
|
|
||||||
public class EntityAbstractArrow extends ObjectEntity implements Projectile {
|
public class EntityAbstractArrow extends ObjectEntity implements Projectile {
|
||||||
|
|
||||||
private final static byte CRITICAL_BIT = 0x01;
|
private final static byte CRITICAL_BIT = 0x01;
|
||||||
|
@ -7,9 +7,6 @@ import net.minestom.server.utils.Position;
|
|||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by k.shandurenko on 22.02.2021
|
|
||||||
*/
|
|
||||||
public class EntityArrow extends EntityAbstractArrow {
|
public class EntityArrow extends EntityAbstractArrow {
|
||||||
|
|
||||||
public EntityArrow(@Nullable Entity shooter, @NotNull Position spawnPosition) {
|
public EntityArrow(@Nullable Entity shooter, @NotNull Position spawnPosition) {
|
||||||
|
@ -6,9 +6,6 @@ import net.minestom.server.utils.Position;
|
|||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by k.shandurenko on 22.02.2021
|
|
||||||
*/
|
|
||||||
public class EntitySpectralArrow extends EntityAbstractArrow {
|
public class EntitySpectralArrow extends EntityAbstractArrow {
|
||||||
|
|
||||||
public EntitySpectralArrow(@Nullable Entity shooter, @NotNull Position spawnPosition) {
|
public EntitySpectralArrow(@Nullable Entity shooter, @NotNull Position spawnPosition) {
|
||||||
|
@ -13,9 +13,6 @@ import net.minestom.server.entity.type.projectile.EntitySpectralArrow;
|
|||||||
|
|
||||||
import java.util.concurrent.ThreadLocalRandom;
|
import java.util.concurrent.ThreadLocalRandom;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by k.shandurenko on 22.02.2021
|
|
||||||
*/
|
|
||||||
public class ShootCommand extends Command {
|
public class ShootCommand extends Command {
|
||||||
|
|
||||||
public ShootCommand() {
|
public ShootCommand() {
|
||||||
|
Loading…
Reference in New Issue
Block a user