Class FinishedMultiPartBlockState.Part

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Part​(java.util.List<BlockModelDefinition> p_i232527_1_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decorate​(com.google.gson.JsonObject p_230526_1_)  
      com.google.gson.JsonElement get()  
      void validate​(StateContainer<?,​?> p_230525_1_)  
      • Methods inherited from class java.lang.Object

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

      • validate

        public void validate​(StateContainer<?,​?> p_230525_1_)
      • decorate

        public void decorate​(com.google.gson.JsonObject p_230526_1_)
      • get

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