Map marker entities (#2326)

* Map marker entities

* Reword the documentation for the EmptyEntityRenderer class to highlight that it does not render anything

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
haykam821 2021-04-15 07:41:25 -04:00 committed by GitHub
parent a046ab2dbb
commit 5ab745bc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CLASS net/minecraft/class_6344 net/minecraft/client/render/entity/EmptyEntityRenderer
COMMENT A renderer that does not render anything. Used for markers and area effect clouds.

View File

@ -0,0 +1,7 @@
CLASS net/minecraft/class_6332 net/minecraft/datafixer/schema/Schema2707
METHOD method_36248 registerEntity (Lcom/mojang/datafixers/schemas/Schema;Ljava/util/Map;Ljava/lang/String;)V
ARG 0 schema
ARG 1 entityTypes
ARG 2 name
METHOD registerEntities (Lcom/mojang/datafixers/schemas/Schema;)Ljava/util/Map;
ARG 1 schema

View File

@ -0,0 +1,4 @@
CLASS net/minecraft/class_6335 net/minecraft/entity/MarkerEntity
FIELD field_33457 DATA_KEY Ljava/lang/String;
COMMENT The name of the compound tag that stores the marker's custom data.
FIELD field_33458 data Lnet/minecraft/class_2487;