Update #18 - Final release, added PBR shaders

This commit is contained in:
LAX1DUDE
2023-04-07 16:48:33 -07:00
parent af6d2ffc18
commit b2274a25b0
497 changed files with 28342 additions and 1014 deletions

View File

@ -26,11 +26,11 @@ import java.text.ParsePosition;
* example of use for this would be a webapp where data is taken in one way and
* stored in a database another way.
*
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/CompositeFormat.html">
* CompositeFormat</a> instead
*/
@Deprecated
//@Deprecated
public class CompositeFormat extends Format {
/**

View File

@ -71,11 +71,11 @@ import org.apache.commons.lang3.Validate;
* </ul>
*
* @since 2.4
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/ExtendedMessageFormat.html">
* ExtendedMessageFormat</a> instead
*/
@Deprecated
//@Deprecated
public class ExtendedMessageFormat extends MessageFormat {
private static final long serialVersionUID = -2362048321261811743L;
private static final int HASH_SEED = 31;

View File

@ -23,11 +23,11 @@ import java.util.Locale;
* Format factory.
*
* @since 2.4
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/FormatFactory.html">
* FormatFactory</a> instead
*/
@Deprecated
//@Deprecated
public interface FormatFactory {
/**

View File

@ -39,11 +39,11 @@ import net.lax1dude.eaglercraft.v1_8.HString;
* </p>
*
* @since 3.0
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/FormattableUtils.html">
* FormattableUtils</a> instead
*/
@Deprecated
//@Deprecated
public class FormattableUtils {
/**

View File

@ -77,11 +77,11 @@ import org.apache.commons.lang3.builder.Builder;
* the interface.
*
* @since 2.2
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/TextStringBuilder.html">
* TextStringBuilder</a> instead
*/
@Deprecated
//@Deprecated
public class StrBuilder implements CharSequence, Appendable, Serializable, Builder<String> {
/**

View File

@ -33,11 +33,11 @@ import java.util.Map;
*
* @param <V> Unused.
* @since 2.2
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/lookup/StringLookupFactory.html">
* StringLookupFactory</a> instead
*/
@Deprecated
//@Deprecated
public abstract class StrLookup<V> {
/**

View File

@ -29,11 +29,11 @@ import org.apache.commons.lang3.StringUtils;
* suffice, you can subclass and implement your own matcher.
*
* @since 2.2
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/matcher/StringMatcherFactory.html">
* StringMatcherFactory</a> instead
*/
@Deprecated
//@Deprecated
public abstract class StrMatcher {
/**

View File

@ -143,11 +143,11 @@ import org.apache.commons.lang3.StringUtils;
* </p>
*
* @since 2.2
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringSubstitutor.html">
* StringSubstitutor</a> instead
*/
@Deprecated
//@Deprecated
public class StrSubstitutor {
/**

View File

@ -94,11 +94,11 @@ import org.apache.commons.lang3.StringUtils;
* </table>
*
* @since 2.2
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringTokenizer.html">
* StringTokenizer</a> instead
*/
@Deprecated
//@Deprecated
public class StrTokenizer implements ListIterator<String>, Cloneable {
private static final StrTokenizer CSV_TOKENIZER_PROTOTYPE;

View File

@ -33,11 +33,11 @@ import org.apache.commons.lang3.StringUtils;
* </p>
*
* @since 2.0
* @deprecated as of 3.6, use commons-text <a href=
* @!deprecated as of 3.6, use commons-text <a href=
* "https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/WordUtils.html">
* WordUtils</a> instead
*/
@Deprecated
//@Deprecated
public class WordUtils {
/**