Class FabricEntityManager
java.lang.Object
com.elikill58.negativity.fabric.impl.entity.FabricEntityManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Entity
getEntity
(@Nullable net.minecraft.entity.Entity e) static @Nullable CommandSender
getExecutor
(@Nullable net.minecraft.command.CommandSource src) static @Nullable Player
getPlayer
(@Nullable net.minecraft.server.network.ServerPlayerEntity p) static @Nullable Entity
getProjectile
(@Nullable net.minecraft.entity.Entity shooter)
-
Constructor Details
-
FabricEntityManager
public FabricEntityManager()
-
-
Method Details
-
getPlayer
public static @Nullable Player getPlayer(@Nullable net.minecraft.server.network.ServerPlayerEntity p) -
getEntity
-
getExecutor
public static @Nullable CommandSender getExecutor(@Nullable net.minecraft.command.CommandSource src) -
getProjectile
-