Skip to content

Instantly share code, notes, and snippets.

View Thentoxd's full-sized avatar
:electron:

Thento Thentoxd

:electron:
  • thento.net
  • England, United Kingdom
  • 00:22 (UTC -12:00)
  • X @Thentoxd
View GitHub Profile
@DanielTheDev
DanielTheDev / NPC-1.19.java
Last active May 29, 2024 23:22
Advanced NPC Util [1.19] (Packets)
import com.mojang.authlib.GameProfile;
import com.mojang.authlib.properties.Property;
import com.mojang.datafixers.util.Pair;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import io.netty.channel.ChannelPipeline;
import net.minecraft.EnumChatFormat;
import net.minecraft.core.BlockPosition;
import net.minecraft.nbt.NBTTagCompound;