Class BlockModelWriter

  • All Implemented Interfaces:
    java.util.function.Supplier<com.google.gson.JsonElement>

    public class BlockModelWriter
    extends java.lang.Object
    implements java.util.function.Supplier<com.google.gson.JsonElement>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonElement get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • get

        public com.google.gson.JsonElement get()
        Specified by:
        get in interface java.util.function.Supplier<com.google.gson.JsonElement>