Interface NorthstarPlayer

All Known Implementing Classes:
PlayerMixin, ServerPlayerMixin

public interface NorthstarPlayer
  • Method Summary

    Modifier and Type
    Method
    Description
    default @Nullable net.minecraft.world.entity.Entity
     
    default void
    northstar$setRelativeEntity(@Nullable net.minecraft.world.entity.Entity entity, int ticks)
     
  • Method Details

    • northstar$getRelativeEntity

      @Nullable default @Nullable net.minecraft.world.entity.Entity northstar$getRelativeEntity()
    • northstar$setRelativeEntity

      default void northstar$setRelativeEntity(@Nullable @Nullable net.minecraft.world.entity.Entity entity, int ticks)