org.spongepowered.asm.mixin.Shadow Java Examples
The following examples show how to use
org.spongepowered.asm.mixin.Shadow.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 12 votes |
@Shadow @Override public void onSelectAdvancementTab(SelectAdvancementTabS2CPacket var1) { }
Example #2
Source File: MixinShapedRecipe.java From patchwork-api with GNU Lesser General Public License v2.1 | 9 votes |
@Shadow public abstract int getHeight();
Example #3
Source File: MixinGuiScreen.java From LiquidBounce with GNU General Public License v3.0 | 8 votes |
@Shadow public abstract void handleComponentHover(IChatComponent component, int x, int y);
Example #4
Source File: MixinGuiSlot.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract int func_148135_f();
Example #5
Source File: MixinGuiChat.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract void onAutocompleteResponse(String[] p_onAutocompleteResponse_1_);
Example #6
Source File: MixinEntity.java From patchwork-api with GNU Lesser General Public License v2.1 | 4 votes |
@Shadow protected abstract float getEyeHeight(EntityPose pose, EntityDimensions dimensions);
Example #7
Source File: MixinEntity.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract boolean isWet();
Example #8
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onDifficulty(DifficultyS2CPacket var1) { }
Example #9
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onTagQuery(TagQueryResponseS2CPacket var1) { }
Example #10
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onScoreboardDisplay(ScoreboardDisplayS2CPacket var1) { }
Example #11
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onHeldItemChange(HeldItemChangeS2CPacket var1) { }
Example #12
Source File: MixinGuiSlot.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow protected abstract void drawSelectionBox(int p_148120_1_, int p_148120_2_, int mouseXIn, int mouseYIn);
Example #13
Source File: MixinEntity.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract boolean isSneaking();
Example #14
Source File: MixinGuiNewChat.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract void scroll(int p_scroll_1_);
Example #15
Source File: MixinEntityLivingBase.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow protected abstract void updateFallState(double y, boolean onGroundIn, Block blockIn, BlockPos pos);
Example #16
Source File: MixinModifiableWorld.java From Sandbox with GNU Lesser General Public License v3.0 | 4 votes |
@Shadow boolean setBlockState(BlockPos var1, net.minecraft.block.BlockState var2, int var3);
Example #17
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onGuiActionConfirm(ConfirmGuiActionS2CPacket var1) { }
Example #18
Source File: MixinEntityLivingBase.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow protected abstract float getJumpUpwardsMotion();
Example #19
Source File: MixinEntityPlayer.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow protected abstract boolean canTriggerWalking();
Example #20
Source File: MixinEntity.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract void addEntityCrashInfo(CrashReportCategory category);
Example #21
Source File: MixinGuiNewChat.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract int getLineCount();
Example #22
Source File: MixinEntityPlayer.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract GameProfile getGameProfile();
Example #23
Source File: MixinGuiNewChat.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract float getChatScale();
Example #24
Source File: MixinGuiSlot.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow protected abstract void drawSelectionBox(int p_148120_1_, int p_148120_2_, int mouseXIn, int mouseYIn);
Example #25
Source File: MixinEntityRenderer.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow public abstract void setupCameraTransform(float partialTicks, int pass);
Example #26
Source File: MixinEntity.java From LiquidBounce with GNU General Public License v3.0 | 4 votes |
@Shadow protected abstract void playStepSound(BlockPos pos, Block blockIn);
Example #27
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onOpenHorseScreen(OpenHorseScreenS2CPacket var1) { }
Example #28
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onInventory(InventoryS2CPacket var1) { }
Example #29
Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 | 4 votes |
@Shadow @Override public void onSynchronizeRecipes(SynchronizeRecipesS2CPacket var1) { }
Example #30
Source File: MixinBlockView.java From Sandbox with GNU Lesser General Public License v3.0 | 4 votes |
@Shadow @Nullable net.minecraft.block.entity.BlockEntity getBlockEntity(BlockPos var1);