mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 15:33:43 +01:00
12 lines
717 B
Diff
12 lines
717 B
Diff
|
--- a/net/minecraft/server/ItemActionContext.java
|
||
|
+++ b/net/minecraft/server/ItemActionContext.java
|
||
|
@@ -15,7 +15,7 @@
|
||
|
this(entityhuman.world, entityhuman, enumhand, entityhuman.b(enumhand), movingobjectpositionblock);
|
||
|
}
|
||
|
|
||
|
- protected ItemActionContext(World world, @Nullable EntityHuman entityhuman, EnumHand enumhand, ItemStack itemstack, MovingObjectPositionBlock movingobjectpositionblock) {
|
||
|
+ public ItemActionContext(World world, @Nullable EntityHuman entityhuman, EnumHand enumhand, ItemStack itemstack, MovingObjectPositionBlock movingobjectpositionblock) { // PAIL protected -> public
|
||
|
this.a = entityhuman;
|
||
|
this.b = enumhand;
|
||
|
this.c = movingobjectpositionblock;
|