Uses of Record Class
net.minecraft.world.level.block.entity.BannerPatternLayers.Layer
-
Uses of BannerPatternLayers.Layer in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BannerPatternLayers.Layer> BannerPatternLayers.Layer.CODEC
private final com.google.common.collect.ImmutableList.Builder
<BannerPatternLayers.Layer> BannerPatternLayers.Builder.layers
private final List
<BannerPatternLayers.Layer> BannerPatternLayers.layers
The field for thelayers
record component.static final StreamCodec
<RegistryFriendlyByteBuf, BannerPatternLayers.Layer> BannerPatternLayers.Layer.STREAM_CODEC
Modifier and TypeMethodDescriptionBannerPatternLayers.layers()
Returns the value of thelayers
record component.Modifier and TypeMethodDescriptionBannerPatternLayers.Builder.add
(BannerPatternLayers.Layer p_331518_) ModifierConstructorDescriptionCreates an instance of aBannerPatternLayers
record class.