Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Vinit

Vinit

Members
 View Profile  See their activity
  • Content Count

    2
  • Joined

    August 22, 2020
  • Last visited

    September 16, 2020

Community Reputation

0 Neutral

About Vinit

  • Rank
    Tree Puncher

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Vinit

    How to check what dimension the player is in

    Vinit replied to Mew's topic in Modder Support

    i am new to forge, i m making a mod, it needs to know if player is in end dimension, i used this code public void playerlocation (){ if (player.worldObj.provider.dimensionId = 1) { } but it highlights the player as red color, what am i missing my full code + its in a new java class package com.example; import net.minecraft.entity.Entity; import net.minecraft.entity.*; public class Listeners { public void playerlocation (){ if (player.worldObj.provider.dimensionId = 1) { } }
    • August 22, 2020
    • 21 replies
  2. Vinit Vinit joined the community August 22, 2020
  3. Vinit

    How do i find, if the player is in a specific dimension?

    Vinit posted a topic in Modder Support

    I am working on a new block, which needs to see if the player is in a specific dimension. So how can I do that?
    • August 22, 2020
    • 1 reply
  • All Activity
  • Home
  • Vinit
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community