Filter -> TypeFilter

This commit is contained in:
Thalia Nero 2020-11-07 01:14:33 -05:00
parent 9d82f4bcc4
commit caea9fed00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_5575 net/minecraft/util/Filter
CLASS net/minecraft/class_5575 net/minecraft/util/TypeFilter
COMMENT A filter determines if an object of some supertype {@code B} can be treated as an object
COMMENT of some subtype {@code T}.
METHOD method_31794 getBaseClass ()Ljava/lang/Class;