Skip to content

Commit 2630a27

Browse files
committed
Make CrossBowItem.getChargingSounds public
1 parent 2b7b3c9 commit 2630a27

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/main/java/net/zepalesque/redux/world/tree/foliage/CloudcapFoliagePlacer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package net.zepalesque.redux.world.tree.foliage;
22

3-
import java.util.function.IntFunction;
4-
53
import com.mojang.serialization.MapCodec;
64
import com.mojang.serialization.codecs.RecordCodecBuilder;
5+
import java.util.function.IntFunction;
76
import net.minecraft.core.BlockPos;
87
import net.minecraft.core.BlockPos.MutableBlockPos;
98
import net.minecraft.core.Direction;

src/main/resources/META-INF/accesstransformer.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ public net.minecraft.client.particle.Particle MAXIMUM_COLLISION_VELOCITY_SQUARED
99
public net.minecraft.world.level.levelgen.carver.WorldCarver getCarveState(Lnet/minecraft/world/level/levelgen/carver/CarvingContext;Lnet/minecraft/world/level/levelgen/carver/CarverConfiguration;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/Aquifer;)Lnet/minecraft/world/level/block/state/BlockState; # getCarveState
1010
public net.minecraft.world.level.levelgen.carver.WorldCarver isDebugEnabled(Lnet/minecraft/world/level/levelgen/carver/CarverConfiguration;)Z # isDebugEnabled
1111
public net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer setDirtAt(Lnet/minecraft/world/level/LevelSimulatedReader;Ljava/util/function/BiConsumer;Lnet/minecraft/util/RandomSource;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/level/levelgen/feature/configurations/TreeConfiguration;)V
12-
13-
12+
public net.minecraft.world.item.CrossbowItem getChargingSounds(Lnet/minecraft/world/item/ItemStack;)Lnet/minecraft/world/item/CrossbowItem$ChargingSounds;
1413

1514
# How fun.
1615
public net.minecraft.core.RegistrySetBuilder$BuildState
@@ -25,4 +24,3 @@ public net.minecraft.core.RegistrySetBuilder$UniversalLookup holders # holders
2524
public net.minecraft.core.RegistrySetBuilder createLazyFullPatchedRegistries(Lnet/minecraft/core/RegistryAccess;Lnet/minecraft/core/HolderLookup$Provider;Lnet/minecraft/core/Cloner$Factory;Ljava/util/Map;Lnet/minecraft/core/HolderLookup$Provider;)Lnet/minecraft/core/HolderLookup$Provider; # createLazyFullPatchedRegistries
2625
public net.minecraft.core.RegistrySetBuilder createState(Lnet/minecraft/core/RegistryAccess;)Lnet/minecraft/core/RegistrySetBuilder$BuildState; # createStatea
2726
public net.minecraft.core.RegistrySetBuilder buildProviderWithContext(Lnet/minecraft/core/RegistrySetBuilder$UniversalOwner;Lnet/minecraft/core/RegistryAccess;Ljava/util/stream/Stream;)Lnet/minecraft/core/HolderLookup$Provider; # buildProviderWithContext
28-

0 commit comments

Comments
 (0)