2021-06-14 20:15:09 +00:00
|
|
|
# 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
|
2021-06-15 19:44:22 +00:00
|
|
|
# More info, see here https://mcforge.readthedocs.io/en/latest/advanced/accesstransformers/#access-modifiers
|
2021-06-15 02:59:31 +00:00
|
|
|
|
|
|
|
# Item Rarity API
|
|
|
|
public net.minecraft.world.item.Item rarity
|
|
|
|
|
|
|
|
# More Enchantment API
|
2021-06-15 03:58:14 +00:00
|
|
|
public net.minecraft.world.item.enchantment.Enchantment slots
|
2021-06-15 02:59:31 +00:00
|
|
|
|
|
|
|
# Fix and optimise world force upgrading
|
2021-06-15 03:58:14 +00:00
|
|
|
public net.minecraft.util.worldupdate.WorldUpgrader REGEX
|
2021-06-15 02:59:31 +00:00
|
|
|
|
|
|
|
# More Lidded Block API
|
2021-06-15 03:58:14 +00:00
|
|
|
public net.minecraft.world.level.block.entity.EnderChestBlockEntity openersCounter
|
2021-06-15 19:44:22 +00:00
|
|
|
|
|
|
|
# Improve EntityShootBowEvent
|
|
|
|
public net.minecraft.world.entity.projectile.AbstractArrow getPickupItem()Lnet.minecraft.world.item.ItemStack;
|
|
|
|
|
|
|
|
# Implement Expanded ArmorStand API
|
|
|
|
public net.minecraft.world.entity.decoration.ArmorStand isDisabled(Lnet/minecraft/world/entity/EquipmentSlot;)Z
|
|
|
|
|
|
|
|
# Asynchronous chunk IO and loading
|
|
|
|
public net.minecraft.util.thread.BlockableEventLoop runAllTasks()V
|
|
|
|
|
|
|
|
# Chunk debug command
|
|
|
|
public net.minecraft.server.level.ChunkMap entitiesInLevel
|