User Tools

Site Tools


tutorial:registry_types

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
tutorial:registry_types [2020/09/06 11:10] – ↷ Links adapted because of a move operation 194.154.255.198tutorial:registry_types [2022/08/08 05:27] solidblock
Line 16: Line 16:
     * Contains the ''%%BlockEntityType%%'' of each [[tutorial:blockentity|block entity]]. Block entity types are used to deserialize block entities and store compatible blocks.     * Contains the ''%%BlockEntityType%%'' of each [[tutorial:blockentity|block entity]]. Block entity types are used to deserialize block entities and store compatible blocks.
   * ''%%Registry.STATUS_EFFECT%%''   * ''%%Registry.STATUS_EFFECT%%''
-    * Contains all [[https://minecraft.gamepedia.com/Status_effect|status effects]], like invisibility or night vision.+    * Contains all [[status_effects|status effects]], like invisibility or night vision.
   * ''%%Registry.PARTICLE_TYPE%%''   * ''%%Registry.PARTICLE_TYPE%%''
-    * Contains all [[https://minecraft.gamepedia.com/Particles|particle types]].+    * Contains all [[particles|particle types]].
   * ''%%Registry.FLUID%%''   * ''%%Registry.FLUID%%''
     * Contains all [[tutorial:fluids|fluids]].     * Contains all [[tutorial:fluids|fluids]].
Line 30: Line 30:
     * Contains all screen handlers. Screen handlers are used to synchronize GUI state between the server and the client.     * Contains all screen handlers. Screen handlers are used to synchronize GUI state between the server and the client.
   * ''%%Registry.RECIPE_TYPE%%''   * ''%%Registry.RECIPE_TYPE%%''
-    * Contains all [[https://minecraft.gamepedia.com/Recipe|recipe]] types.+    * Contains all [[recipe_types_introduction|recipe types]]
   * ''%%Registry.RECIPE_SERIALIZER%%''   * ''%%Registry.RECIPE_SERIALIZER%%''
     * Contains all recipe serializers. Recipe serializers are used to load recipes, and there can be many serializers for a single type (such as both shaped and shapeless crafting recipes).     * Contains all recipe serializers. Recipe serializers are used to load recipes, and there can be many serializers for a single type (such as both shaped and shapeless crafting recipes).
tutorial/registry_types.txt · Last modified: 2022/12/15 23:50 by solidblock