Enum VertexFormatElement.Usage

    • Method Detail

      • values

        public static VertexFormatElement.Usage[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (VertexFormatElement.Usage c : VertexFormatElement.Usage.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static VertexFormatElement.Usage valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • setupBufferState

        private void setupBufferState​(int p_227902_1_,
                                      int p_227902_2_,
                                      int p_227902_3_,
                                      long p_227902_4_,
                                      int p_227902_6_)
      • clearBufferState

        public void clearBufferState​(int p_227901_1_)
      • getName

        public java.lang.String getName()