Interface EntitySelectorAccessor


public interface EntitySelectorAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable UUID
     
    @Nullable String
     
    net.minecraft.world.level.entity.EntityTypeTest<net.minecraft.world.entity.Entity, ?>
     
  • Method Details

    • getPlayerName

      @Nullable @Nullable String getPlayerName()
    • getEntityUUID

      @Nullable @Nullable UUID getEntityUUID()
    • getType

      net.minecraft.world.level.entity.EntityTypeTest<net.minecraft.world.entity.Entity, ?> getType()