Interface Culler

All Known Implementing Classes:
FrustumCuller

@Environment(CLIENT) public interface Culler
Mappings:
Namespace Name
intermediary net/minecraft/class_68
glue class_711
server net/minecraft/class_68
client yn
named net/minecraft/client/render/Culler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    prepare(double offsetX, double offsetY, double offsetZ)
     
  • Method Details

    • isVisible

      boolean isVisible(Box box)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2007 Lnet/minecraft/class_68;method_2007(Lnet/minecraft/class_25;)Z
      glue method_2158 Lclass_711;method_2158(Lclass_113;)Z
      server method_2007 Lnet/minecraft/class_68;method_2007(Lcz;)Z
      client a Lyn;a(Leq;)Z
      named isVisible Lnet/minecraft/client/render/Culler;isVisible(Lnet/minecraft/util/math/Box;)Z
    • prepare

      void prepare(double offsetX, double offsetY, double offsetZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2006 Lnet/minecraft/class_68;method_2006(DDD)V
      glue method_2156 Lclass_711;method_2156(DDD)V
      server method_2006 Lnet/minecraft/class_68;method_2006(DDD)V
      client a Lyn;a(DDD)V
      named prepare Lnet/minecraft/client/render/Culler;prepare(DDD)V