Interface PlayerAttachmentImmersiveInfo

All Superinterfaces:
ImmersiveInfo
All Known Implementing Classes:
AbstractPlayerAttachmentImmersiveInfo, BagInfo, ImmersiveHitboxesInfo

public non-sealed interface PlayerAttachmentImmersiveInfo extends ImmersiveInfo
The ImmersiveInfo implementation for player-attachment Immersives.
See Also:
  • Method Details

    • getOwner

      net.minecraft.client.player.AbstractClientPlayer getOwner()
      Get the player who owns/controls this PlayerAttachmentImmersiveInfo.
      Returns:
      The player as described.
    • ownerIsLocalPlayer

      default boolean ownerIsLocalPlayer()
      Get whether this info is owned/controlled by the local player.
      Returns:
      Whether the player that owns/controls this info is the local player.