yarn/mappings/net/minecraft/data/client/VariantsBlockStateSupplier....

35 lines
1.6 KiB
Plaintext
Raw Normal View History

CLASS net/minecraft/class_4925 net/minecraft/data/client/VariantsBlockStateSupplier
FIELD field_22859 block Lnet/minecraft/class_2248;
FIELD field_22860 variants Ljava/util/List;
tiny works on model/blockstate data gen (#1169) * BlockStateVariantManager#register(2)[1 = ] -> properties * BlockStateVariantManager#register(2)[2 = ] -> possibleVariants * BlockStateModelGenerator#method_25681(1) -> registerWithSimpleModel * BlockStateModelGenerator#method_25543(2) -> registerWithLinkedModel * BlockStateModelGenerator#registerWithSimpleModel(1)[1 = ] -> block * BlockStateModelGenerator#registerWithLinkedModel(2)[1 = ] -> block * BlockStateModelGenerator#registerWithLinkedModel(2) -> registerModelReference * BlockStateModelGenerator#registerModelReference(2) -> registerStateWithModelReference * BlockStateModelGenerator#registerStateWithModelReference(2)[2 = ] -> modelReference * BlockStateModelGenerator#registerWithSimpleModel(1) -> registerSimpleState * +44 doc in net/minecraft/data/client/model/BlockStateSupplier * VariantsBlockStateSupplier#<init>(2)[2 = ] -> variants * VariantsBlockStateSupplier%field_22862 -> variantManager * BlockStateVariantManager#register(2)[1 = properties] -> condition * +62 doc in net/minecraft/data/client/model/PropertiesEntry * +86 doc in net/minecraft/data/client/model/Properties * +30 doc in net/minecraft/data/client/model/Properties * +30 doc in net/minecraft/data/client/model/PropertiesEntry * +81 doc in PropertiesEntry#streamAllFor(1) * +62 doc in net/minecraft/data/client/model/BlockStateVariant * net/minecraft/data/client/model/BlockStateVariantManager -> net/minecraft/data/client/model/VariantMap * +96 doc in net/minecraft/data/client/model/VariantMap * +20 doc in net/minecraft/data/client/model/VariantMap * net/minecraft/data/client/model/VariantMap -> net/minecraft/data/client/model/BlockStateVariantMap * +1 doc in net/minecraft/data/client/model/BlockStateVariantMap * VariantsBlockStateSupplier%field_22861 -> definedProperties * VariantsBlockStateSupplier%variantManager -> variantMaps * net/minecraft/data/client/model/Properties -> net/minecraft/data/client/model/PropertiesMap * BlockStateModelGenerator#method_25690(1) -> registerCommandBlock * BlockStateModelGenerator#method_25692(1) -> registerAnvil * BlockStateModelGenerator#registerCommandBlock(1)[1 = ] -> block * BlockStateModelGenerator#registerAnvil(1)[1 = ] -> block * +50 doc in net/minecraft/data/client/model/TexturedModel * +47 doc in TexturedModel$Factory#get(4) * remove broken docs Co-authored-by: liach <liach@users.noreply.github.com>
2020-03-11 11:10:12 -04:00
FIELD field_22861 definedProperties Ljava/util/Set;
FIELD field_22862 variantMaps Ljava/util/List;
METHOD <init> (Lnet/minecraft/class_2248;Ljava/util/List;)V
ARG 1 block
tiny works on model/blockstate data gen (#1169) * BlockStateVariantManager#register(2)[1 = ] -> properties * BlockStateVariantManager#register(2)[2 = ] -> possibleVariants * BlockStateModelGenerator#method_25681(1) -> registerWithSimpleModel * BlockStateModelGenerator#method_25543(2) -> registerWithLinkedModel * BlockStateModelGenerator#registerWithSimpleModel(1)[1 = ] -> block * BlockStateModelGenerator#registerWithLinkedModel(2)[1 = ] -> block * BlockStateModelGenerator#registerWithLinkedModel(2) -> registerModelReference * BlockStateModelGenerator#registerModelReference(2) -> registerStateWithModelReference * BlockStateModelGenerator#registerStateWithModelReference(2)[2 = ] -> modelReference * BlockStateModelGenerator#registerWithSimpleModel(1) -> registerSimpleState * +44 doc in net/minecraft/data/client/model/BlockStateSupplier * VariantsBlockStateSupplier#<init>(2)[2 = ] -> variants * VariantsBlockStateSupplier%field_22862 -> variantManager * BlockStateVariantManager#register(2)[1 = properties] -> condition * +62 doc in net/minecraft/data/client/model/PropertiesEntry * +86 doc in net/minecraft/data/client/model/Properties * +30 doc in net/minecraft/data/client/model/Properties * +30 doc in net/minecraft/data/client/model/PropertiesEntry * +81 doc in PropertiesEntry#streamAllFor(1) * +62 doc in net/minecraft/data/client/model/BlockStateVariant * net/minecraft/data/client/model/BlockStateVariantManager -> net/minecraft/data/client/model/VariantMap * +96 doc in net/minecraft/data/client/model/VariantMap * +20 doc in net/minecraft/data/client/model/VariantMap * net/minecraft/data/client/model/VariantMap -> net/minecraft/data/client/model/BlockStateVariantMap * +1 doc in net/minecraft/data/client/model/BlockStateVariantMap * VariantsBlockStateSupplier%field_22861 -> definedProperties * VariantsBlockStateSupplier%variantManager -> variantMaps * net/minecraft/data/client/model/Properties -> net/minecraft/data/client/model/PropertiesMap * BlockStateModelGenerator#method_25690(1) -> registerCommandBlock * BlockStateModelGenerator#method_25692(1) -> registerAnvil * BlockStateModelGenerator#registerCommandBlock(1)[1 = ] -> block * BlockStateModelGenerator#registerAnvil(1)[1 = ] -> block * +50 doc in net/minecraft/data/client/model/TexturedModel * +47 doc in TexturedModel$Factory#get(4) * remove broken docs Co-authored-by: liach <liach@users.noreply.github.com>
2020-03-11 11:10:12 -04:00
ARG 2 variants
METHOD method_25769 create (Lnet/minecraft/class_2248;)Lnet/minecraft/class_4925;
ARG 0 block
METHOD method_25770 create (Lnet/minecraft/class_2248;Lnet/minecraft/class_4935;)Lnet/minecraft/class_4925;
ARG 0 block
ARG 1 variant
METHOD method_25771 create (Lnet/minecraft/class_2248;[Lnet/minecraft/class_4935;)Lnet/minecraft/class_4925;
ARG 0 block
ARG 1 variants
2021-11-19 06:08:19 -05:00
METHOD method_25772 (Lnet/minecraft/class_2769;)V
ARG 1 property
METHOD method_25775 coordinate (Lnet/minecraft/class_4926;)Lnet/minecraft/class_4925;
COMMENT Appends a block state variant map to this block state information.
COMMENT
COMMENT <p>A block state variant map defines some of the variant settings based
COMMENT on a defined set of properties in the block state, such as the model
COMMENT of the block state is determined by a coordinated map of power and
COMMENT machine type property, and the y rotation determined by a facing
COMMENT property, etc.
COMMENT
COMMENT @return this block state file
ARG 1 map
COMMENT the variant map to contribute property to variant settings
COMMENT mappings to the block state file
METHOD method_25777 intersect (Ljava/util/List;Ljava/util/List;)Ljava/util/List;
ARG 0 left
ARG 1 right