Skip to content

Instantly share code, notes, and snippets.

View net32's full-sized avatar
:octocat:
Coding and Deploying ...

Isaias net32

:octocat:
Coding and Deploying ...
View GitHub Profile
@net32
net32 / keybase.md
Last active January 12, 2017 22:09

Keybase proof

I hereby claim:

  • I am net32 on github.
  • I am net32 (https://keybase.io/net32) on keybase.
  • I have a public key whose fingerprint is 6799 7870 0518 95FD 0EF3 BFA5 7F5F 0575 AAEB DA3A

To claim this, I am signing this object:

package net.darkseraphim.actionbar;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import net.minecraft.server.v1_7_R4.EnumProtocol;
import net.minecraft.server.v1_7_R4.NetworkManager;
import net.minecraft.server.v1_7_R4.Packet;
import net.minecraft.server.v1_7_R4.PacketPlayOutChat;
import net.minecraft.util.com.google.common.collect.BiMap;
import net.minecraft.util.io.netty.channel.Channel;
/* The MIT License (MIT)
*
* Copyright (c) 2014 Kristian S. Stangeland
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
package com.comphenix.example;
import java.lang.reflect.InvocationTargetException;
import org.bukkit.Material;
import org.bukkit.entity.Entity;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
import org.bukkit.plugin.java.JavaPlugin;