<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Entity Bugué]]></title><description><![CDATA[<p dir="auto">Bonjour, hier j’ai passer en résolu un poste sauf que je viens de me rendre compte que quand je lance ma dynamite l’item qui est lancé, il ne suis pas la trajectoire donné.<br />
 mes classe :</p>
<p dir="auto">Class principale: <a href="https://pastebin.com/i1Q32GJz" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/i1Q32GJz</a><br />
dynamite: <a href="https://pastebin.com/crZyvF4p" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/crZyvF4p</a><br />
EntityDynamite: <a href="https://pastebin.com/AuqND3QQ" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/AuqND3QQ</a><br />
RenderDynamite: <a href="https://pastebin.com/eGe44NbS" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/eGe44NbS</a></p>
]]></description><link>https://www.minecraftforgefrance.fr/topic/4523/entity-bugué</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 15:45:42 GMT</lastBuildDate><atom:link href="https://www.minecraftforgefrance.fr/topic/4523.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Aug 2017 11:03:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 10:50:15 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://pastebin.com/jaY9Wd5V" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/jaY9Wd5V</a> j’ai changer et ca fait toujours n’importe quoi</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/56927</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56927</guid><dc:creator><![CDATA[Zoulette]]></dc:creator><pubDate>Thu, 03 Aug 2017 10:50:15 GMT</pubDate></item><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 10:33:00 GMT]]></title><description><![CDATA[<p dir="auto">Oui c’est bien cette fonction qu’il faut ajouter à la fin du constructeur public EntityDynamite(World world, EntityLivingBase thrower).<br />
Il faut juste remplacer p_i1756_3_ par une valeur qui correspond à la puissance.</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/56925</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56925</guid><dc:creator><![CDATA[robin4002]]></dc:creator><pubDate>Thu, 03 Aug 2017 10:33:00 GMT</pubDate></item><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 09:45:17 GMT]]></title><description><![CDATA[<p dir="auto">this.setThrowableHeading(this.motionX, this.motionY, this.motionZ, p_i1756_3_ * 1.5F, 1.0F);<br />
parle tu de cela?</p>
<hr />
<p dir="auto">parce que quand je spam click je vois de temps en temps la dyna prendre la bonne direction mais quand je spam</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/56923</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56923</guid><dc:creator><![CDATA[Zoulette]]></dc:creator><pubDate>Thu, 03 Aug 2017 09:45:17 GMT</pubDate></item><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 09:25:52 GMT]]></title><description><![CDATA[<p dir="auto">EntityArrow</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/56919</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56919</guid><dc:creator><![CDATA[robin4002]]></dc:creator><pubDate>Thu, 03 Aug 2017 09:25:52 GMT</pubDate></item><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 09:23:37 GMT]]></title><description><![CDATA[<p dir="auto">c’est génial quand tu trouve pas le code de la flèche x)</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/56918</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56918</guid><dc:creator><![CDATA[Zoulette]]></dc:creator><pubDate>Thu, 03 Aug 2017 09:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 09:14:12 GMT]]></title><description><![CDATA[<p dir="auto">Salut,<br />
Il y a une fonction a appelé setThrowing quelque chose pour lui donner les bonnes valeurs de trajectoire.<br />
Regardes le code de la flèche, tu devrais trouver.</p>
]]></description><link>https://www.minecraftforgefrance.fr/post/56914</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56914</guid><dc:creator><![CDATA[robin4002]]></dc:creator><pubDate>Thu, 03 Aug 2017 09:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 05:15:57 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://prntscr.com/g3q7sy" target="_blank" rel="noopener noreferrer nofollow ugc">http://prntscr.com/g3q7sy</a> voila___J’ai pareil que toi sauf dans l’entity où mes deux dernières fonctions (writeSpawnData et readSpawnData) sont comme ceci :</p>
<pre><code>
@Override
public void writeSpawnData(ByteBuf buffer)
{
buffer.writeInt(this.fuseTime);
buffer.writeDouble(this.motionX);
buffer.writeDouble(this.motionY);
buffer.writeDouble(this.motionZ);
}

@Override
public void readSpawnData(ByteBuf additionalData)
{
this.fuseTime = additionalData.readInt();
this.motionX = additionalData.readDouble();
this.motionY = additionalData.readDouble();
this.motionZ = additionalData.readDouble();
}

</code></pre>
]]></description><link>https://www.minecraftforgefrance.fr/post/56912</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56912</guid><dc:creator><![CDATA[Zoulette]]></dc:creator><pubDate>Thu, 03 Aug 2017 05:15:57 GMT</pubDate></item><item><title><![CDATA[Reply to Entity Bugué on Thu, 03 Aug 2017 04:00:06 GMT]]></title><description><![CDATA[<p dir="auto">Mhhh qu’est-ce que tu entends par trajectoire donnée ? Donnes des screens/vidéos de ce qui se passe actuellement et des Scans/photos de schémas qui montrent ce que tu désires faire <img src="https://www.minecraftforgefrance.fr/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=3a52b347b9a" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://www.minecraftforgefrance.fr/post/56910</link><guid isPermaLink="true">https://www.minecraftforgefrance.fr/post/56910</guid><dc:creator><![CDATA[Benjamin Loison]]></dc:creator><pubDate>Thu, 03 Aug 2017 04:00:06 GMT</pubDate></item></channel></rss>