Jump to content

[1.8]Rendering an entity invisible?


Looke81

Recommended Posts

Dont render it at all?

 

Im not sure if this answer your question though. Could you explain a bit more what you are looking for? For examle: the potion effect, semi transparant rendering, switching from visible to invisible and back, partial transparant etc.

Projects:

Discontinued:

- N2ConfigAPI

- Meachanical Crafting Table

 

Latest:

- CollectionUtils

 

Coöperations:

- InGameConfigManager

Link to comment
Share on other sites

I like to name mine 'RenderNothing' :P

@SideOnly(Side.CLIENT)
public class RenderNothing extends Render {

public RenderNothing() {}

@Override
public void doRender(Entity entity, double x, double y, double z, float yaw, float partialTick) {}

@Override
protected ResourceLocation getEntityTexture(Entity entity) { return null; }

}

Register this renderer instead of RenderItemSnowball and voilá, nothing renders xD

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.