Skip to content

Commit 75bd738

Browse files
authored
API 8: Data (#981)
* Data!!! * Fixed spelling mistakes * Missed one * Inscrutable changes
1 parent 0d8b4df commit 75bd738

12 files changed

+326
-909
lines changed

source/plugin/blocks/accessing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ First, we need to know which ``DataManipulator`` ``Key`` we need. We can then pa
9090
``ServerLocation`` which will return an ``Optional``. We then have to check if our ``DataManipulator`` actually
9191
exists for our block by checking ``ifPresent()``. If it exists, then we can use it.
9292

93-
More on ``DataManipulator``\s can be found in the :doc:`data documentation <../data/datamanipulators>`.
93+
More on ``DataManipulator``\s can be found in the :doc:`data documentation <../data/customdata>`.
9494

9595
.. tip::
9696

@@ -124,7 +124,7 @@ use of this is getting an :javadoc:`DataManipulator.Immutable`, as shown below:
124124
}
125125
126126
More information on mutable and immutable ``DataManipulator``\s can be found in the :doc:`data documentation
127-
<../data/datamanipulators>`.
127+
<../data/customdata>`.
128128

129129
Block State Properties
130130
~~~~~~~~~~~~~~~~~~~~~~

source/plugin/data/custom/dataholders.rst

-8
This file was deleted.

source/plugin/data/custom/datamanipulators.rst

-362
This file was deleted.

0 commit comments

Comments
 (0)