Advertisement
Guest User

Ew disgusting java nsfw code dont look

a guest
Jul 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.09 KB | None | 0 0
  1. //Not kidding
  2. package weeb.hentai.disgustingux;
  3.  
  4. import java.util.ArrayList;
  5. import java.util.List;
  6.  
  7. import org.apache.commons.lang3.ObjectUtils.Null;
  8.  
  9. import net.minecraft.client.gui.Gui;
  10.  
  11. public class Faggot2DRenderer {
  12.    
  13.     public final int color;
  14.     private List<Faggot4D> fags; //No gangbang allowed
  15.    
  16.     public Faggot2DRenderer() {
  17.         this(Integer.MIN_VALUE);
  18.     }
  19.    
  20.     public Faggot2DRenderer(int color) {
  21.         this.color = color;
  22.         this.fags = new ArrayList<Faggot4D>();
  23.     }
  24.    
  25.     public void addFaggot(int x, int y, int z, int w) {
  26.         this.addFaggot(x, y, z, w, color);
  27.     }
  28.    
  29.     public void addFaggot(int x, int y, int z, int w, int c) {
  30.         fags.add(new Faggot4D(x, y, z, w, c));
  31.     }
  32.    
  33.     public void fuckFags() {
  34.         for (Faggot4D faggot : this.fags)
  35.             faggot.insertDickInTheAnus(null);
  36.     }
  37.    
  38.     private class Faggot4D {
  39.        
  40.         private int x,y,z,w,c;
  41.        
  42.         public Faggot4D(int x, int y, int z, int w, int c) {
  43.             this.x = x;
  44.             this.y = y;
  45.             this.z = z;
  46.             this.w = w;
  47.             this.c = c;
  48.         }
  49.        
  50.         public void insertDickInTheAnus(Null dick) {
  51.             Gui.drawRect(x, y, z, w, c);
  52.         }
  53.        
  54.     }
  55.    
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement