Beispiel #1
0
 @Override
 public boolean setup(RenderList rl) {
   rl.prepo(Rendered.eyesort);
   rl.prepo(Material.nofacecull);
   Location.goback(rl.state(), "gobx");
   rl.state().put(States.color, null);
   return true;
 }
Beispiel #2
0
 public boolean setup(RenderList rl) {
   Location.goback(rl.state(), "gobx");
   rl.prepo(States.xray);
   rl.prepo(clrst);
   return true;
 }