mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-22 06:25:15 +01:00
add access transforming capabilities
This commit is contained in:
parent
f777faa8c1
commit
23a9df76fd
1 changed files with 6 additions and 0 deletions
6
build-data/paper.at
Normal file
6
build-data/paper.at
Normal file
|
@ -0,0 +1,6 @@
|
|||
# You can use this file to change the access modifiers on a member
|
||||
# This line would make the field rollAmount public in Bee
|
||||
#public net.minecraft.world.entity.animal.Bee rollAmount
|
||||
# This line would make the field public and remove the final modifier
|
||||
#public-f net.minecraft.network.protocol.game.ClientboundChatPacket sender
|
||||
# Leave out the member and it will apply to the class itself
|
Loading…
Reference in a new issue