mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-05 18:32:28 +01:00
Fix minestom.com > minestom.net
This commit is contained in:
parent
4825f8d4c1
commit
b1c1f65064
@ -19,7 +19,7 @@ public interface DataContainer {
|
||||
* meaning that this will be null if no data has been defined.
|
||||
*
|
||||
* @return the {@link Data} of this container, can be null
|
||||
* @deprecated use the tag API https://wiki.minestom.com/feature/tags
|
||||
* @deprecated use the tag API https://wiki.minestom.net/feature/tags
|
||||
*/
|
||||
@Deprecated
|
||||
@Nullable Data getData();
|
||||
@ -31,8 +31,8 @@ public interface DataContainer {
|
||||
* on your use-case.
|
||||
*
|
||||
* @param data the new {@link Data} of this container, null to remove it
|
||||
* @deprecated use the tag API https://wiki.minestom.com/feature/tags
|
||||
* @deprecated use the tag API https://wiki.minestom.net/feature/tags
|
||||
*/
|
||||
@Deprecated
|
||||
void setData(@Nullable Data data);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user