mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-15 03:35:07 -05:00
Add access widener for SoundEvent.of (#2695)
* Add access widener for SoundEvent.of * Update fabric-transitive-access-wideners-v1/template.accesswidener Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> * Update fabric-transitive-access-wideners-v1/src/main/resources/fabric-transitive-access-wideners-v1.accesswidener Co-authored-by: Shnupbups <shnupbups@gmail.com> Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Shnupbups <shnupbups@gmail.com>
This commit is contained in:
parent
6d14859da5
commit
0efcd39b73
2 changed files with 8 additions and 0 deletions
|
@ -113,6 +113,10 @@ transitive-accessible method net/minecraft/village/VillagerType <init> (Ljava/la
|
|||
# Access stack list in SimpleInventory
|
||||
transitive-accessible field net/minecraft/inventory/SimpleInventory stacks Lnet/minecraft/util/collection/DefaultedList;
|
||||
|
||||
# Creating custom sound events
|
||||
transitive-accessible method net/minecraft/sound/SoundEvent of (Lnet/minecraft/util/Identifier;F)Lnet/minecraft/sound/SoundEvent;
|
||||
transitive-accessible method net/minecraft/sound/SoundEvent of (Lnet/minecraft/util/Identifier;)Lnet/minecraft/sound/SoundEvent;
|
||||
|
||||
### Generated access wideners below
|
||||
# Constructors of non-abstract block classes
|
||||
transitive-accessible method net/minecraft/block/AirBlock <init> (Lnet/minecraft/block/AbstractBlock$Settings;)V
|
||||
|
|
|
@ -113,4 +113,8 @@ transitive-accessible method net/minecraft/village/VillagerType <init> (Ljava/la
|
|||
# Access stack list in SimpleInventory
|
||||
transitive-accessible field net/minecraft/inventory/SimpleInventory stacks Lnet/minecraft/util/collection/DefaultedList;
|
||||
|
||||
# Creating custom sound events
|
||||
transitive-accessible method net/minecraft/sound/SoundEvent of (Lnet/minecraft/util/Identifier;F)Lnet/minecraft/sound/SoundEvent;
|
||||
transitive-accessible method net/minecraft/sound/SoundEvent of (Lnet/minecraft/util/Identifier;)Lnet/minecraft/sound/SoundEvent;
|
||||
|
||||
### Generated access wideners below
|
||||
|
|
Loading…
Reference in a new issue