[Util] Build characters using code [CharacterFactory]

Discussion in 'Resources' started by bigteddy98, Mar 16, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    bigteddy98

    This resource is no longer available.
     
  2. Offline

    SpiritGamerr

    Nice! Definitely going to use this! :D
     
    bigteddy98 likes this.
  3. Offline

    ccrama

    bigteddy98 Just a suggestion, you can actually get the characters/character map from the built in MC font, thus making the code much smaller and easier for the user to use (They could just input a string instead of building each of those things)

    Code:java
    1. static final MinecraftFont Font = new MinecraftFont();
    2.  
    3. Font.getChar('a').get(row, col);


    Untested, but should return a boolean for if a block should be there or not!

    -ccrama
     
    Jamboozlez likes this.
  4. Offline

    bigteddy98

    That's pretty awesome, I will check it out, thanks.
     
  5. Offline

    Gamecube762

    Interesting, I've been wanting to create this for a while now.
     
Thread Status:
Not open for further replies.

Share This Page