Update AT config to expose some block functions and a few extras.
This commit is contained in:
parent
1c7d20ad36
commit
6f38691efc
1 changed files with 15 additions and 3 deletions
|
@ -51,6 +51,18 @@ protected nj.aq # velocityX
|
|||
protected nj.ar # velocityY
|
||||
protected nj.as # velocityZ
|
||||
public nj.h()Z # isMinecartPowered
|
||||
# World
|
||||
|
||||
|
||||
# Block
|
||||
public aif.<init>(ILacn;)V #Constructor
|
||||
public aif.<init>(IILacn;)V #Constructor
|
||||
public aif.p()Laif; # setRequiresSelfNotify
|
||||
public aif.a(Laii;)Laif; # setStepSound
|
||||
public aif.b(F)Laif; # setResistance
|
||||
public aif.c(F)Laif; # setHardness
|
||||
public aif.h(I)Laif; # setLightOpacity
|
||||
public aif.a(F)Laif; # setLightValue
|
||||
public aif.q()Laif; # setBlockUnbreakable
|
||||
public aif.b(Z)Laif; # setTickRandomly
|
||||
# NetServerHandler
|
||||
public gy.g # playerInAirTime
|
||||
# TileEntity
|
||||
public ajh.k # worldObj
|
Loading…
Reference in a new issue