Uses of Record Class
net.minecraft.world.level.block.WeatheringCopperCollection.ByState
Packages that use WeatheringCopperCollection.ByState
Package
Description
-
Uses of WeatheringCopperCollection.ByState in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as WeatheringCopperCollection.ByStateModifier and TypeFieldDescriptionstatic final WeatheringCopperCollection.ByState<MultiblockChestResources<SpriteId>> Sheets.CHEST_COPPER -
Uses of WeatheringCopperCollection.ByState in net.minecraft.client.renderer.special
Fields in net.minecraft.client.renderer.special declared as WeatheringCopperCollection.ByStateModifier and TypeFieldDescriptionstatic final WeatheringCopperCollection.ByState<MultiblockChestResources<Identifier>> ChestSpecialRenderer.COPPER -
Uses of WeatheringCopperCollection.ByState in net.minecraft.references
Fields in net.minecraft.references declared as WeatheringCopperCollection.ByStateModifier and TypeFieldDescriptionprivate static final WeatheringCopperCollection.ByState<String> BlockItemIds.COPPER_BLOCK_SPECIAL_NAMES -
Uses of WeatheringCopperCollection.ByState in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as WeatheringCopperCollection.ByStateModifier and TypeFieldDescriptionWeatheringCopperCollection.STATESprivate final WeatheringCopperCollection.ByState<T> WeatheringCopperCollection.waxedThe field for thewaxedrecord component.private final WeatheringCopperCollection.ByState<T> WeatheringCopperCollection.weatheringThe field for theweatheringrecord component.Methods in net.minecraft.world.level.block that return WeatheringCopperCollection.ByStateModifier and TypeMethodDescriptionstatic <T> WeatheringCopperCollection.ByState<T> WeatheringCopperCollection.ByState.create(T value) WeatheringCopperCollection.waxed()Returns the value of thewaxedrecord component.WeatheringCopperCollection.weathering()Returns the value of theweatheringrecord component.static <T,U, R> WeatheringCopperCollection.ByState <R> WeatheringCopperCollection.zipMap(WeatheringCopperCollection.ByState<T> first, WeatheringCopperCollection.ByState<U> second, BiFunction<T, U, R> operation) Methods in net.minecraft.world.level.block with parameters of type WeatheringCopperCollection.ByStateModifier and TypeMethodDescriptionstatic WeatheringCopperCollection<String> WeatheringCopperCollection.same(WeatheringCopperCollection.ByState<String> byState) static <T,U> void WeatheringCopperCollection.zipApply(WeatheringCopperCollection.ByState<T> first, WeatheringCopperCollection.ByState<U> second, BiConsumer<T, U> consumer) static <T,U, R> WeatheringCopperCollection.ByState <R> WeatheringCopperCollection.zipMap(WeatheringCopperCollection.ByState<T> first, WeatheringCopperCollection.ByState<U> second, BiFunction<T, U, R> operation) Method parameters in net.minecraft.world.level.block with type arguments of type WeatheringCopperCollection.ByStateModifier and TypeMethodDescription<U> WeatheringCopperCollection<U> WeatheringCopperCollection.apply(Function<WeatheringCopperCollection.ByState<T>, WeatheringCopperCollection.ByState<U>> mapper) <U> WeatheringCopperCollection<U> WeatheringCopperCollection.apply(Function<WeatheringCopperCollection.ByState<T>, WeatheringCopperCollection.ByState<U>> mapper) <U> WeatheringCopperCollection<U> WeatheringCopperCollection.apply(Function<WeatheringCopperCollection.ByState<T>, WeatheringCopperCollection.ByState<U>> weatheringMapper, Function<WeatheringCopperCollection.ByState<T>, WeatheringCopperCollection.ByState<U>> waxedMapper) <U> WeatheringCopperCollection<U> WeatheringCopperCollection.apply(Function<WeatheringCopperCollection.ByState<T>, WeatheringCopperCollection.ByState<U>> weatheringMapper, Function<WeatheringCopperCollection.ByState<T>, WeatheringCopperCollection.ByState<U>> waxedMapper) Constructors in net.minecraft.world.level.block with parameters of type WeatheringCopperCollection.ByStateModifierConstructorDescriptionWeatheringCopperCollection(WeatheringCopperCollection.ByState<T> weathering, WeatheringCopperCollection.ByState<T> waxed) Creates an instance of aWeatheringCopperCollectionrecord class.