Package net.minecraft

Interface class_11517

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
class_11516

@Environment(CLIENT) public interface class_11517 extends AutoCloseable
Mappings:
Namespace Name
named net/minecraft/class_11517
intermediary net/minecraft/class_11517
official hbk
  • Method Details

    • method_72036

      default boolean method_72036(NormalizedRelativePos normalizedRelativePos)
      Mappings:
      Namespace Name Mixin selector
      named method_72036 Lnet/minecraft/class_11517;method_72036(Lnet/minecraft/client/render/chunk/NormalizedRelativePos;)Z
      intermediary method_72036 Lnet/minecraft/class_11517;method_72036(Lnet/minecraft/class_10196;)Z
      official b Lhbk;b(Lhbm;)Z
    • method_72027

      default boolean method_72027()
      Mappings:
      Namespace Name Mixin selector
      named method_72027 Lnet/minecraft/class_11517;method_72027()Z
      intermediary method_72027 Lnet/minecraft/class_11517;method_72027()Z
      official a Lhbk;a()Z
    • method_72037

      default boolean method_72037()
      Mappings:
      Namespace Name Mixin selector
      named method_72037 Lnet/minecraft/class_11517;method_72037()Z
      intermediary method_72037 Lnet/minecraft/class_11517;method_72037()Z
      official c Lhbk;c()Z
    • method_72028

      default boolean method_72028(BlockRenderLayer blockRenderLayer)
      Mappings:
      Namespace Name Mixin selector
      named method_72028 Lnet/minecraft/class_11517;method_72028(Lnet/minecraft/client/render/BlockRenderLayer;)Z
      intermediary method_72028 Lnet/minecraft/class_11517;method_72028(Lnet/minecraft/class_11515;)Z
      official a Lhbk;a(Lhbc;)Z
    • method_72033

      default List<BlockEntity> method_72033()
      Mappings:
      Namespace Name Mixin selector
      named method_72033 Lnet/minecraft/class_11517;method_72033()Ljava/util/List;
      intermediary method_72033 Lnet/minecraft/class_11517;method_72033()Ljava/util/List;
      official b Lhbk;b()Ljava/util/List;
    • isVisibleThrough

      boolean isVisibleThrough(Direction direction, Direction direction2)
      Mappings:
      Namespace Name Mixin selector
      named isVisibleThrough Lnet/minecraft/class_11517;isVisibleThrough(Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/Direction;)Z
      intermediary method_3650 Lnet/minecraft/class_11517;method_3650(Lnet/minecraft/class_2350;Lnet/minecraft/class_2350;)Z
      official a Lhbk;a(Ljh;Ljh;)Z
    • method_72034

      @Nullable default @Nullable Buffers method_72034(BlockRenderLayer blockRenderLayer)
      Mappings:
      Namespace Name Mixin selector
      named method_72034 Lnet/minecraft/class_11517;method_72034(Lnet/minecraft/client/render/BlockRenderLayer;)Lnet/minecraft/client/render/chunk/Buffers;
      intermediary method_72034 Lnet/minecraft/class_11517;method_72034(Lnet/minecraft/class_11515;)Lnet/minecraft/class_10896;
      official b Lhbk;b(Lhbc;)Lhbh;
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable