Class TextureBinder

java.lang.Object
net.minecraft.client.render.TextureBinder
Direct Known Subclasses:
ClockTextureBinder, CompassTextureBinder, FireTextureBinder, FlowingLavaTextureBinder, FlowingLavaTextureBinder2, FlowingWaterTextureBinder, FlowingWaterTextureBinder2, PortalTextureBinder

@Environment(CLIENT) public class TextureBinder extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_336
glue class_40
server net/minecraft/class_336
client aw
named net/minecraft/client/render/TextureBinder
  • Field Details

    • grid

      public byte[] grid
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1411 Lnet/minecraft/class_336;field_1411:[B
      glue field_60 Lclass_40;field_60:[B
      server field_1411 Lnet/minecraft/class_336;field_1411:[B
      client a Law;a:[B
      named grid Lnet/minecraft/client/render/TextureBinder;grid:[B
    • index

      public int index
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1412 Lnet/minecraft/class_336;field_1412:I
      glue field_61 Lclass_40;field_61:I
      server field_1412 Lnet/minecraft/class_336;field_1412:I
      client b Law;b:I
      named index Lnet/minecraft/client/render/TextureBinder;index:I
    • render3d

      public boolean render3d
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1413 Lnet/minecraft/class_336;field_1413:Z
      glue field_62 Lclass_40;field_62:Z
      server field_1413 Lnet/minecraft/class_336;field_1413:Z
      client c Law;c:Z
      named render3d Lnet/minecraft/client/render/TextureBinder;render3d:Z
    • id

      public int id
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1414 Lnet/minecraft/class_336;field_1414:I
      glue field_63 Lclass_40;field_63:I
      server field_1414 Lnet/minecraft/class_336;field_1414:I
      client d Law;d:I
      named id Lnet/minecraft/client/render/TextureBinder;id:I
    • textureSize

      public int textureSize
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1415 Lnet/minecraft/class_336;field_1415:I
      glue field_64 Lclass_40;field_64:I
      server field_1415 Lnet/minecraft/class_336;field_1415:I
      client e Law;e:I
      named textureSize Lnet/minecraft/client/render/TextureBinder;textureSize:I
    • renderMode

      public int renderMode
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1416 Lnet/minecraft/class_336;field_1416:I
      glue field_65 Lclass_40;field_65:I
      server field_1416 Lnet/minecraft/class_336;field_1416:I
      client f Law;f:I
      named renderMode Lnet/minecraft/client/render/TextureBinder;renderMode:I
  • Constructor Details

    • TextureBinder

      public TextureBinder(int int2)
  • Method Details

    • update

      public void update()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1205 Lnet/minecraft/class_336;method_1205()V
      glue method_106 Lclass_40;method_106()V
      server method_1205 Lnet/minecraft/class_336;method_1205()V
      client a Law;a()V
      named update Lnet/minecraft/client/render/TextureBinder;update()V
    • bindTexture

      public void bindTexture(TextureManager manager)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1206 Lnet/minecraft/class_336;method_1206(Lnet/minecraft/class_76;)V
      glue method_116 Lclass_40;method_116(Lclass_359;)V
      server method_1206 Lnet/minecraft/class_336;method_1206(Lnet/minecraft/class_76;)V
      client a Law;a(Lji;)V
      named bindTexture Lnet/minecraft/client/render/TextureBinder;bindTexture(Lnet/minecraft/client/texture/TextureManager;)V