-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathlambda.accesswidener
More file actions
81 lines (73 loc) · 6.31 KB
/
lambda.accesswidener
File metadata and controls
81 lines (73 loc) · 6.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
accessWidener v2 named
# MC
accessible field net/minecraft/client/MinecraftClient itemUseCooldown I
accessible field net/minecraft/client/MinecraftClient attackCooldown I
accessible field net/minecraft/client/MinecraftClient paused Z
accessible field net/minecraft/client/MinecraftClient pausedTickDelta F
accessible field net/minecraft/client/MinecraftClient thread Ljava/lang/Thread;
accessible field net/minecraft/client/MinecraftClient uptimeInTicks J
# World
accessible field net/minecraft/client/world/ClientWorld entityManager Lnet/minecraft/client/world/ClientEntityManager;
accessible field net/minecraft/client/world/ClientEntityManager cache Lnet/minecraft/world/entity/SectionedEntityCache;
accessible field net/minecraft/world/entity/EntityTrackingSection collection Lnet/minecraft/util/collection/TypeFilterableList;
accessible field net/minecraft/client/world/ClientChunkManager chunks Lnet/minecraft/client/world/ClientChunkManager$ClientChunkMap;
accessible field net/minecraft/client/world/ClientChunkManager$ClientChunkMap chunks Ljava/util/concurrent/atomic/AtomicReferenceArray;
accessible field net/minecraft/client/network/ClientPlayerInteractionManager currentBreakingProgress F
accessible field net/minecraft/client/network/ClientPlayerInteractionManager blockBreakingCooldown I
accessible field net/minecraft/client/network/ClientPlayerInteractionManager currentBreakingPos Lnet/minecraft/util/math/BlockPos;
# Entity
accessible field net/minecraft/entity/projectile/FireworkRocketEntity shooter Lnet/minecraft/entity/LivingEntity;
accessible method net/minecraft/entity/Entity movementInputToVelocity (Lnet/minecraft/util/math/Vec3d;FF)Lnet/minecraft/util/math/Vec3d;
accessible method net/minecraft/entity/passive/AbstractHorseEntity setHorseFlag (IZ)V
accessible method net/minecraft/entity/passive/AbstractHorseEntity updateSaddle ()V
accessible field net/minecraft/entity/LivingEntity lastAttackedTicks I
accessible method net/minecraft/entity/Entity setFlag (IZ)V
accessible field net/minecraft/client/network/AbstractClientPlayerEntity playerListEntry Lnet/minecraft/client/network/PlayerListEntry;
accessible field net/minecraft/entity/LivingEntity jumpingCooldown I
accessible field net/minecraft/entity/Entity pos Lnet/minecraft/util/math/Vec3d;
accessible field net/minecraft/client/network/ClientPlayerInteractionManager lastSelectedSlot I
accessible method net/minecraft/entity/LivingEntity modifyAppliedDamage (Lnet/minecraft/entity/damage/DamageSource;F)F
accessible method net/minecraft/entity/LivingEntity applyArmorToDamage (Lnet/minecraft/entity/damage/DamageSource;F)F
# Camera
accessible method net/minecraft/client/render/Camera setPos (DDD)V
accessible method net/minecraft/client/render/Camera setRotation (FF)V
# Renderer
accessible field com/mojang/blaze3d/systems/RenderSystem$ShapeIndexBuffer id I
accessible field net/minecraft/client/render/BufferRenderer currentVertexBuffer Lnet/minecraft/client/gl/VertexBuffer;
accessible field net/minecraft/client/texture/NativeImage pointer J
accessible class net/minecraft/client/gui/screen/SplashOverlay$LogoTexture
# Text
accessible field net/minecraft/text/Style color Lnet/minecraft/text/TextColor;
accessible field net/minecraft/text/Style bold Ljava/lang/Boolean;
accessible field net/minecraft/text/Style italic Ljava/lang/Boolean;
accessible field net/minecraft/text/Style underlined Ljava/lang/Boolean;
accessible field net/minecraft/text/Style strikethrough Ljava/lang/Boolean;
accessible field net/minecraft/text/Style obfuscated Ljava/lang/Boolean;
accessible field net/minecraft/text/Style clickEvent Lnet/minecraft/text/ClickEvent;
accessible field net/minecraft/text/Style hoverEvent Lnet/minecraft/text/HoverEvent;
accessible field net/minecraft/text/Style insertion Ljava/lang/String;
accessible field net/minecraft/text/Style font Lnet/minecraft/util/Identifier;
accessible method net/minecraft/text/Style <init> (Lnet/minecraft/text/TextColor;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;Lnet/minecraft/text/ClickEvent;Lnet/minecraft/text/HoverEvent;Ljava/lang/String;Lnet/minecraft/util/Identifier;)V
# Network
accessible field net/minecraft/client/network/ClientPlayNetworkHandler playerListEntries Ljava/util/Map;
accessible field net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket entityId I
accessible field net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket type Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler;
accessible class net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler
accessible class net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractAtHandler
accessible field net/minecraft/network/packet/s2c/play/EntityS2CPacket id I
accessible method net/minecraft/network/ClientConnection handlePacket (Lnet/minecraft/network/packet/Packet;Lnet/minecraft/network/listener/PacketListener;)V
accessible field net/minecraft/network/ClientConnection packetsSentCounter I
accessible field net/minecraft/network/ClientConnection packetsReceivedCounter I
accessible field net/minecraft/network/packet/c2s/login/LoginKeyC2SPacket encryptedSecretKey [B
accessible field net/minecraft/network/packet/c2s/login/LoginKeyC2SPacket nonce [B
accessible method net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket <init> (IZLnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler;)V
accessible field net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket ATTACK Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$InteractTypeHandler;
# Math
accessible method net/minecraft/util/math/Vec3i setX (I)Lnet/minecraft/util/math/Vec3i;
accessible method net/minecraft/util/math/Vec3i setY (I)Lnet/minecraft/util/math/Vec3i;
accessible method net/minecraft/util/math/Vec3i setZ (I)Lnet/minecraft/util/math/Vec3i;
# Other
accessible field net/minecraft/world/explosion/Explosion behavior Lnet/minecraft/world/explosion/ExplosionBehavior;
accessible field net/minecraft/structure/StructureTemplate blockInfoLists Ljava/util/List;
accessible method net/minecraft/item/BlockItem getPlacementState (Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;
accessible field net/minecraft/client/gui/screen/ingame/HandledScreen focusedSlot Lnet/minecraft/screen/slot/Slot;