mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 02:48:14 -05:00
Update #18 - Final release, added PBR shaders
This commit is contained in:
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -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> {
|
||||
|
||||
/**
|
||||
|
@ -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> {
|
||||
|
||||
/**
|
||||
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user