Package net.minecraft.client.render
Class VertexBuffer
java.lang.Object
net.minecraft.client.render.VertexBuffer
- Mappings:
Namespace Name official bmtintermediary net/minecraft/class_2521named net/minecraft/client/render/VertexBuffer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int id- Mappings:
Namespace Name Mixin selector official aLbmt;a:Iintermediary field_11220Lnet/minecraft/class_2521;field_11220:Inamed idLnet/minecraft/client/render/VertexBuffer;id:I
-
format
- Mappings:
Namespace Name Mixin selector official bLbmt;b:Lbmu;intermediary field_11221Lnet/minecraft/class_2521;field_11221:Lnet/minecraft/class_2522;named formatLnet/minecraft/client/render/VertexBuffer;format:Lnet/minecraft/client/render/VertexFormat;
-
size
private int size- Mappings:
Namespace Name Mixin selector official cLbmt;c:Iintermediary field_11222Lnet/minecraft/class_2521;field_11222:Inamed sizeLnet/minecraft/client/render/VertexBuffer;size:I
-
-
Constructor Details
-
VertexBuffer
- Mappings:
Namespace Name Mixin selector official <init>Lbmt;<init>(Lbmu;)Vintermediary <init>Lnet/minecraft/class_2521;<init>(Lnet/minecraft/class_2522;)Vnamed <init>Lnet/minecraft/client/render/VertexBuffer;<init>(Lnet/minecraft/client/render/VertexFormat;)V
-
-
Method Details
-
bind
public void bind()- Mappings:
Namespace Name Mixin selector official aLbmt;a()Vintermediary method_10327Lnet/minecraft/class_2521;method_10327()Vnamed bindLnet/minecraft/client/render/VertexBuffer;bind()V
-
data
- Mappings:
Namespace Name Mixin selector official aLbmt;a(Ljava/nio/ByteBuffer;)Vintermediary method_10329Lnet/minecraft/class_2521;method_10329(Ljava/nio/ByteBuffer;)Vnamed dataLnet/minecraft/client/render/VertexBuffer;data(Ljava/nio/ByteBuffer;)V
-
draw
public void draw(int mode) - Mappings:
Namespace Name Mixin selector official aLbmt;a(I)Vintermediary method_10328Lnet/minecraft/class_2521;method_10328(I)Vnamed drawLnet/minecraft/client/render/VertexBuffer;draw(I)V
-
unbind
public void unbind()- Mappings:
Namespace Name Mixin selector official bLbmt;b()Vintermediary method_10330Lnet/minecraft/class_2521;method_10330()Vnamed unbindLnet/minecraft/client/render/VertexBuffer;unbind()V
-
delete
public void delete()- Mappings:
Namespace Name Mixin selector official cLbmt;c()Vintermediary method_10331Lnet/minecraft/class_2521;method_10331()Vnamed deleteLnet/minecraft/client/render/VertexBuffer;delete()V
-