mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-06 02:41:59 +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.
|
* meaning that this will be null if no data has been defined.
|
||||||
*
|
*
|
||||||
* @return the {@link Data} of this container, can be null
|
* @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
|
@Deprecated
|
||||||
@Nullable Data getData();
|
@Nullable Data getData();
|
||||||
@ -31,8 +31,8 @@ public interface DataContainer {
|
|||||||
* on your use-case.
|
* on your use-case.
|
||||||
*
|
*
|
||||||
* @param data the new {@link Data} of this container, null to remove it
|
* @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
|
@Deprecated
|
||||||
void setData(@Nullable Data data);
|
void setData(@Nullable Data data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user