Rename VertexState to VertexBuffer and Move AirGoalBreakDoor (#146)

This commit is contained in:
Nedelosk 2016-10-22 02:21:57 +02:00 committed by copygirl
parent 2351d30ec9
commit 4603407470
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CLASS bon net/minecraft/client/render/VertexBuffer
CLASS bon$a VertexState
CLASS bon$a BufferState
FIELD b rawBuffer [I
FIELD c format Lbxo;
METHOD <init> (Lbon;[ILbxo;)V
@ -25,7 +25,7 @@ CLASS bon net/minecraft/client/render/VertexBuffer
FIELD o building Z
METHOD <init> (I)V
ARG 0 initialSize
METHOD a getVertexState ()Lbon$a;
METHOD a getState ()Lbon$a;
METHOD a texture (DD)Lbon;
ARG 0 u
ARG 1 v

View File

@ -131,6 +131,9 @@ CLASS aiw net/minecraft/world/World
ARG 0 listener
METHOD a init (Laiz;)V
ARG 0 info
METHOD a getLight (Lajc;Lcn;)I
ARG 0 type
ARG 1 pos
METHOD a addBlockEntity (Lare;)Z
ARG 0 blockEntity
METHOD a getScheduledBlockTicks (Latp;Z)Ljava/util/List;
@ -204,6 +207,9 @@ CLASS aiw net/minecraft/world/World
METHOD a getEmittedStrongRedstonePower (Lcn;Lcu;)I
ARG 0 pos
ARG 1 facing
METHOD a (Lcn;Lnk;)V
ARG 0 pos
ARG 1 sound
METHOD a isBlockLoaded (Lcn;Z)Z
ARG 0 pos
METHOD a spawnParticle (Ldd;DDDDDD[I)V