Merge branch '16w38a' of github.com:FabricMC/pomf into 16w38a

This commit is contained in:
Shadowfacts 2016-10-21 20:29:05 -04:00
commit 72b219350b
No known key found for this signature in database
GPG Key ID: 94A5AB95422746E5
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