Interface ContainerUser

All Known Implementing Classes:
AbstractClientPlayerEntity, ClientPlayerEntity, CopperGolemEntity, OtherClientPlayerEntity, PlayerEntity, ServerPlayerEntity

public interface ContainerUser
Mappings:
Namespace Name
named net/minecraft/entity/ContainerUser
intermediary net/minecraft/class_11565
official cdo
  • Method Details

    • isViewingContainerAt

      boolean isViewingContainerAt(ViewerCountManager viewerCountManager, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named isViewingContainerAt Lnet/minecraft/entity/ContainerUser;isViewingContainerAt(Lnet/minecraft/block/entity/ViewerCountManager;Lnet/minecraft/util/math/BlockPos;)Z
      intermediary method_72380 Lnet/minecraft/class_11565;method_72380(Lnet/minecraft/class_5561;Lnet/minecraft/class_2338;)Z
      official a Lcdo;a(Legu;Lja;)Z
    • getContainerInteractionRange

      double getContainerInteractionRange()
      Mappings:
      Namespace Name Mixin selector
      named getContainerInteractionRange Lnet/minecraft/entity/ContainerUser;getContainerInteractionRange()D
      intermediary method_72381 Lnet/minecraft/class_11565;method_72381()D
      official aq Lcdo;aq()D
    • asLivingEntity

      default LivingEntity asLivingEntity()
      Mappings:
      Namespace Name Mixin selector
      named asLivingEntity Lnet/minecraft/entity/ContainerUser;asLivingEntity()Lnet/minecraft/entity/LivingEntity;
      intermediary method_72382 Lnet/minecraft/class_11565;method_72382()Lnet/minecraft/class_1309;
      official m_ Lcdo;m_()Lcew;