yarn/mappings/net/minecraft/registry/MutableRegistry.mapping

13 lines
563 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_2385 net/minecraft/registry/MutableRegistry
COMMENT A registry that allows adding or modifying values.
COMMENT Note that in vanilla, all registries are instances of this.
COMMENT
COMMENT @see Registry
2024-02-07 11:22:55 -05:00
METHOD method_10272 add (Lnet/minecraft/class_5321;Ljava/lang/Object;Lnet/minecraft/class_9248;)Lnet/minecraft/class_6880$class_6883;
ARG 1 key
ARG 2 value
2024-02-08 21:15:56 -05:00
ARG 3 info
METHOD method_35863 isEmpty ()Z
COMMENT {@return whether the registry is empty}
2022-11-03 09:02:05 -04:00
METHOD method_46769 createMutableEntryLookup ()Lnet/minecraft/class_7871;